mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
parent
f43cc32a25
commit
76a4ce3846
@ -15,6 +15,7 @@ Version 1.16 (Unreleased)
|
||||
- `\humhub\libs\BaseSettingsManager::isDatabaseInstalled()` use `Yii::$app->isDatabaseInstalled()` instead
|
||||
|
||||
### Type restrictions
|
||||
- `\humhub\commands\MigrateController` enforces types on fields, method parameters, & return types
|
||||
- `\humhub\modules\comment\models\Comment` on `canDelete()`
|
||||
- `\humhub\modules\content\components\ContentAddonActiveRecord` on `canDelete()`, `canWrite()`, `canEdit()`
|
||||
- `\humhub\modules\content\models\Content` on `canEdit()`, `canView()`
|
||||
@ -38,7 +39,6 @@ Version 1.15
|
||||
- Permission to configure modules is now restricted to users allowed to manage settings (was previously restricted to users allowed to manage modules). [More info here](https://github.com/humhub/humhub/issues/6174).
|
||||
|
||||
### Type restrictions
|
||||
- `\humhub\commands\MigrateController` enforces types on fields, method parameters, & return types
|
||||
- `\humhub\libs\BaseSettingsManager` and its child classes on fields, method parameters, & return types
|
||||
- `\humhub\libs\Helpers::checkClassType()` (see [#6548](https://github.com/humhub/humhub/pull/6548))
|
||||
- rather than throwing a `\yii\base\Exception`, it now throws some variations of `yii\base\InvalidArgumentException`
|
||||
|
Loading…
x
Reference in New Issue
Block a user