Fix versioning in changelog and update upgrade notes for 2.0.54. (#20543)

This commit is contained in:
Wilmer Arambula
2025-09-27 06:17:51 -03:00
committed by GitHub
parent dc65bd3726
commit 848cd97849
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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.