Skip to content

Commit

Permalink
bug in tab.phtml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hartenthaler committed Jun 9, 2022
1 parent c5a122d commit 1f917d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ExtendedFamilyTabModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
* Code: Formulierung der Zusammenfassung konsistent machen
* Übersetzung: Proband=ohne Namen und ohne Geschlecht => Kurzname="ihn/sie"; Fehler: Die erweiterte von ihn/sie ... => Die erweiterte Familie von ihm/ihr ...
* READme: alle Screenshots aktualisieren
* ------------------------------ bis hierher Release 2.1.5.3 ----------------------------------------------------
* ------------------------------ bis hierher Release 2.1.5.4 ----------------------------------------------------
* Code: Grandchildren.php: statt großem Block wieder Unterfunktionen nutzen
* Code: Ist die Funktion "getPedigreeValue" in ExtendedFamilySupport.php wirklich überflüssig? Dann löschen.
* Code: weitere find... Funktionen programmieren und damit den alten Code ersetzen (in ExtendedFamilyPart.php)
* Code: In der Zusammenfassung per countBy weitere Informationen anzeigen
* (Anzahl der Familien, Generationen von/bis, früheste/späteste Geburt, Anzahl m/w/u, Anzahl lebend/tod, ...) * Code: alle Family Objekte explizit als Family deklarieren
* Code: alle array-Deklarationen mit <index,value> deklarieren
Expand Down Expand Up @@ -98,7 +101,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.1.5.2';
public const CUSTOM_VERSION = '2.1.5.3';
public const CUSTOM_LAST = 'https://github.com/hartenthaler/' .
self::CUSTOM_MODULE. '/raw/main/latest-version.txt';

Expand Down
2 changes: 1 addition & 1 deletion latest-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.5.2
2.1.5.3

0 comments on commit 1f917d7

Please sign in to comment.