mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Merge branch 'master' into develop
This commit is contained in:
commit
ad0d6afb67
1
.github/workflows/php-test.yml
vendored
1
.github/workflows/php-test.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
||||
- "7.2"
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
|
||||
mysql-version:
|
||||
- "5.7"
|
||||
|
@ -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)
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user