diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index 488183a..0000000 --- a/changelog.txt +++ /dev/null @@ -1,13 +0,0 @@ -Modifications for webtrees 1.5.0 - -* function getGlobalFacts() is deprecated. Use record->getFacts() instead. - $controller->getGlobalFacts() changed in $controller->record->getFacts(); -* WT_Event is changed in WT_Fact -* getGedComRecord() is changed in getGedCom(); -* $dummy=new WT_Individual('0 @'.$event->getParentObject()->getXref()."@ INDI\n1 DEAT Y\n".$factrec); is changed in: - $dummy=new WT_Individual( - 'xref', - "0 @xref@ INDI\n1 DEAT Y\n".$factrec, - null, - WT_GED_ID - ); diff --git a/readme.html b/readme.html index f264a51..9466c1d 100644 --- a/readme.html +++ b/readme.html @@ -29,7 +29,7 @@

ReadMe File - "Fancy Research Links"

-

Version 1.5

+

Version 1.5.1