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

Dec 18, 2019

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

Version 2.0.31 is a minor release of Yii 2.0 that fixes PHP 7.4 compatibility, a number of bugs and adds two important enhancements.

  • Yii 3-like DI container configuration was enhanced to allow configuring application core components.
  • RFC 7239 Forwarded header support for trusted proxies was added. It could be enabled through request configuration.

Read more

Yii 2.0.30

Nov 19, 2019

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

Version 2.0.30 is a minor release of Yii 2.0 that fixes a number of bugs.

Thanks to all Yii community members who contribute to the framework, translators who keep documentation translations up to date and community members who answer questions at forums.

There are many active Yii communities so if you need help or want to share your experience, feel free to join them.

A complete list of changes can be found in the CHANGELOG.

MongoDB extension 2.1.9 released

Nov 19, 2019

We are very pleased to announce the release of MongoDB extension version 2.1.9 that fixes Collection::dropAllIndexes() error when no indexes were dropped.

Smarty extension 2.0.9 released

Nov 19, 2019

We are pleased to announce the release of Smarty extension version 2.0.9. In this release {js} function was added allowing to instantiate yii\web\JsExpression:

{js assign='expr' expression='function(){alert('expression');}}'}

Gii extension 2.1.3 released

Nov 19, 2019

We are very pleased to announce the release of Gii extension version 2.1.3.

This release fixes issue with RTL naming for foreign keys such as id_user that was causing problems in generated code.

Also, it improves some aspects of generated code. float types are now recognized and generated and annotations for nullable types are now there:

/**
 * @property string|null $car_number
 */

See the CHANGELOG for details.

Debug extension 2.1.12 released

Nov 19, 2019

Debug extension version 2.1.12 was released. This release fixes missing timeline panel tooltips and adds a warning message in DB panel when traceLevel is too low in order for it to collect data.

See the CHANGELOG for details.

Auth Client extension 2.2.6 released

Nov 19, 2019

We are very pleased to announce the release of Auth Client extension version 2.2.6.

This release adds CacheStateStorage that provides state storage based in cache component.

Additionally, request option for turning off SSL peer verification was removed to make extension more secure by default. It may break your application if server doesn't have root certificates set up correctly so make sure to check upgrade guide.

See the CHANGELOG for details.

Redis extension 2.0.11 released

Nov 5, 2019

We are very pleased to announce the release of Redis extension version 2.0.11.

This version adds for Redis cluster contributed by Robert Hofer.

See the CHANGELOG for details.

Auth Client extension 2.2.5 released

Nov 5, 2019

We are very pleased to announce the release of Auth Client extension version 2.2.5.

In this release deprecated dependency spomky-labs/jose was replaced by JWT Framework.

See the CHANGELOG for details.

Debug extension 2.1.11 released

Nov 5, 2019

Debug extension version 2.1.11 was released. It is adding removal of stale debug data, fixes issues and adding buttons for navigating between requests.

See the CHANGELOG for details.

Yii 2.0.29

Oct 22, 2019

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

Version 2.0.29 is a minor release of Yii 2.0. Additionally to fixing minor bugs it adds PostgreSQL 12 support (including partitioned tables) and adjusts dependency injection container syntax to be closer to what is used in Yii 3:

  • Added support for '__construct()' => ['ConstructorArg1', 'ConstructorArg2']
  • Added support for '__class' => SomeClass::class
  • Instance::of() is now allowed in definitions ('SomeInterface' => Instance::of('SomeService')) and $container->get(Instance::of('SomeInterface')
  • Definition could be defined as static call 'SomeInterface' => [SomeFactory::class, 'createMethod']

Read more

Debug extension 2.1.10 released

Oct 22, 2019

Debug extension version 2.1.10 was released. It is tweaking Logs panel not to wrap important columns text and to display arrows in less distracting manner.

See the CHANGELOG for details.

Redis extension 2.0.10 released

Oct 22, 2019

We are very pleased to announce the release of Redis extension version 2.0.10.

In this version \yii\redis\Connection::$retryInterval was added. It speficifies wait time between retry in microseconds.

See the CHANGELOG for details.

Yii 2.0.28

Oct 8, 2019

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

Version 2.0.28 is a minor release of Yii 2.0. This release includes important security and PHP 7 compatibility fixes.

Thanks to all Yii community members who contribute to the framework, translators who keep documentation translations up to date and community members who answer questions at forums.

There are many active Yii communities so if you need help or want to share your experience, feel free to join them.

A complete list of changes can be found in the CHANGELOG.

Bootstrap 4 extension version 2.0.8 released

Oct 8, 2019

Bootstrap 4 extension version 2.0.8 was released fixing non-functional headerOptions in Tabs.

See CHANGELOG for details.

HTTP client extension 2.0.12 released

Oct 8, 2019

We are very pleased to announce the release of HTTP client extension version 2.0.12.

This release adds an ability to get time elapsed from request to response via Request::responseTime().

See the CHANGELOG for details.

MongoDB extension 2.1.8 released

Oct 8, 2019

We are very pleased to announce the release of MongoDB extension version 2.1.8 that fixes Session component compatibility with Yii 2.0.17+.

Yii 2.0.27

Sep 18, 2019

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

Version 2.0.27 is a minor release of Yii 2.0. This release includes bug fixes accumulated since last release and a two enhancements from old pull requests:

  • When using incorrect alias or option in console it now lists correct ones.
  • appendTimestamp support was added to View methods registerCssFile() and registerJsFile().

Read more

Debug extension 2.1.9 released

Sep 18, 2019

Debug extension version 2.1.9 was released fixing a bug in "logs" panel "since previous" column values calculation.

See the CHANGELOG for details.

Yii 2.0.26

Sep 3, 2019

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

Version 2.0.26 is a minor release of Yii 2.0. This release includes bug fixes accumulated since last release.

Thanks to all Yii community members who contribute to the framework, translators who keep documentation translations up to date and community members who answer questions at forums.

There are many active Yii communities so if you need help or want to share your experience, feel free to join them.

A complete list of changes can be found in the CHANGELOG.

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

Years

  • 2026 (43)
  • 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 383
  • extensions 233
  • release 109
  • yii2 73
  • 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)