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

Debug extension 2.1.20 released

Sep 4, 2022

Debug extension version 2.1.20 was released.

This release fixes crash on empty panel data, improves configuration of log target and allows using debugger as a submodule.

See the CHANGELOG for details.

Auth Client extension 2.2.13 released

Sep 4, 2022

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

This version fixes PHP 8.1 compatibility of BaseOAuth class.

See the CHANGELOG for details.

Yii Profiler 2.0.0

Sep 3, 2022

Major version of Yii Profiler package was released. In this version we have raised the minimum version of PHP to 8.0. As a result, the dependencies have also been updated.

Yii 2.0.46

Aug 18, 2022

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

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

This release fixes more PHP 8.1 compatibility issues, fixes significant number of bugs and adds some enhancements.

Read more

ElasticSearch extension 2.1.3 released

Aug 9, 2022

We are very pleased to announce the release of ElasticSearch extension version 2.1.3. This release:

  • Adds support for runtime mappings in Elasticsearch 7.11+.
  • Updates API calls for compatibility with Elastcisearch 8+.
  • Adds "match" and "match_phrase" queries to query builder.

See the CHANGELOG for details.

Yii Runner 1.2.0

Aug 5, 2022

Version 1.2.0 of Yii Runnner package was tagged. This version adds config definition to DI container.

Yii Console Runner 1.1.0

Aug 5, 2022

Version 1.1.0 of Yii Console Runnner package was tagged. This version adds passing input aggregate to the console application.

Yii Console 1.3.0

Aug 5, 2022

Version 1.3.0 of Yii Console package was tagged. This version adds collecting console command name to ApplicationStartup class.

Yii Middleware Dispatcher 2.1.0

Aug 5, 2022

Version 2.1.0 of Yii Middleware Dispatcher package was tagged. There a few enhancements.

  • Added array definition syntax support for middleware. For example:
$dispatcher = $dispatcher->withMiddlewares([
    [
	    'class' => MyMiddleware::class,
	    '__construct()' => [
		    'someVar' => 42,
	    ],
    ],
]);
  • Implemented friendly exception with solution for InvalidMiddlewareDefinitionException.

Yii Sentry 1.0.0

Jul 22, 2022

First stable version of yiisoft/yii-sentry package was released. The package provides integration with Sentry log aggregation service or a compatible one (so far, there's GlitchTip).

See README for more details.

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