Yii Framework 34k+
  • News
  • Guide
  • API
  • Wiki
  • Forum
  • Community
    • Places
    • Members
    • Hall of Fame
    • Badges
  • More
    • Learn
    • Books
    • Resources
    • Develop
    • Download Yii
    • Extensions
    • Report an Issue
    • Report a Security Issue
    • Contribute to Yii
    • Donate
    • About
    • Release Cycle
    • License
    • Team
    • Official Logos and Design
Login

Yii 2.0.9 is released

Jul 11, 2016

We are very pleased to announce the release of Yii Framework version 2.0.9. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.

Version 2.0.9 is a minor release of Yii 2.0 which contains about 60 minor new features and bug fixes.

There are two minor changes that may affect your existing applications so check the UPGRADE.md file.

Read more

Yii 2.0.8 is released

Apr 28, 2016

We are very pleased to announce the release of Yii Framework version 2.0.8. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.

Version 2.0.8 is a patch release of Yii 2.0 which contains about 100 minor new features and bug fixes in 300 commits, by 64 contributors, changing 150 files.

There are extra steps to do while upgrading so check the UPGRADE.md file.

Read more

New official extension releases

Mar 18, 2016

We are very pleased to announce extension releases. As you might already know, we decided to decouple extension releases from the framework release to allow more flexibility and possible more frequent extension releases. This however has not really happened in the past as we were very busy working on the framework itself and also each release takes some extra resources to review the code and prepare the release. We have now automated most of the release process for extensions so we can hopefully release more often in the future and are now happy to announce the release of the following extensions:

  • API Documentation generator (yii2-apidoc) version 2.0.5, CHANGELOG
  • Bootstrap extension (yii2-bootstrap) version 2.0.6, CHANGELOG
  • Codeception extension (yii2-codeception) version 2.0.5, CHANGELOG
  • Debug Toolbar (yii2-debug) version 2.0.6, CHANGELOG

Read more

Yii 2.0.7 is released

Feb 14, 2016

We are very pleased to announce the release of Yii Framework version 2.0.7. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.

Version 2.0.7 is a patch release of Yii 2.0 which contains over 100 minor new features and bug fixes as well as numerous improvements to documentation and guide translations.

There are extra steps to do while upgrading so check the UPGRADE.md file.

Read more

Yii 1.1.17 is released

Jan 13, 2016

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

In this release, we have included 36 enhancements and bug fixes. For the complete list of changes in this release, please see the change log. NOTE This release contains a breaking change in the APCu cache, so if you're using it, please read the upgrading instructions to learn how to upgrade.

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

Read more

Debug, Bootstrap, Sphinx and Authclient extensions version 2.0.5 released

Sep 24, 2015

We are very pleased to announce the releases of Debug, Bootstrap, Sphinx and Authclient extensions. We decided to decouple extension releases from the framework release to allow more flexibility and possible more frequent extension releases. Debug was released quite long time ago but at the time we were too busy for announcement.

Debug Toolbar version 2.0.5 (yii2-debug) ¶

Debug toolbar got some reliablity fixes, usability improvements and new features. It's now more compact, got more colors and better formatting.

Read more

Yii 2.0.6 is released

Aug 5, 2015

We are very pleased to announce the release of Yii Framework version 2.0.6. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.

Version 2.0.6 is a patch release of Yii 2.0 which contains over 70 minor new features and bug fixes as well as numerous improvements to documentation and great progress on guide translations.

We thank our excellent Yii community who helped us with pull requests and valuable discussions. Thank you!

You may follow the development progress of Yii 2 by starring or watching Yii 2.0 GitHub Project. You may also follow Yii Twitter feeds or join Yii Facebook group to connect with other Yii developers.

Read more

Yii 2.0.5 is released (security fix)

Jul 11, 2015

We are releasing Yii 2.0.5 to fix a security issue found in the yii\web\ViewAction class. We urge all users of the class to upgrade their Yii installation to this latest release. Upgrading from 2.0.4 to this release is very safe as the release does only contain the bugfix for the vulnerability and will not break your existing code.

The vulnerability is in the ViewAction action. It is possible to execute any PHP file (a file ending with .php) on the disk by passing a relative path via view parameter. Since the issue was posted on the public issue tracker and is already known, we've fixed it and decided to make this release immediately.

We have reserved a CVE number (CVE-2015-5467) for this issue, which you can use to refer to it.

Yii 2.0.4 is released

May 10, 2015

We are very pleased to announce the release of Yii Framework version 2.0.4. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.

Version 2.0.4 is a patch release of Yii 2.0 which contains over 100 minor new features and bug fixes. It contains a fix for the security issue CVE-2015-3397 that may allow XSS attacks to IE6/IE7 users. For this reason, you are urged to upgrade to this version if your applications are required to support IE6/IE7. We have added a new helper method yii\helpers\Json::htmlEncode() which should be used instead of Json::encode() if you use the result in Javascript code that is embedded in a HTML page to avoid the problem described above.

The release further adds a new core validator named EachValidator which allows you to validate every element in an array input. A new method named attributeHints() is added to yii\base\Model, which let you to configure input hints (in addition to input labels). And finally you can use indexBy() together with column() when performing database query with yii\db\Query. It will return an array of scalar values indexed by the specified column or computed indices. There are many other useful additions and changes to this release. Please refer to the core framework change log and the extension change logs.

We hereby thank to all contributors who have spent their precious time helping improve Yii and made this release possible.

You may follow the development progress of Yii 2 by starring or watching Yii 2.0 GitHub Project. You may also follow Yii Twitter feeds or join Yii Facebook group to connect with other Yii developers.

Yii 2.0.3 is released

Mar 1, 2015

We are very pleased to announce the release of Yii Framework version 2.0.3. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.

Version 2.0.3 is a patch release of Yii 2.0 which contains about 50 minor new features and bug fixes. Complete list of changes may be found in the change log. We hereby thank to all contributors who have spent their precious time helping improve Yii and made this release possible.

Additional thanks goes to contributors improving documentation and translating into many languages.

Read more

Yii 2.0.2 is released

Jan 11, 2015

We are very pleased to announce the release of Yii Framework version 2.0.2. Please refer to the instructions at http://www.yiiframework.com/download/ to install or upgrade to this version.

Version 2.0.2 is a patch release of Yii 2.0 which contains about 40 minor new features and bug fixes. Complete list of changes may be found in the change log. We hereby thank to all contributors who have spent their precious time helping improve Yii and made this release possible.

You may follow the development progress of Yii 2 by starring or watching Yii 2.0 GitHub Project. You may also follow Yii Twitter feeds or join Yii Facebook group to connect with other Yii developers.

Read more

Yii 1.1.16 is released

Dec 21, 2014

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

In this release, we have included more than 120 enhancements and bug fixes. For the complete list of changes in this release, please see the change log. NOTE This release contains changes that break backward compatibility. Please read the upgrading instructions to learn how to upgrade.

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

Read more

Yii 2.0 RC is released

Sep 28, 2014

We are very pleased to announce the release of Yii 2.0 RC (Release Candidate). You may follow the instructions on yiiframework.com to install or upgrade to this version.

This RC release includes about 100 bug fixes and 200 new features and enhancements. It is a result of five months of intensive development since the prior Beta release. During this period, we have received a lot of help from the Yii community users. We hereby thank everyone who has contributed to Yii and made this release possible. You are the best!

Commonly Asked Questions ¶

Read more

Yii 1.1.15 is released (security fix)

Jun 29, 2014

We are releasing Yii 1.1.15 to fix a security issue found in 1.1.14. We urge all 1.1.14 users to upgrade their Yii to this latest release. Note that the issue only affects 1.1.14. All previous releases are not affected. Upgrading to this release from 1.1.14 is very safe and will not break your existing code.

The vulnerability is in the CDetailView widget. When a Yii application uses this widget and configures the "value" property of a CDetailView attribute using end user inputs, it may allow attackers to potentially execute arbitrary PHP scripts on the server. We are not showing how to exploit it here to allow users to upgrade before details about the exploit become publicly known. To our knowledge the details of this issue are only known to core team members.

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

Yii 2.0 Beta is released

Apr 13, 2014

We are very pleased to announce the Beta release of Yii Framework version 2. You can download it from yiiframework.com.

This Beta release includes hundreds of new features, changes and bug fixes that have been made since the alpha release. We will review the most important ones in the following. But first, we would like to answer some commonly asked questions regarding Beta.

Commonly Asked Questions ¶

Read more

Yii 2.0 alpha is released

Dec 1, 2013

We are very pleased to announce the alpha release of Yii Framework version 2. You can download it from yiiframework.com.

Yii 2 is a complete rewrite of Yii - one of the most popular PHP frameworks. Yii 2 inherits the main spirit behind Yii for being a simple, fast and highly extensible PHP framework. Yii 2 exploits the latest language features available in PHP 5.4 and embraces the best practices found in modern Web application development. For a complete description of the features offered by Yii 2, please check out The Definitive Guide and The Guide of Upgrading from Yii 1.1.

The alpha release of Yii 2 marks a major milestone in the course of Yii 2 development. It means that the code base of Yii 2 has reached a certain degree of stability. If you just start to learn Yii or you do not have a tight project schedule, you may consider using Yii 2. Please do not use Yii 2 in production as we may still introduce significant changes without prior notices.

Over the past two years, we have received tremendous contributions to Yii 2 from our community. We hereby thank every contributor for making this release possible.

Yii 1.1.14 is released

Aug 11, 2013

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

In this release, we fixed more than 80 bugs and introduced more than 60 minor enhancements and features. We added CPasswordHelper that provides secure and up to date way to store and verify password hashes; We added CRedisCache to support using Redis for caching purpose; and Yii can now be installed as a Composer package. For the complete list of changes in this release, please see the change log.

We have received significant contributions to this release from our community users (e.g. creocoder, tom--, paystey, Ragazzo, antoncpu, Yiivgeny) to this release. We hereby thank their effort in making this release available.

Read more

Yii 1.1.14 release candidate is available

Jul 14, 2013

We are very pleased to announce the release candidate of Yii Framework version 1.1.14. You can download it at GitHub.

In this release, we fixed more than 80 bugs and introduced more than 60 minor enhancements and features. We added CPasswordHelper that provides secure and up to date way to store and verify password hashes; We added CRedisCache to support using Redis for caching purpose; and Yii can now be installed as a Composer package. For the complete list of changes in this release, please see the change log.

We have received significant contributions to this release from our community users (e.g. creocoder, tom--, paystey, Ragazzo, antoncpu, Yiivgeny) to this release. We hereby thank their effort in making this release available.

Read more

Yii PHP Framework 1.1.13 is released

Dec 30, 2012

We are very pleased to announce the immediate availability of Yii Framework version 1.1.13. You can download it from the Yii project site at

http://www.yiiframework.com/download/

This release includes about 70 minor features and enhancements, and more than 50 bug fixes. For the complete list of changes in this release, please see:

Read more

Yii 1.1.13 Release Candidate (RC) is released

Dec 2, 2012

We are very pleased to announce the immediate availability of Yii Framework version 1.1.13 Release Candidate. You may download it from the following page:

www.yiiframework.com/download/

This release includes almost 120 enhancements and bug fixes. We hereby thank all people who invested their time and brainpower in getting Yii better: resurtm, SonkoDmitry, klimov-paul, creocoder, DaSourcerer, and many others.

Since this is an RC release, please do not use it for production. We will make a stable release of 1.1.13 in the next few weeks. Before that happens, please help us test this RC release and report to us any issues you find. Thank you.

For the complete list of changes in this release, please see the change log. And if you plan to upgrade from an older version to 1.1.13, please refer to the upgrade instructions.

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (47)
  • 2025 (92)
  • 2024 (80)
  • 2023 (90)
  • 2022 (82)
  • 2021 (101)
  • 2020 (64)
  • 2019 (75)
  • 2018 (32)
  • 2017 (35)
  • 2016 (30)
  • 2015 (9)
  • 2014 (6)
  • 2013 (11)
  • 2012 (14)
  • 2011 (10)
  • 2010 (10)
  • 2009 (23)
  • 2008 (5)

Popular Tags

  • yii3 386
  • extensions 233
  • release 109
  • yii2 74
  • debug 30
  • view 28
  • html 25
  • auth client 23
  • bootstrap 21
  • redis 20
  • Yii 1.1
  • Guide
  • API
  • Wiki
  • Yii 2
  • Guide
  • API
  • Wiki
  • Yii3
  • Guide
  • API
  • Cookbook
  • Terms of service
  • License
  • Contact Us
  • Supported by
  • Your donations
  • JetBrains logo
  • © 2008 - 2026 Yii (Website Source Code)