From ff1fd8d8fa707e98dc74384735a0036f6a26c3ba Mon Sep 17 00:00:00 2001 From: onli Date: Sun, 12 Sep 2021 15:36:54 +0200 Subject: [PATCH] 2.4-beta1 release documentation --- docs/NEWS | 2 ++ serendipity_config.inc.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 49f328fb..7ed8f80c 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -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 diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 7338d6a4..1a9c39a9 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -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'.