Prepare 1.16.1 Release

This commit is contained in:
Lucas Bartholemy 2024-07-01 12:45:16 +02:00
parent a4bc83e1cc
commit b438d271b1
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
HumHub Changelog
================
1.16.1 (Unreleased)
----------------------
1.16.1 (July 1, 2024)
---------------------
- Fix #7084: Fix compatibility for PHP 8.0+
- Fix #7088: Improve handling of legacy configuration for "search" component
- Fix #7089: Fix markdown sub list style

View File

@ -26,7 +26,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.16.0',
'version' => '1.16.1',
'minRecommendedPhpVersion' => '8.1',
'minSupportedPhpVersion' => '8.0',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,