Yii 1.1.21 is released

We are very pleased to announce that Yii Framework version 1.1.21 is released.
You can download it at yiiframework.com/download/.

This release is a release of Yii 1.1 which has reached maintenance mode and will, only receive necessary security fixes and fixes to adjust the code for compatibility with PHP 7 if they do not cause breaking changes.
This allows you to keep your servers PHP version up to date in the environments where old Yii 1.1 applications are hosted and stay within the version ranges supported by the PHP team.
Yii 1.1.21 is compatible with PHP 7.3 that, at the time of this writing, has an announced security support until December 6, 2021.

We recommend to use Yii 2.0 for new projects as well as introducing Yii 2.0 for developing new features in existing Yii 1.1 apps, as described in the Yii 2 guide.
Upgrading a whole app to Yii 2.0 will, in most cases, result in a total rewrite so this option provides a way for upgrading step by step and allows you to keep old applications up to date even with low budget.

This release includes a few PHP 7 compatibility fixes and security improvements.

For the complete list of changes in this release, please see the change log.
For upgrading, always make sure to read the upgrade instructions, however in this release there are no changes that require changes.

We would like to express our gratitude to all contributors who have spent their precious time helping improve Yii and made this release possible.

You can find the news post here.

3 Likes

Hi. I try to download 1.1.21 from https://www.yiiframework.com/download#yii1, but it downloads 1.1.20.
Could you help me, please?

Might be that you tried directly after I posted this. The website was updated ~15min later…

https://www.yiiframework.com/download#yii-1-1

contains the following links:

https://github.com/yiisoft/yii/releases/download/1.1.21/yii-1.1.21.733ac5.tar.gz
https://github.com/yiisoft/yii/releases/download/1.1.21/yii-1.1.21.733ac5.zip

which both are named 1.1.21 and also contain the correct code.

This was a bug. Fixed by

1 Like