Prepare v.17 beta1 release

This commit is contained in:
Lucas Bartholemy 2024-10-28 16:22:32 +01:00
parent 9f41220a37
commit 6cdaf8b51c
4 changed files with 469 additions and 555 deletions

View File

@ -1,8 +1,8 @@
HumHub Changelog
================
1.17.0 (TBA)
------------
1.17.0-beta.1 (October 28, 2024)
--------------------------------
- Enh #7070: Add GitHub action for PHP CS Fixer
- Enh #7073: Add a link to notification settings on top dropdown list
- Fix #7100: Enable all file handlers on RichText editor toolbar
@ -21,9 +21,6 @@ HumHub Changelog
- Enh #7106: Enable option for non-member users of a space to create posts
- Enh #7160: Default state set to Deny for `Create Private Spaces` and `Create Public Spaces` Groups permissions
- Enh #7166: When browsing HumHub from the mobile app, add a warning to the dashboard (`IncompleteSetupWarning` widget) if HumHub doesn't support push notifications
1.16.2 (Unreleased)
---------------------
- Fix #7174: In lists, when an item text is displayed on multiple lines, the lines below are not lining up with the first one
- Fix #7173: Fix marketplace module label "Professional Edition"
- Fix #7176: Fix of broken tests related to `Create Private Spaces` and `Create Public Spaces` Groups permissions

1011
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
/**
* This file is generated by the "yii asset" command.
* DO NOT MODIFY THIS FILE DIRECTLY.
* @version 2024-10-22 08:54:08
* @version 2024-10-28 15:21:04
*/
return [
'app' => [
@ -532,4 +532,4 @@ return [
'defer',
],
],
];
];

View File

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