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

Gii extension 2.2.0 released

Mar 24, 2020

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

This release adds support for via() junction relations in model generator.

See the CHANGELOG for details.

Redis extension 2.0.12 released

Mar 13, 2020

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

This version fixes some bugs, adds ability to connect via SSL, and increases frequency of lock tries on mutex timeout.

See the CHANGELOG for details.

Twig extension 2.4.0 released

Mar 13, 2020

We are very pleased to announce two releases of Twig extension.

Version 2.4.0 upgrades Twig to 3.x and adds a built-in function for message translation:

{{ t('app', 'Hello, world!') }}

Shell extension 2.0.3 released

Mar 3, 2020

We are very pleased to announce the release of Shell extension version 2.0.3. This version adds compatibility with symfony/var-dumper 5.x.

Sphinx extension 2.0.13 released

Feb 22, 2020

We are very pleased to announce the release of Sphinx extension version 2.0.13. This release fixes a bug in search() method.

See the CHANGELOG for details.

ApiDoc extension version 2.1.3 released

Feb 12, 2020

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

This release has two important bugfixes about @inheritdoc and getter/setter methods. Also it contains two enhancements:

  • @since tags are now propagated to inherited methods/properties in the same package.
  • HTTPS is now used for www.php.net links.

See the CHANGELOG for a full list of changes.

Thank you, Brandon Kelly and Somogyi Márton for this release pull requests.

Auth Client extension 2.2.7 released

Feb 12, 2020

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

This release updates GitHub token transfer method since GitHub deprecated old way to transfer a token.

Note: Make sure to update your project before July 1st, 2020. That is when GitHub will stop supporting old token trafer method.

Twig extension 2.2.2 and 2.3.0 released

Feb 6, 2020

We are very pleased to announce two releases of Twig extension.

Version 2.2.2 fixes an issue with non-working HtmlHelperExtension, version 2.3.0 upgrades Twig to 2.7.x.

Debug extension 2.1.13 released

Jan 17, 2020

Debug extension version 2.1.13 was released. This release fixes an error in Dump panel.

See the CHANGELOG for details.

Gii extension 2.1.4 released

Jan 17, 2020

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

This release fixes relational query getter documentation style and adds relation's phpdoc hints with target ActiveQuery class to model generator.

See the CHANGELOG for details.

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.

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.

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
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)