Skip to content

Releases: yiisoft/yii

Version 1.1.20

06 Jul 18:14
1.1.20
Compare
Choose a tag to compare

Version 1.1.19

08 Jun 07:33
1.1.19
5790cbf
Compare
Choose a tag to compare

This release is a maintenance release of Yii 1.1.x which contains compatibility fixes for PHP 7.0 and 7.1.

See the complete release announcement for all details:
https://www.yiiframework.com/news/137/yii-1-1-19-is-released/

Version 1.1.18

19 Apr 16:56
1.1.18
018a89e
Compare
Choose a tag to compare

This release is a maintenance release of Yii 1.1.x which contains compatibility fixes for PHP 7.0 and 7.1.

See the complete release announcement for all details:
https://www.yiiframework.com/news/133/yii-1-1-18-is-released/

Version 1.1.17

13 Jan 17:09
Compare
Choose a tag to compare

This is the last release of Yii 1.1.x containing Enhancements.
Future releases will be bugfix only.

See the complete release announcement for all details:
https://www.yiiframework.com/news/93/yii-1-1-17-is-released/

Version 1.1.16

21 Dec 19:56
Compare
Choose a tag to compare

In this release, we fixed more than 120 enhancements and bug fixes.

See https://www.yiiframework.com/news/83/yii-1-1-16-is-released/ for the complete release news.

Version 1.1.15

30 Jun 00:33
Compare
Choose a tag to compare

This release fixes a security issue found in CDetailView in the 1.1.14 release. The issue allows an attacker to
potentially execute arbitrary PHP script on the server. So we urge all 1.1.14 users to upgrade Yii to this latest release. Note that the issue only affects 1.1.14. All previous releases are not affected.

Upgrading to this release is very safe and will not break your existing code.

We have reserved a CVE number (CVE-2014-4672) for this issue that you can use to refer to it.

https://www.yiiframework.com/news/78/yii-1-1-15-is-released-security-fix/

Version 1.1.14

12 Aug 00:19
Compare
Choose a tag to compare

Please download 1.1.15 instead. This version contains a security issue that was fixed in 1.1.15.

  • Fixed more than 80 bugs
  • Introduced more than 60 minor enhancements and features
  • Added CPasswordHelper that provides secure and up to date way to store and verify password hashes.
  • Added CRedisCache to support using Redis for caching purpose
  • Yii can now be installed as a Composer package

More details can be found in the release news.