2.4-beta1 release documentation
This commit is contained in:
parent
0d74b79a48
commit
ff1fd8d8fa
@ -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
|
||||
|
@ -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'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user