Prepare 1.17

This commit is contained in:
Lucas Bartholemy 2024-06-19 14:22:30 +02:00
parent ab03007f7b
commit a6c96e9e2b
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
HumHub Changelog
================
1.17.0 (TBA)
------------
-
1.16.0 (June 19, 2024)
----------------------
See also: HumHub 1.16 - [Release Notes](https://docs.humhub.org/docs/about/releasenotes/release_notes_1_16) and [Changelog](https://github.com/humhub/humhub/blob/master/CHANGELOG.md)

View File

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