From: <var...@us...> - 2021-08-11 17:32:10
|
Revision: 10497 http://sourceforge.net/p/phpwiki/code/10497 Author: vargenau Date: 2021-08-11 17:32:07 +0000 (Wed, 11 Aug 2021) Log Message: ----------- 1.6.0 2021-08-12 Modified Paths: -------------- trunk/locale/it/pgsrc/NoteDiRilascio trunk/pgsrc/ReleaseNotes Modified: trunk/locale/it/pgsrc/NoteDiRilascio =================================================================== --- trunk/locale/it/pgsrc/NoteDiRilascio 2021-08-11 17:22:25 UTC (rev 10496) +++ trunk/locale/it/pgsrc/NoteDiRilascio 2021-08-11 17:32:07 UTC (rev 10497) @@ -8,7 +8,7 @@ <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>> -== 1.6.0 2021-08-XX Marc-Etienne Vargenau == +== 1.6.0 2021-08-12 Marc-Etienne Vargenau == Major release: * PHP 7 and 8 compatible (works from PHP 5.3.3 to PHP 8.0) @@ -35,7 +35,6 @@ * Update PEAR.php to release 1.10.12 * Update Pear DB library to 1.10.0 * Update Pear Cache library to 1.5.6 -* Replace ##ereg## functions * Update Adodb to version 5.20.19 * Update ASCIIMathPHP to version 2.1 (from Zefling/ASCIIMathPHP on github.com) * Update highlight.js to version 9.15.6 @@ -43,7 +42,7 @@ * Valid HTML5 and CSS3 logos (in debug mode) * Better is_localhost() function (allow IPv6, allow Windows IIS). Patch by Thierry Nabeth. * Remove Fusionforge-specific files (g view.php wikiadmin.php wikilist.php) -* Remove USE_SAFE_DBSESSION (always true) +* Remove USE_SAFE_DBSESSION (always true), DISABLE_HTTP_REDIRECT * PDO patch by Sébastien Le Callonnec * Updated pgsrc pages in all languages * Adding SPDX-License-Identifier in PHP source files Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2021-08-11 17:22:25 UTC (rev 10496) +++ trunk/pgsrc/ReleaseNotes 2021-08-11 17:32:07 UTC (rev 10497) @@ -8,7 +8,7 @@ <<CreateToc with_toclink||=1 headers||=1,2,3 width=300px position=right>> -== 1.6.0 2021-08-XX Marc-Etienne Vargenau == +== 1.6.0 2021-08-12 Marc-Etienne Vargenau == Major release: * PHP 7 and 8 compatible (works from PHP 5.3.3 to PHP 8.0) @@ -35,7 +35,6 @@ * Update PEAR.php to release 1.10.12 * Update Pear DB library to 1.10.0 * Update Pear Cache library to 1.5.6 -* Replace ##ereg## functions * Update Adodb to version 5.20.19 * Update ASCIIMathPHP to version 2.1 (from Zefling/ASCIIMathPHP on github.com) * Update highlight.js to version 9.15.6 @@ -43,7 +42,7 @@ * Valid HTML5 and CSS3 logos (in debug mode) * Better is_localhost() function (allow IPv6, allow Windows IIS). Patch by Thierry Nabeth. * Remove Fusionforge-specific files (g view.php wikiadmin.php wikilist.php) -* Remove USE_SAFE_DBSESSION (always true) +* Remove USE_SAFE_DBSESSION (always true), DISABLE_HTTP_REDIRECT * PDO patch by Sébastien Le Callonnec * Updated pgsrc pages in all languages * Adding SPDX-License-Identifier in PHP source files This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |