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

ApiDoc extension version 4.0.0 released

May 30, 2026

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

This is a major release that modernizes ApiDoc for current PHP projects. The minimum PHP version is now 8.2, and dependency requirements were raised for nikic/php-parser, phpdocumentor/reflection, and phpdocumentor/type-resolver.

Version 4.0.0 adds support for intersection and nullable types, PHPStan/Psalm syntax, constants in interfaces and traits, inherited descriptions, improved method signatures, better inline @see and @link handling, and links to built-in PHP functions. It also includes a new template for custom projects.

Read more

Yii2 HTTP Client 2.0.17

May 25, 2026

Yii2 HTTP Client version 2.0.17 was released. In this version:

  • Fixed TypeError: stream_get_contents(): Argument #1 ($stream) must be of type resource, bool given when PHP error reporting is turned off.
  • Fixed the PHP 8.5 deprecation for the predefined locally scoped $http_response_header variable.
  • Fixed curl_close() and curl_multi_close() deprecations in PHP 8.5.
  • Fixed PHPDoc annotations for Response::$statusCode and Response::getStatusCode().

Read more

Yii 2.0.55

May 9, 2026

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

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

In this release:

Read more

Yii2 Redis 2.1.2

May 7, 2026

Yii2 REDIS version 2.1.2 was released. In this version:

  • Reverted the custom retry logic in PredisConnection after updating the predis package.

Yii2 Redis 2.1.1

Apr 29, 2026

Yii2 REDIS version 2.1.1 was released. In this version:

  • Fixed PHP 7.4 compatibility.
  • Prevented an infinite loop in parseResponse() when fread() returns an empty string on a broken socket.
  • Fixed fwrite(): supplied resource is not a valid stream.
  • Removed PHP 7.3 support to align with Yii2 minimum PHP version.

Read more

Yii2 Debug 2.1.28

Apr 22, 2026

Yii2 DEBUG version 2.1.28 was released. In this version:

  • Silenced fetch errors.
  • Added a null check before accessing panels.
  • Applied Yii2 coding standards.
  • Fixed generated coverage reports.

Read more

Yii 2.0.54

Jan 10, 2026

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

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

In this release:

Read more

Queue extension 2.3.8 released

Jan 8, 2026

Version 2.3.8 of Queue extension for Yii 2 was released.

This release fixes problems with SQS and Redis, prevents multiple execution of aborted jobs, and adds PHP 8.4 compatibility. Environment variables are now passed to sub-processes.

See the CHANGELOG for details.

Redis extension 2.1.0 released

Dec 25, 2025

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

This version fixes one PHP 8.4 compatibility issue that was found since last release, adds support for predis, changes yii\redis\Cache::$forceClusterMode to false, and makes yii\redis\Connection implement yii\redis\ConnectionInterface.

See the CHANGELOG for details.

ApiDoc extension version 3.0.8 released

Nov 24, 2025

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

This version adds support for newer PHP versions and nikic/php-parser v5. Minimal PHP version is raised to 7.4.

Additionally, more types are now inferred and generated for properties, methods and parameters.

This release is handled entirely by Maksim Spirkov.

See the CHANGELOG for a full list of changes.

MongoDB extension 3.0.4 released

Oct 8, 2025

We are pleased to announce the release of MongoDB extension version 3.0.4.

This version fixes an incompatibility with mongodb extension verison 2.1.0 resulting in "MongoDB\Driver\Cursor::getId() expects exactly 0 arguments, 1 given".

See the CHANGELOG for details.

Yii 2.0.53

Jun 27, 2025

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

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

This release fixes bugs including issues with MSSQL, enhances compatibility with recent PHP features and versions. Our community members added types for PHPStan/Psalm through whole codebase. It is still work in progress but significant part of the framework is covered.

Read more

Debug extension 2.1.27 and 2.1.26 released

Jun 8, 2025

We've tagged Yii2 debug extension version 2.1.27. It fixes a bug of unnecessary usage of backticks in UserPanel resulting in inability to work with environments where shell_exec is not available. No security was affected.

It seems, we've also forgot to write about 2.1.26:

  • Backtrace for internal PHP functions was added.
  • Module::$toolbarPosition was added to configure toolbar position.
  • yii\debug\Module::$authManager was added to select RBAC manager used by UserPanel (default is authManager).

Redis extension 2.0.20 released

Jun 5, 2025

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

This version removes logging of AUTH command parameters in non debug mode which may pose security issue. Also, it fixes one PHP 8.4 compatibility issue that was found since last release.

See the CHANGELOG for details.

MongoDB extension 3.0.3 released

May 6, 2025

We are pleased to announce the release of MongoDB extension version 3.0.3.

This version requires minimum of 1.20.1 version of MongoDB PHP Extension and fixes deprecation issue with UTCDateTime and BSON.

See the CHANGELOG for details.

Please upgrade to Yii 2.0.52

Apr 9, 2025

We have fixed a security issue in 2.0.50 but there were additional issues so complete fix was done in 2.0.52. We have not properly assigned a new CVE for it and considered additional fix as:

Bug #20232: Fix regression introduced in GHSA-cjcc-p67m-7qxm while attaching behavior defined by __class array key (erickskrauch)

That was not correct and now there is a separate advisory: CVE-2024-58136.

Thanks goes to Nicolas Bourras & Thomas Reynolds from Orange Cyberdefense.

Yii2 extension releases

Feb 13, 2025

Yii2 extensions with pending releases were tagged:

  • Composer 2.0.11
  • Redis 2.0.19
  • Shell 2.0.6
  • apidoc 3.0.7

Read more

Yii 2.0.52

Feb 13, 2025

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

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

This release fixes PHP 8.4 compatibility, resolves a number of bugs, and adds some minor enhancements:

Read more

Yii 2.0.51

Jul 18, 2024

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

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

This release fixes regressions in 2.0.50, compatibility of error handler with PHP 8.3 and a number of bugs.

Read more

Yii 2.0.50

May 30, 2024

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

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

This release raises PHP requirements to 7.3.

Read more

  • «
  • 1
  • 2
  • 3
  • 4
  • »
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)