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 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

Sphinx extension 2.0.8 released

May 15, 2017

We are very pleased to announce the release of Sphinx extension version 2.0.8 which fixes sql_attr_timestamp PHP type detection.

See CHANGELOG for details.

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

YiiConf 2017, Moscow, Russia

Apr 7, 2017

This summer, June 16 at 11 am, the YiiConf conference will happen in Moscow, Izmaylovo Vega hotel.

This year preferred topics are:

  • Best practices using Yii.
  • Best practices overall.
  • Using Yii under hight traffic projects.

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

Twig extension 2.1.0 released

Mar 25, 2017

We are very pleased to announce the release of Twig extension version 2.1.0. This version is not fully backwards compatible with 2.0.6. It adds support for scalar global variables, unifies path() and url() syntax to match Url::to() and makes package more flexible by using DI container to instantiating extensions.

Thanks to everyone contributed to this release.

See CHANGELOG for details.

Debug extension version 2.0.9 released

Feb 21, 2017

Following 2.0.8 release of Debug extension, 2.0.9 provides 3 extra bug fixes to make new panels more stable with various non-standard application configurations.

See CHANGELOG for details.

Debug extension version 2.0.8 released

Feb 19, 2017

We are very pleased to announce the release of Debug extension version 2.0.8 which fixes 2 bugs and brings 6 enhancements including new panels and significant panel enhancements.

First of all, timeline panel, which already was quite useful for improving application performance, got even better by displaying memory consumption:

FuJhuDf.png

Read more

Auth Client extension version 2.1.2 released

Feb 15, 2017

We are very pleased to announce the release of Auth Client extension version 2.1.2 which brings 3 enhancements and bug fixes. The most noteable change is automatic appsecret_proof generation for Facebook API requests.

See CHANGELOG for details.

HTTP client extension version 2.0.3 released

Feb 15, 2017

We are very pleased to announce the release of HTTP client extension version 2.0.3 which brings 6 bug fixes.

See CHANGELOG for details.

Sphinx extension version 2.0.7 released

Feb 15, 2017

We are very pleased to announce the release of Sphinx extension version 2.0.7 which brings 3 enhancements and bug fixes. This release makes this extension to be fully compatible with Yii 2.0.11 supporting yii\db\QueryInterface::emulateExecution() implementation.

See CHANGELOG for details.

MongoDB extension version 2.1.3 released

Feb 15, 2017

We are very pleased to announce the release of MongoDB extension version 2.1.3 which brings 8 enhancements and bug fixes. This release makes this extension to be fully compatible with Yii 2.0.11 supporting yii\db\QueryInterface::emulateExecution() implementation.

See CHANGELOG for details.

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

  • «
  • 1
  • 2
  • »
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)