Skip to content

Commit aed19e6

Browse files
committed
Release preparations.
Signed-off-by: Thomas Hochstein <thh@inter.net>
1 parent 0d70945 commit aed19e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/NEWS

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
Version 2.3-rc2
1+
Version 2.3.0 (10.08.2019)
22
------------------------------------------------------------------------
33

44
* Fix: Don't show "Array" under Update notification if autoupdate
55
plugin is not installed
66

7+
* Fix PHP 7.4 issue in PEAR HTTP_Request2
8+
79
Version 2.3-rc1 (03.08.2019)
810
------------------------------------------------------------------------
911

serendipity_config.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
// The version string
50-
$serendipity['version'] = '2.3-rc2';
50+
$serendipity['version'] = '2.3.0';
5151

5252

5353
// 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'.

0 commit comments

Comments
 (0)