2.4-beta1 release documentation

This commit is contained in:
onli 2021-09-12 15:36:54 +02:00
parent 0d74b79a48
commit ff1fd8d8fa
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
Version 2.4-beta1 (September 12th, 2021)
------------------------------------------------------------------------
* Hide more PHP warnings in production mode, to ease the migration
to PHP 8
* Fix: Deleting a user was not possible

View File

@ -51,7 +51,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.4-alpha2';
$serendipity['version'] = '2.4-beta1';
// 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'.