Prepare 1.14.0-beta.2 release

This commit is contained in:
Lucas Bartholemy 2023-03-28 11:18:17 +02:00
parent 0d6ea8fc74
commit 452393522e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
HumHub Changelog (DEVELOP)
==========================
1.14.0-beta.2 (Unreleased)
1.14.0-beta.2 (March 28, 2023)
------------------------------
- Enh #6173: Theme variables `background-color-highlight` and `background-color-highlight-soft`
- Fix #6099: Empty buttons in GlobalConfirmModal footer

View File

@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.14.0-beta.1',
'version' => '1.14.0-beta.2',
'minRecommendedPhpVersion' => '7.4',
'minSupportedPhpVersion' => '7.4',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,