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

Yii Router 1.2.0

Sep 7, 2022

Yii Router package was updated with the following enhancements:

  • upgraded the yiisoft/middleware-dispatcher dependency to version 3.0.

Yii Middleware Dispatcher 3.0.0

Sep 7, 2022

Major version of Yii Middleware Dispatcher package was released. This version introduces a new WrapperInterface which is used to create a wrapper from callables. And MiddlewareFactoryInterface has been removed in favor of WrapperInterface.

Debug extension 2.1.21 released

Sep 6, 2022

Debug extension version 2.1.21 was released.

This release adds an ability to collect debug data in console applications. In order to do so, add the following to console application config:

// configuration adjustments for 'dev' environment
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = [
    'class' => 'yii\debug\Module',
];

See the CHANGELOG for details.

MongoDB extension 3.0.0 released

Sep 4, 2022

We are very pleased to announce the major release of MongoDB extension version 3.0.0.

This version adds transactions support, PHP 8.1 compatibility and fixes a few bugs.

See the CHANGELOG for details.

Symfony mailer extension 2.0.4 released

Sep 4, 2022

We are very pleased to announce the release of Symfony mailer extension version 2.0.4.

This version throws an exception in case there is no transport configuration.

Details are available in CHANGELOG.

Twig extension 2.4.2 released

Sep 4, 2022

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

Version 2.4.2 allows installing the extension when using PHP 8.1.

Shell extension 2.0.5 released

Sep 4, 2022

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

Redis extension 2.0.18 released

Sep 4, 2022

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

This version adds support for tls scheme. Additionally, Cache::getValue() now returns false in case of missing key.

See the CHANGELOG for details.

Imagine extension version 2.3.1 released

Sep 4, 2022

Imagine extension version 2.3.1 was released.

This version makes protected static methods getThumbnailBox(), getBox() and isUpscaling() public.

See CHANGELOG for details.

Gii extension 2.2.5 released

Sep 4, 2022

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

This release adds support for the ::class constant in model generator via the useClassConstant setting and fixes a few bugs.

See the CHANGELOG for details.

  • «
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • »
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)