Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCarmen committed Jun 18, 2016
1 parent 4ac17df commit aaa0bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Fancy Treeview PDF

PDF extension for the [Fancy Treeview module](https://github.com/JustCarmen/fancy_treeview)

This module requires [webtrees 1.7.0](https://github.com/fisharebest/webtrees) or later AND [Fancy Treeview 1.7.4](https://github.com/JustCarmen/fancy_treeview) or later. Download the latest stable release of this module [here](https://github.com/JustCarmen/fancy_treeview/releases/latest).
This module requires [webtrees 1.7.0](https://github.com/fisharebest/webtrees) or later AND [Fancy Treeview 1.7.5](https://github.com/JustCarmen/fancy_treeview) or later. Download the latest stable release of this module [here](https://github.com/JustCarmen/fancy_treeview/releases/latest).

Description
-----------
Expand Down
4 changes: 2 additions & 2 deletions module.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use JustCarmen\WebtreesAddOns\FancyTreeviewPdf\Template\AdminTemplate;
use JustCarmen\WebtreesAddOns\FancyTreeviewPdf\Template\PdfTemplate;

define('FTV_COMPATIBLE_VERSION', '1.7.5-dev'); // this module works with this Fancy Treeview version or higher.
define('FTV_COMPATIBLE_VERSION', '1.7.5'); // this module works with this Fancy Treeview version or higher.

/**
* PDF extension for the Fancy Treeview module
Expand Down Expand Up @@ -61,7 +61,7 @@ function intVersion($version) {

class FancyTreeviewPdfModule extends FancyTreeviewModule {

const CUSTOM_VERSION = '1.7.5-dev';
const CUSTOM_VERSION = '1.7.5';
const CUSTOM_WEBSITE = 'http:https://www.justcarmen.nl/fancy-modules/fancy-treeview-pdf/';

/** {@inheritdoc} */
Expand Down

0 comments on commit aaa0bb2

Please sign in to comment.