From: <var...@us...> - 2022-12-16 14:17:59
|
Revision: 11029 http://sourceforge.net/p/phpwiki/code/11029 Author: vargenau Date: 2022-12-16 14:17:57 +0000 (Fri, 16 Dec 2022) Log Message: ----------- PhpWiki 1.6.2 should work for all PHP releases from 5.3.3 to 8.2.0. Modified Paths: -------------- trunk/INSTALL trunk/pgsrc/ReleaseNotes Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2022-08-24 10:48:56 UTC (rev 11028) +++ trunk/INSTALL 2022-12-16 14:17:57 UTC (rev 11029) @@ -1,7 +1,7 @@ REQUIREMENTS -PhpWiki 1.6.1 requires a web server with at least PHP version 5.3.3. -PhpWiki 1.6.1 should work for all PHP releases from 5.3.3 to 8.1.2. +PhpWiki 1.6.2 requires a web server with at least PHP version 5.3.3. +PhpWiki 1.6.2 should work for all PHP releases from 5.3.3 to 8.2.0. Visit <http://www.php.net> and <http://php.net/downloads.php> for downloads and information. Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2022-08-24 10:48:56 UTC (rev 11028) +++ trunk/pgsrc/ReleaseNotes 2022-12-16 14:17:57 UTC (rev 11029) @@ -8,8 +8,12 @@ <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>> -== 1.6.2 2022-XX-XX Marc-Etienne Vargenau == +== 1.6.2 2022-12-18 Marc-Etienne Vargenau == +PhpWiki 1.6.2 is the last release compatible with PHP 5. +It should work for all PHP releases from 5.3.3 to 8.2.0. +Next release will require at least PHP 7.4. + === Fixes === * Make renaming of pages work for DATABASE_TYPE = PDO and file. * Make WantedPages work for DATABASE_TYPE = dba and file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |