Skip to content

Commit

Permalink
fix for bug #103
Browse files Browse the repository at this point in the history
  • Loading branch information
hartenthaler committed Sep 14, 2021
1 parent 4025fd4 commit 4c5ce9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ExtendedFamilyTabModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class ExtendedFamilyTabModule extends AbstractModule implements ModuleTabInterfa
public const CUSTOM_DESCRIPTION = 'A tab showing the extended family of an individual.';
public const CUSTOM_AUTHOR = 'Hermann Hartenthaler';
public const CUSTOM_WEBSITE = 'https://github.com/hartenthaler/' . self::CUSTOM_MODULE . '/';
public const CUSTOM_VERSION = '2.0.16.51';
public const CUSTOM_VERSION = '2.0.16.52';
public const CUSTOM_LAST = 'https://github.com/hartenthaler/' . self::CUSTOM_MODULE. '/raw/main/latest-version.txt';

/* find members of extended family parts
Expand Down Expand Up @@ -243,7 +243,7 @@ public function getSizeThumbnailH(): int
* @param bool $showErrorMessage
*
* @return bool
*/
static function VestaModulesAvailable(bool $showErrorMessage): bool
{
$ok = class_exists("Cissee\WebtreesExt\AbstractModule", true);
Expand All @@ -252,6 +252,7 @@ static function VestaModulesAvailable(bool $showErrorMessage): bool
}
return $ok;
}
*/

/**
* generate list of other preferences (control panel options beside the options related to the extended family parts itself)
Expand Down
2 changes: 1 addition & 1 deletion latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.16.51
2.0.16.52

0 comments on commit 4c5ce9d

Please sign in to comment.