Skip to content

Commit

Permalink
Prepare release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Feb 13, 2024
1 parent d8d0e12 commit a0d9072
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions docs/NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Version 2.5-beta2 ()
Version 2.5.0 (13.02.2024)
------------------------------------------------------------------------

* Restore compatibility with PHP 7.4

* Remove bundled composer.phar (thanks to hboeck)

* Update composer dependencies (mostly for PHP 8.3 compatibility):
katzgrau/klogger (1.0.0 => 1.2.2)
pear/http_request2 (v2.5.1 => v2.6.0)
pear/net_dns2 (v1.5.3 => v1.5.4)
psr/log (1.0.0 => 1.1.4)
psr/simple-cache (1.0.1 => 2.0.0)
smarty/smarty (v4.3.2 => v4.3.5)

* Fix a PHP notice in User management ("isEditable") (garvinhicking)
Expand Down
4 changes: 2 additions & 2 deletions docs/RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
stable:2.4.0
beta:2.5-beta1
stable:2.5.0
beta:2.5.0
2 changes: 1 addition & 1 deletion serendipity_config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

// The version string
$serendipity['version'] = '2.5-beta2';
$serendipity['version'] = '2.5.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'.
Expand Down

0 comments on commit a0d9072

Please sign in to comment.