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

Mar 22, 2019

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

Version 2.0.17 is a minor release of Yii 2.0 which contains some bugfixes including a security fix.

No known changes that could affect existing applications were made.

Read more

Queue extension 2.2.0 released

Mar 19, 2019

We are very pleased to announce the release of Queue extension version 2.2.0.

The release is fixing important bugs, reduces roundtrips to beanstalk server when removing a job, marking ErrorEvent as deprecated and making job execution result being forwarded to event handler.

Full changelog is available at GitHub.

Gii extension 2.1.0 released

Mar 17, 2019

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

Additionally to bugfixes, there are some enhancements in this release:

  1. New version has less dependencies thanks to simialbi. It doesn't depend on bootstrap package anymore.
  2. New option added to singularize class names in modele generator.

See the CHANGELOG for details.

Debug extension 2.1.0 released

Mar 17, 2019

We are very pleased to announce the release of Debug extension version 2.1.0.

Additionally to bugfixes, there some enhancements:

  1. Module has checkAccessCallback property that you can set to a callable that returns a boolean determining if current user should be allowed to access debug.
  2. New "dump" panel was added. It collects and displays debug messages logged with Logger::LEVEL_TRACE.
  3. New version has less dependencies thanks to simialbi. It doesn't depend on bootstrap package anymore.
  4. There are small visual adjustments as well.

See the CHANGELOG for details.

Bootstrap 4 extension version 2.0.1 released

Mar 17, 2019

We are very pleased to announce the release of Bootstrap 4 extension version 2.0.1. There are five bugs fixed found since initial release.

Yii release cycle clarified

Mar 4, 2019

We have added a new page to yiiframework.com website called "release cycle". Its purpose is to clarify about how long a certain framework version will be supported.

Default policy is that after current major version release previous major version has:

  • Two years of bug fixes.
  • Three years of security and PHP compatibility fixes.

For example, in case Yii 3.0 would be released today, 2.0 would receive bugfixes till March 2021 and security fixes till March 2024.

Yii 2.0.16.1 is released

Feb 28, 2019

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

Version 2.0.16.1 is a bugfix release of Yii 2.0 which fixed regressions in 2.0.16.

Yii 2.0.16 is released

Jan 30, 2019

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

Version 2.0.16 is a minor release of Yii 2.0 which contains more than a hundred enhancements and bug fixes including security fixes.

Yii 2.0 reached feature freeze more than a year ago, meaning that the 2.0 branch will only receive bug fixes. That was done in order to allow the Yii Team to focus on the upcoming Yii 3 rewrite. There's more on Yii 3 at the very end of this announcement.

Read more

Bootstrap extension version 2.0.9 released

Jan 29, 2019

We are very pleased to announce the release of Bootstrap extension version 2.0.9 which updates asset constraint to use Bootstrap 3.4.x.

Bootstrap 4 extension version 2.0.0 released

Jan 28, 2019

We are very pleased to announce the first stable release of Bootstrap 4 extension version 2.0.0 that adds assets and widgets for Bootstrap 4.

The guide is available at the website.

Auth Client extension 2.1.8 released

Jan 28, 2019

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

It fixes a redirect bug in LinkedIn provider, changes Google client to use Google Sign-in API instead of Google Plus and adds two enhancements for AuthAction:

  • Ability to configure user component used.
  • Ability to to pass buildAuthUrl params to OAuth flows.

See the CHANGELOG for details.

Shell extension 2.0.2 released

Jan 7, 2019

We are very pleased to announce the release of Shell extension version 2.0.2.

This version bumps psy/psysh dependency to ~0.9.3.

PHP 7.3.0 released

Dec 8, 2018

The PHP development team released version 7.3.0 that comes with numerous improvements and new features such as

  • Flexible Heredoc and Nowdoc Syntax
  • PCRE2 Migration
  • Multiple MBString Improvements
  • LDAP Controls Support

Read more

Gii extension 2.0.8 released

Dec 8, 2018

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

Additionally to bug fixes, there is a new option in model generator that allows standardized capitals in class names:

SOME_TABLE -> SomeTable
Other_Table -> OtherTable

Read more

ApiDoc extension version 2.1.1 released

Nov 14, 2018

We are very pleased to announce the release of the ApiDoc extension version 2.1.1.

This release fixes some issues with wrongly formatted PHPDoc and includes support for {@inheritdoc} tags. It also improves Guide rendering by adding a table of contents if there is more than one headline.

Markdown code highlighting has been extracted into a trait MarkdownHighlightTrait, which can be re-used in different contexts.

See the CHANGELOG for a full list of changes.

You may discuss this release on the forum.

Redis extension 2.0.9 released

Sep 23, 2018

We are very pleased to announce the release of Redis extension version 2.0.9 fixing zrangebyscore and adding >, <, >= and <= support to ActiveQuery.

See the CHANGELOG for details.

Sphinx extension 2.0.11 released

Sep 23, 2018

We are very pleased to announce the release of Sphinx extension version 2.0.11. In this release there is a bug fixed that yii\sphinx\ActiveQuery::all() was unable to follow instructions given by method indexBy().

See the CHANGELOG for details.

Twig extension 2.2.1 released

Sep 23, 2018

We are very pleased to announce the release of Twig extension version 2.2.1. This release fixes an error when outputting DateTime dates.

See the CHANGELOG for details.

Swiftmailer extension 2.1.2 released

Sep 23, 2018

We are very pleased to announce the release of Swiftmailer extension version 2.1.2. This release brings automatic transport restart and adds an ability to specify the disposition of an attachment by supplying a setDisposition value when embedding content in a message.

See the CHANGELOG for details.

HTTP client extension 2.0.7 released

Sep 23, 2018

We are very pleased to announce the release of HTTP client extension version 2.0.7. In this release, Response::detectFormatByContent was fixed to properly detect JSON Array. Additionally, Request::setFullUrl() method was added.

See the CHANGELOG for details.

  • «
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • »
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)