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

AuthClient extension version 2.0.6 released

Jul 8, 2016

We are very pleased to announce the release of AuthClient extension version 2.0.6 which brings 4 enhancements and bug fixes. See CHANGELOG for details.

This is the last release in 2.0.x branch. Next release is going to be 2.1.0 which will use HTTP Client extension.

HTTP client extension version 2.0.0 released

Jul 1, 2016

We are very pleased to announce the initial release of the new HTTP Client extension version 2.0.0.

The extension allows you to perform compose and perform HTTP requests:

use yii\httpclient\Client;

Read more

MongoDB extension version 2.1.0 released

Jun 27, 2016

We are very pleased to announce the release of the MongoDB extension version 2.1.0, which uses the new PHP MongoDB driver, providing the ability to function on PHP 7.x and HHVM.

Note that migration to the new MongoDB driver caused a significant backward compatibility break! It is very likely, that existing code based on 2.0.x versions will be unable to function with 2.1.0 without adjustments. Check the UPGRADE instructions for migration from 2.0.x versions.

Also make sure your composer.json has the necessary version constraint limit if you want to stay with the 2.0.x version using the old driver, e.g. ~2.0.5. Check the Composer documentation on version constraints to learn how that works.

This release also provides several enhancements, such as writing and reading data in batches. See the CHANGELOG for a complete list of changes.

MongoDB extension version 2.0.5 released

May 9, 2016

We are very pleased to announce the release of MongoDB extension version 2.0.5 which brings 17 enhancements and bug fixes. See CHANGELOG for details.

This is the last release in 2.0.x branch. Next release is going to be 2.1.0 which will use new MongoDB driver.

We'd like to thank our contributors for the great job they've done. 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.

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 fork of jquery-pjax version 2.0.6 released

Mar 4, 2016

Yii fork of jquery-pjax just had a new release fixing bugs, adding enhancements and new options:

  • pushRedirect - whether to pushState the URL for redirects. Defaults to false.
  • replaceRedirect - whether to replaceState the URL for redirects. Defaults to true.
  • skipOuterContainers - when pjax containers are nested and this option is true, the closest pjax block will handle the event. Otherwise, the top container will handle the event. Defaults to false.
  • ieRedirectCompatibility - whether to add X-Ie-Redirect-Compatibility header for the request on IE.

If your composer.json version isn't fixed to 2.0.5, run composer update in order to update the library. Else change the version and then run composer update.

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

PHP 7 released

Dec 4, 2015

It happened!

PHP 7.0.0 was released. That means that we finally can use all the new shiny features such as return and scalar typing, ?? operator, anonymous classes, safe random generation and many more. As a huge bonus, thanks to great job of the PHP team, we've got significant performance boost for free.

There's an official migration guide available in PHP manual.

Yii 2.0 is compatible with PHP 7 and should run on it without any issues. Yii 1.1 has some issues which will be fixed in 1.1.17.

Congrats everyone and big thanks to PHP team for pushing it further!

Update on Yii 1.1 support and end of life

Nov 22, 2015

Yii 1.1 support was originally announced as "Dec 31, 2015 (may be extended further if needed)". In March we've conducted a survey and since December is close, it's time to officially announce our decision.

Yii 2.0 has been a great success and even though there are still a lot of projects using Yii 1.1 we have to make a decision as our resources are limited. We have been focusing on Yii 2.0 development in the past year and there was not much activity for Yii 1.1.

We have now decided to not accept any features or enhancements for Yii 1.1 anymore. We'll close feature request tickets and related pull requests soon. As we also obviously do not have enough time to fix all the reported bugs ourselves we will review the open tickets and only keep the critical ones open. Most of bugs are open for such a long time that probably affected projects had already implemented workarounds anyway.

So here is the timeline: Yii 1.1 will receive critical bugfixes and PHP 7 compatibility fixes till the end of 2016. After that we will only respond to and fix security issues if any will be found until at least the end of 2018. Even after security support has ended, all the code and documentation will be still available.

If you have any questions or concerns about this, feel free to get in touch with us.

New member joining Yii team

Nov 19, 2015

We are very glad to announce that we have a new member joining the core team. His name is Dmitry Naumenko and his GitHub ID is SilverFire. Dmitry is from Kiev, Ukraine. Despite not being long time contributor he displayed very good sense of the framework, thorough approach to development and issue discussion and great technical skills. We believe his joining the team will help us push Yii forward. Welcome!

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.1 is released

Dec 7, 2014

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

Version 2.0.1 is a patch release of Yii 2.0 which contains about 90 minor new features and bug fixes. Complete list of changes may be found in the change log. Besides code improvement, there are also a lot of improvements about the documentation, especially the Definitive Guide to Yii 2.0 which have been translated into several languages. 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

  • «
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • »
Get notified of news as soon as they are available using our RSS Feed.

Years

  • 2026 (48)
  • 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 387
  • 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)