SF.net SVN: phpwiki:[11029] trunk

vargenau--- via phpwiki-checkins <[email protected]> Fri, 16 Dec 2022 14:17:57 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
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.