diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 643e40884c..3c60f0f811 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -1,7 +1,7 @@ Yii Framework 2 Change Log ========================== -2.0.60 under development +2.0.54 under development ------------------------ - Bug #20483: Fix `CompositeAuth` making bad assumptions on `AuthInterface` implementations (sammousa) - Bug #20432: Fix PHPStan/Psalm annotations for `ActiveQuery::asArray` (max-s-lab) diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index 29e4ac754e..c858cf77dd 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -51,9 +51,10 @@ if you want to upgrade from version A to version C and there is version B between A and C, you need to follow the instructions for both A and B. -Upgrade from Yii 2.0.60 +Upgrade from Yii 2.0.53 ----------------------- +* Raised minimum supported PHP version to `7.4`. * Deprecated caching components: `XCache` and `ZendDataCache` have been removed. If you were using these components, you will need to replace them with alternative caching solutions.