Merge branch 'master' into develop

This commit is contained in:
Lucas Bartholemy 2021-02-04 15:53:46 +01:00
commit ad0d6afb67
3 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
mysql-version:
- "5.7"

View File

@ -9,7 +9,8 @@ HumHub Changelog
- Fix #4569: Prevent double module registration
- Fix #4389: Require to check a checkbox if the profile field is required
- Fix #3687: Disable profile field type for existing record
- Fix #4825: Make settings index(name, module_id) unique
- Fix #4819: Fixed some PHP8 issues. (Updated to Yii 2.0.40 / Imagine 1.0+)
- Fix #4825: Ensure unique setting values (Added unique table index)
1.7.2 (January 21, 2021)

View File

@ -65,7 +65,7 @@
"yiisoft/yii2-authclient": "~2.2.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-httpclient": "~2.0.0",
"yiisoft/yii2-imagine": "~2.1.0",
"yiisoft/yii2-imagine": "~2.3.0",
"yiisoft/yii2-jui": "~2.0.0",
"yiisoft/yii2-queue": "~2.3.0",
"yiisoft/yii2-redis": "~2.0.0",