Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Match webtrees 1.7.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCarmen committed Sep 22, 2018
1 parent 96722a3 commit 6cd3515
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 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 Gendex

Fancy Gendex Module for webtrees.

This module requires [webtrees 1.7.0](https://github.com/fisharebest/webtrees) or later. Download the latest stable release [here](https://github.com/JustCarmen/fancy_gendex/releases/latest).
This module requires [webtrees 1.7.11](https://github.com/fisharebest/webtrees). Download the latest stable release [here](https://github.com/JustCarmen/fancy_gendex/releases/latest).

Description
-----------
Expand Down
3 changes: 1 addition & 2 deletions app/FancyGendexClass.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/*
* webtrees: online genealogy
* Copyright (C) 2017 webtrees development team
* Copyright (C) 2017 JustCarmen
* Copyright (C) 2018 JustCarmen (http://www.justcarmen.nl)
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions app/Template/AdminTemplate.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/*
* webtrees: online genealogy
* Copyright (C) 2017 webtrees development team
* Copyright (C) 2017 JustCarmen
* Copyright (C) 2018 JustCarmen (http://www.justcarmen.nl)
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
Expand Down
5 changes: 2 additions & 3 deletions module.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* webtrees: online genealogy
* Copyright (C) 2017 webtrees development team
* Copyright (C) 2017 JustCarmen
* Copyright (C) 2018 JustCarmen (http://www.justcarmen.nl)
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
Expand All @@ -26,7 +25,7 @@

class FancyGendexModule extends AbstractModule implements ModuleConfigInterface {

const CUSTOM_VERSION = '1.8.0-dev';
const CUSTOM_VERSION = '1.7.11';
const CUSTOM_WEBSITE = 'http://www.justcarmen.nl/fancy-modules/fancy-gendex/';

/** @var string location of the Fancy Gendex module files */
Expand Down

0 comments on commit 6cd3515

Please sign in to comment.