Skip to content

Commit a0d9072

Browse files
committed
Prepare release 2.5.0
1 parent d8d0e12 commit a0d9072

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

docs/NEWS

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
Version 2.5-beta2 ()
1+
Version 2.5.0 (13.02.2024)
22
------------------------------------------------------------------------
33

4+
* Restore compatibility with PHP 7.4
5+
6+
* Remove bundled composer.phar (thanks to hboeck)
7+
48
* Update composer dependencies (mostly for PHP 8.3 compatibility):
59
katzgrau/klogger (1.0.0 => 1.2.2)
610
pear/http_request2 (v2.5.1 => v2.6.0)
711
pear/net_dns2 (v1.5.3 => v1.5.4)
812
psr/log (1.0.0 => 1.1.4)
9-
psr/simple-cache (1.0.1 => 2.0.0)
1013
smarty/smarty (v4.3.2 => v4.3.5)
1114

1215
* Fix a PHP notice in User management ("isEditable") (garvinhicking)

docs/RELEASE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
stable:2.4.0
2-
beta:2.5-beta1
1+
stable:2.5.0
2+
beta:2.5.0

serendipity_config.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555

5656
// The version string
57-
$serendipity['version'] = '2.5-beta2';
57+
$serendipity['version'] = '2.5.0';
5858

5959

6060
// 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)