mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 18:17:00 +08:00
Fix versioning in changelog and update upgrade notes for 2.0.54. (#20543)
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
Yii Framework 2 Change Log
|
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 #20483: Fix `CompositeAuth` making bad assumptions on `AuthInterface` implementations (sammousa)
|
||||||
- Bug #20432: Fix PHPStan/Psalm annotations for `ActiveQuery::asArray` (max-s-lab)
|
- Bug #20432: Fix PHPStan/Psalm annotations for `ActiveQuery::asArray` (max-s-lab)
|
||||||
|
|||||||
@ -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
|
version B between A and C, you need to follow the instructions
|
||||||
for both A and B.
|
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
|
* 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.
|
will need to replace them with alternative caching solutions.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user