mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Prepare 1.16.1 Release
This commit is contained in:
parent
a4bc83e1cc
commit
b438d271b1
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user