From 848cd97849177b97a711bbbd5133299bbeb6e261 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Sat, 27 Sep 2025 06:17:51 -0300 Subject: [PATCH] Fix versioning in changelog and update upgrade notes for `2.0.54`. (#20543) --- framework/CHANGELOG.md | 2 +- framework/UPGRADE.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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.