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

ElasticSearch extension 2.0.7 released

Jun 1, 2020

We are very pleased to announce the release of ElastiSearch extension version 2.0.7. This release fixes a couple of bugs and adds PHP forward compatibility to the legacy 2.0.x branch that is compatible with ElasticSeach from 1.6.0 to 1.7.6.

See the CHANGELOG for details.

ElasticSearch extension 2.0.6 released

May 27, 2020

We are very pleased to announce the release of ElastiSearch extension version 2.0.6. This release fixes a couple of bugs and adds forward compatibility to the legacy 2.0.x branch that is compatible with ElasticSeach from 1.6.0 to 1.7.6.

See the CHANGELOG for details.

Injector 1.0.0 released

May 2, 2020

Injector can invoke methods or create objects resolving their dependencies from a PSR-11 container via autowiring. It can:

  • Invoke callable or create an object of a given class.
  • Resolve dependencies by parameter types using the given PSR-11 container.
  • Pass concrete dependency instances by type.
  • Pass arguments by name.

As one of the central parts of Yii 3 it is what does all the auto-wiring into action handlers and widgets.

Since is a framework-independent package, it can be used in any PHP project.

Check it out

Redis extension 2.0.13 released

May 2, 2020

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

This version adds Redis 5.0 stream commands.

See the CHANGELOG for details.

Gii extension 2.2.1 released

May 2, 2020

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

This release allows the usage of anonymous generators.

See the CHANGELOG for details.

ApiDoc extension version 2.1.4 released

May 2, 2020

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

This release add support for @property and @method annotations.

See the CHANGELOG for a full list of changes.

Shell extension 2.0.4 released

May 2, 2020

We are very pleased to announce the release of Shell extension version 2.0.4. This version allows installing psy/psysh ~0.10.3.

Yii 2.0.35

May 2, 2020

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

Version 2.0.35 fixes 13 issues and adds some small enhancements:

  • Query::withQuery() method that can be used for CTE.
  • yii\i18n\Formatter::$currencyDecimalSeparator to allow setting custom symbols for currency decimal in IntlNumberFormatter.
  • SameSite for cookies now works on PHP < 7.3.

Read more

Yii 2 Composer Installer 2.0.9

Apr 20, 2020

Yii 2 Composer plugin that handles many extension-related things behind the scenes, was updated to support upcoming Composer 2.

Update should not require any specific actions to be performed except issuing composer update command.

Yii 2.0.34

Mar 26, 2020

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

Version 2.0.34 is a minor release of Yii 2.0 that fixes regressions introduced by 2.0.33.

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.

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.

Yii 2.0.33

Mar 24, 2020

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

Version 2.0.33 is a minor release of Yii 2.0 that fixes 22 issues and makes 4 enhancements:

  • Allow yii\data\ArrayDataProvider to control the sort flags for sortModels through
    yii\data\Sort::sortFlags property.
  • Use Instance::ensure() to initialize UrlManager::$cache.
  • Add StringValidator::$strict that can be turned off to allow any scalars.
  • Actions can now have bool typed params bound.

Read more

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!') }}

Friendly exception 1.0.0 released

Mar 4, 2020

First Yii 3 package is released. Friendly Exception is an exception interface that provides a friendly name and a possible solution. Error handlers may consider the interface to render additional information right at the error screen.

The package is framework-independent so could be used with any PHP code.

Check it out

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.

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