diff --git a/CHANGELOG.md b/CHANGELOG.md index afcd238af83..e536f45b575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - `craft\base\Element::includeSetStatusAction()` now returns `false` by default regardless of what `hasStatuses()` returns, fixing a bug where some element indexes were unexpectedly getting “Set Status” actions. +- Updated Yii to 2.0.47. ## 4.3.3 - 2022-11-17 diff --git a/composer.json b/composer.json index 46463fd50ce..eff799e9fa9 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "twig/twig": "~3.4.3", "voku/stringy": "^6.4.0", "webonyx/graphql-php": "~14.11.5", - "yiisoft/yii2": "~2.0.46.0", + "yiisoft/yii2": "~2.0.47.0", "yiisoft/yii2-debug": "~2.1.19.0", "yiisoft/yii2-queue": "~2.3.2", "yiisoft/yii2-symfonymailer": "^2.0.0" diff --git a/composer.lock b/composer.lock index 0d8e5794f32..d7e8859dd6f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "50b4713fcffca2e61eb1e36e981fec3c", + "content-hash": "388d19db4a8773947f535596a2294270", "packages": [ { "name": "cebe/markdown", @@ -6029,16 +6029,16 @@ }, { "name": "yiisoft/yii2", - "version": "2.0.46", + "version": "2.0.47", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-framework.git", - "reference": "d73259c3bc886648a6875109f9f09cddeff03708" + "reference": "8ecf57895d9c4b29cf9658ffe57af5f3d0e25254" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/d73259c3bc886648a6875109f9f09cddeff03708", - "reference": "d73259c3bc886648a6875109f9f09cddeff03708", + "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/8ecf57895d9c4b29cf9658ffe57af5f3d0e25254", + "reference": "8ecf57895d9c4b29cf9658ffe57af5f3d0e25254", "shasum": "" }, "require": { @@ -6147,7 +6147,7 @@ "type": "tidelift" } ], - "time": "2022-08-18T22:18:45+00:00" + "time": "2022-11-18T16:21:58+00:00" }, { "name": "yiisoft/yii2-composer", @@ -9748,5 +9748,5 @@ "platform-overrides": { "php": "8.0.2" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }