From 76a4ce384690a2381d2ee81c60e8cff8b74a4705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=BCegg?= Date: Mon, 11 Dec 2023 15:27:11 +0100 Subject: [PATCH] Fix #6693 MIGRATE-DEV.md ( (#6724) --- MIGRATE-DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATE-DEV.md b/MIGRATE-DEV.md index 747a043c7a..1583435659 100644 --- a/MIGRATE-DEV.md +++ b/MIGRATE-DEV.md @@ -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`