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

Dec 21, 2022

Version 1.1.0 of Yii Widgets package is released. There are some additions and changes:

  • fixed phpdocs and check type for array normalized in Dropdown and Menu widgets;
  • added support ^3.0 version of yiisoft/html package;
  • added support ^7.0 version of yiisoft/view package.

Yii View 7.0.0

Dec 6, 2022

Version 7.0.0 of Yii View package is released. There are some additions and a few backwards incompatible changes:

  • Changed return type of immutable methods in ViewInterface from self to static;
  • Raised minimum PHP version to ^8.0;
  • Added support for yiisoft/html of version ^3.0.

Symfony mailer extension 3.0.0 released

Dec 5, 2022

Version 3.0.0 of Symfony Mailer extension for Yii2 was released. This version fixes and enhances code significantly.

  • Added an exception if there is no transport configuration.
  • Extensive rewrite to make it more statically typed and better testable.
  • PSR-3 compliance.
  • Logger doesn't use ervice locator pattern.

Read more

Yii 1.1.27 is released

Nov 21, 2022

We are very pleased to announce that Yii Framework version 1.1.27 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 and 8 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.27 includes a PHP 8.1 compatibility fix and a security improvement. See the security advisory for more information.

Read more

Debug extension 2.1.22 released

Nov 18, 2022

Debug extension version 2.1.22 was released.

This release extends variable masking to requestBody.

See the CHANGELOG for details.

Auth Client extension 2.2.14 released

Nov 18, 2022

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

This version fixes a bug to be unable to set TokenParamKey in OAuth2 config, gets hard overwritten in OAuth2::createToken().

See the CHANGELOG for details.

ApiDoc extension version 3.0.6 released

Nov 18, 2022

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

This patch version improves handling of trait inheritance - precedence, prevents methods' and properties' duplication.

See the CHANGELOG for a full list of changes.

Queue extension 2.3.5 released

Nov 18, 2022

Queue extension version 2.3.5 was released.

This version add ability to set flags for the AMQP queue and exchange and switches from jeremeamia/superclosure to opis/closure adding the possibility to have closures as properties of the jobs.

Full changelog is available at GitHub.

Smarty extension 2.0.11 released

Nov 18, 2022

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

This release allows using Smarty 4.

Sphinx extension 2.0.15 released

Nov 18, 2022

We are very pleased to announce the release of Sphinx extension version 2.0.15. This release fixes PHP 8.1 compatibility.

See the CHANGELOG for details.

Yii 2.0.47

Nov 18, 2022

We are very pleased to announce the release of Yii Framework version 2.0.47.

Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.

This release focuses on stability and fixes 31 bugs and found since 2.0.46.

Read more

Yii Message Translator 2.1

Nov 15, 2022

Minor version of Yii Message Translator package was tagged. In this version we added IdMessageReader that returns ID as message and doesn't support getting all messages at once.

Yii Router and FastRoute adapter 2.0

Nov 13, 2022

Major versions of Router and FastRoute adapter package were released. In this version we have raised the minimum version of PHP to 8.0. There are also several enhancements and fixes:

  • Type hints from annotations were moved to method signatures.
  • Added $queryParameters parameter to UrlGeneratorInterface::generateFromCurrent() method.
  • Added support ^4.0 version of yiisoft/middleware-dispatcher package.
  • URL generation from the current route has been fixed.

Yii HTML 3.0.0

Nov 13, 2022

Yii HTML package version 3.0.0 was released. In this release:

  • Raise minimum PHP version to 8.0 and refactor code.
  • Add loading() method to Img tag.
  • Remove Tag::class() and rename Tag::replaceClass() to Tag::class().
  • Remove Html::fileInput() and Input::file(), rename Input::fileControl() to Input::file().

Read more

Yii Message Translator 2.0.0 and related packages released

Nov 12, 2022

Major version of Yii Message Translator package was released. In this version we have raised the minimum version of PHP to 8.0, added NullMessageFormatter and IntlMessageFormatter, and made other improvements and changes. See full list of changes in changelog.

Related packages adapted to new version of translator:

  • Yii Message Extractor 1.1.0
  • Yii Translator gettext Message Storage 1.1.0
  • Yii Translator PHP Message Storage 1.1.0

Yii Translator intl Message Formatter package was deprecated because intl formatter moved to Yii Message Translator.

Yii Definitions 3.0.0

Nov 4, 2022

Major version of Yii Definitions package was released. In this version we have raised the minimum version of PHP to 8.0. There are also several improvements and fixes:

  • Changed result format of DefinitionStorage::getBuildStack() method.
  • Added support variadic arguments and autowiring in methods of array definitions.
  • Array definition validator now validates method names.
  • Fixed definition validator for empty strings.

Yii Event Dispatcher 1.1.0

Oct 27, 2022

Minor version of Yii Event Dispatcher package was tagged. In this version we have raised the minimum version of PHP to 8.0. The exception message when adding a listener to a collection has also been improved.

Yii widgets 1.0.0

Oct 12, 2022

First version of Yii widgets package was released.

The package provides extra Yii-specific widgets and utilities:

  • Alert
  • Block
  • Breadcrumbs
  • ContentDecorator

Read more

Yii 1.1.26 is released

Sep 30, 2022

We are very pleased to announce that Yii Framework version 1.1.26 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 and 8 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.26 adds support for PHP 8.1 and includes some minor fixes.

Read more

Translator 1.1.0

Sep 7, 2022

Translator package got minor version that includes enhanced version of SimpleMessageFormatter from now deprecated yiisoft/translator-formatter-simple. This enhanced vesion is able to render plurals for English and replace tokens with modifiers (ignoring modifier logic).

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

Years

  • 2026 (44)
  • 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 384
  • 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)