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

Bootstrap extension version 2.0.8 released

Feb 16, 2018

We are very pleased to announce the release of Bootstrap extension version 2.0.8 which both fixes bugs and makes small enhancements.

See CHANGELOG for details.

MongoDB extension 2.1.5 released

Feb 13, 2018

We are very pleased to announce the release of MongoDB extension version 2.1.6 which brings two bug fixes:

  • Fixed yii\mongodb\Command::aggregate() without 'cursor' option produces error on MongoDB Server 3.6
  • Fixed yii\mongodb\Collection::dropIndex() unable to drop index specified with sort via index plugin

See CHANGELOG for details.

Sphinx extension 2.0.10 released

Feb 13, 2018

We are very pleased to announce the release of Sphinx extension version 2.0.10 which brings 4 enhancements and bug fixes:

  • Fixed yii\sphinx\Schema::findColumns() unable to merge field and attribute columns with same name
  • Fixed yii\sphinx\QueryBuilder::buildInCondition() incompatibility with PHP 7.2
  • yii\sphinx\QueryBuilder::callSnippets() now automatically casts snippet source to string
  • yii\sphinx\QueryBuilder now supports Traversable objects for use in in conditions

See CHANGELOG for details.

Http Client extension 2.0.6 released

Feb 13, 2018

We are very pleased to announce the release of HTTP client extension version 2.0.6 which brings an enhancement and a bug fix:

  • Fixed Message::getHeaders() unable to parse HTTP status code in case reason phrase contains : character
  • Request::createFullUrl() now prevents appearance of multiple slashes while combining Client::$baseUrl and Request::$url

See CHANGELOG for details.

Auth Client extension 2.1.5 released

Feb 7, 2018

We are very pleased to announce the release of Auth Client extension version 2.1.5 which brings 3 enhancements and bug fixes:

  • Updated endpoint URLs for LinkedIn.
  • AuthAction refactored to use yii\web\Application::$request for request data access.
  • Added yii\authclient\AuthAction::$cancelCallback allowing custom handling for authentication cancellation.

See the CHANGELOG for details.

New extension releases for authclient, httpclient, mongodb, and sphinx

Nov 3, 2017

we are very pleased to announce the release of some extensions, which among other things include fixes to makes them fully compatible with PHP 7.2:

  • Auth client extension version 2.1.4
  • HTTP client extension version 2.0.5
  • Mongodb extension version 2.1.5
  • Sphinx extension version 2.0.9

Auth Client ΒΆ

Read more

Yii 2.0.13 is released

Nov 2, 2017

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

Version 2.0.13 is a minor release of Yii 2.0 which contains more than 90 enhancements and bug fixes.

There are minor changes that may affect your existing applications and also an important change about compatibility with PHP 7.2, so make sure to check the UPGRADE.md file.

Read more

Auth Client extension 2.1.3 released

Jun 23, 2017

We are very pleased to announce the release of Auth Client extension version 2.1.3 which brings 8 enhancements and bug fixes.

This release provides support for the OpenID Connect protocol and JSON Web Token (JWT) authentication for OAuth2. It also provides support for token exchange for Facebook.

See the CHANGELOG for details.

HTTP Client extension 2.0.4 released

Jun 23, 2017

We are very pleased to announce the release of HTTP Client extension version 2.0.4 which brings 4 bug fixes.

See the CHANGELOG for details.

MongoDB extension 2.1.4 released

Jun 23, 2017

We are very pleased to announce the release of MongoDB extension version 2.1.4 which brings 6 bug fixes.

This release fixes selection of master/slave server for read/write operations and makes this extension to be fully compatible with Yii 2.0.12 supporting array in migration paths.

See the CHANGELOG for details.

Yii 1.1.19 is released

Jun 8, 2017

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

This release is a release of Yii 1.1 that 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.19 is compatible with PHP 7.1 that, at the time of this writing, has an announced security support until December 1, 2019.

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.

Read more

Yii 2.0.12 is released

Jun 5, 2017

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

Version 2.0.12 is a minor release of Yii 2.0 which contains more than 100 enhancements and bug fixes.

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

Read more

SwiftMailer extension 2.0.7 released

May 1, 2017

We are very pleased to announce the release of the Swiftmailer extension version 2.0.7 which brings 3 enhancements and bug fixes.

We added the ability to setup several message headers in batch, including configuration at yii\swiftmailer\Mailer::$messageConfig.

This release provides better logging support, by choosing logging level (info, trace, warning) according to swiftmailer log format.

Fixed bug: yii\swiftmailer\Message did not clone the underlying $swiftMessage instance during its own cloning.

See the CHANGELOG for details.

Yii 1.1.18 is released

Apr 19, 2017

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

This release is a release of Yii 1.1 that has reached maintenance mode and will, from now on, only receive necessary security fixes. We may also accept 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.18 is compatible with PHP 7.1 that, at the time of this writing, has an announced security support until December 1, 2019.

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.

Read more

Redis extension 2.0.6 released

Apr 5, 2017

We are very pleased to announce the release of the redis extension version 2.0.6. This extension introduces several bug fixes and enhancements.

ActiveRecord with composite primary key were not saved correctly because the key was calculated different before save and after loading a record. This has been fixed in this release. If you are using AR with composite primary key, make sure your implementation is working correctly after update.

The execution of two-word commands (e.g. CLIENT LIST or SCRIPT LOAD) was fixed, which was failing before. Also PHPdoc @method annotations for redis methods have been added which make it easier to use the commands directly as PHP methods, e.g. $redis->clientList(). This was possible before but is now easier as auto completion will work in IDEs.

Read more

Yii 2.0.11 is released

Feb 1, 2017

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

Version 2.0.11 is a minor release of Yii 2.0 which contains more than 110 enhancements and bug fixes.

There are four minor changes that may affect your existing applications so make sure to check the UPGRADE.md file.

Read more

Interactive Shell Extension for Yii 2

Nov 22, 2016

We are very pleased to announce the first release of the yii2-shell extension.

As the name says, it's an interactive shell based on psysh. After installing the package via requiring yiisoft/yii2-shell composer package you can start it via ./yii shell.

The list of features is available at psysh website. Additionally you can access the application object using Yii::$app. All other classes are available as well.

ApiDoc extension version 2.0.6 and 2.1.0 released

Nov 22, 2016

We are very pleased to announce the release of the ApiDoc extension version 2.0.6 and 2.1.0.

Both releases come with a lot of bug fixes which make the documentation generation process more robust against badly formatted PHPdoc comments. Some enhancements like the display of deprecation messages for methods and properties as well as styling for bootstrap tables are also included. Finding problems in PHPdoc comments as well as undocumented parts of the code has now become easier by separating messages as errors and warnings.

See the CHANGELOG for a complete list of changes in 2.0.6.

Additionally to the above changes, 2.1.0 updates the dependency for the PHP Parser package which was conflicting with other packages and made it impossible to use the ApiDoc extension together with other packages which depend on the PHP Parser package.

MongoDB extension version 2.1.2 released

Oct 31, 2016

We are very pleased to announce the release of MongoDB extension version 2.1.2 which brings 5 enhancements and bug fixes. This release makes this extension to be fully compatible with Yii 2.0.10 supporting namespaced migrations and a yii\rbac\ManagerInterface::getChildRoles() implementation.

See the CHANGELOG for more details.

Yii 2.0.10 is released

Oct 20, 2016

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

Version 2.0.10 is a minor release of Yii 2.0 which contains more than 80 enhancements and bug fixes.

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

Read more

  • «
  • 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)