Release preparations.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-10 12:08:32 +02:00
parent 0d7094582f
commit aed19e6be3
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
Version 2.3-rc2
Version 2.3.0 (10.08.2019)
------------------------------------------------------------------------
* Fix: Don't show "Array" under Update notification if autoupdate
plugin is not installed
* Fix PHP 7.4 issue in PEAR HTTP_Request2
Version 2.3-rc1 (03.08.2019)
------------------------------------------------------------------------

View File

@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.3-rc2';
$serendipity['version'] = '2.3.0';
// Setting this to 'false' will enable debugging output. All alpha/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.