Release preparations.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
0d7094582f
commit
aed19e6be3
@ -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
|
* Fix: Don't show "Array" under Update notification if autoupdate
|
||||||
plugin is not installed
|
plugin is not installed
|
||||||
|
|
||||||
|
* Fix PHP 7.4 issue in PEAR HTTP_Request2
|
||||||
|
|
||||||
Version 2.3-rc1 (03.08.2019)
|
Version 2.3-rc1 (03.08.2019)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// The version string
|
// 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'.
|
// 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'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user