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.6 released

May 22, 2023

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

This release fixes compatibiltiy issues with PHP 8.1 and 8.2 and some extra bugs.

See the CHANGELOG for details.

MongoDB extension 3.0.1 released

May 22, 2023

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

This version fixed PHP 8 compatibility in debug panel.

See the CHANGELOG for details.

Debug extension 2.1.23 released

May 22, 2023

Debug extension version 2.1.23 was released.

This release adds two very useful enhancements:

  1. yii2-symfonymailer support in src/panels/MailPanel.php
  2. New display of DB query call location in DB panel

See the CHANGELOG for details.

Bootstrap 4 extension version 2.0.11 released

May 22, 2023

Bootstrap 4 extension version 2.0.11 was released. In this version:

  • Fixed bug to avoid collisions with automatically generated IDs in ToggleButtonGroup.
  • yii\bootstrap4\BaseHtml::$normalizeClassAttribute is set to true by default to make the package BC with Yii 2.0.44.

See CHANGELOG for details.

HTTP client extension 2.0.15 released

May 22, 2023

We are very pleased to announce the release of HTTP client extension version 2.0.15. This release:

  • Fixed parsing content when it is an empty string.
  • Fixed error in debug panel due to PHP 8.1 deprecation of implicit float to int conversion.

See the CHANGELOG for details.

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

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.

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.

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