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

ElasticSearch extension 2.1.1 released

May 6, 2021

We are very pleased to announce the release of ElasticSearch extension version 2.1.1. This is bugfix release solving a performance issue and an issue with counting collections with more than 10K elements.

See the CHANGELOG for details.

Gii extension 2.2.2 released

May 6, 2021

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

This release fixes some bugs, updates list of reserved keywords and enhances CRUD controller generator.

See the CHANGELOG for details.

Queue extension 2.3.2 released

May 5, 2021

Queue extension version 2.3.2 was released.

This version fixes PHP errors when PCNTL functions were disallowed.

Full changelog is available at GitHub.

Redis extension 2.0.15 released

May 5, 2021

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

This version adds support for adjusting PHP context options and parameters. This allows e.g. supporting self-signed certificates.

See the CHANGELOG for details.

Debug extension 2.1.17 released

May 5, 2021

Debug extension version 2.1.17 was released.

This release adds yii\debug\panels\DbPanel::$dbEventNames that allows specifying event names used to get profile logs for DB panel.

See the CHANGELOG for details.

Bootstrap 4 extension version 2.0.10 released

May 5, 2021

Bootstrap 4 extension version 2.0.10 was released.

This version fixes a bug and adds Toast widget.

See CHANGELOG for details.

Auth Client extension 2.2.10 released

May 5, 2021

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

This release adds proof key for code exchange PKCE support to OAuth2.

See the CHANGELOG for details.

ApiDoc extension version 2.1.6 released

May 5, 2021

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

This release fixes invalid path to solarized-light.css in HighlightBundle.

See the CHANGELOG for a full list of changes.

Yii 2.0.42

May 5, 2021

We are very pleased to announce the release of Yii Framework version 2.0.42. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. This release focus is mainly bug fixes.

Thanks to all Yii community members who contribute to the framework, translators who keep documentation translations up to date and community members who answer questions at forums.

There are many active Yii communities so if you need help or want to share your experience, feel free to join them.

A complete list of changes can be found in the CHANGELOG.

Cookies 1.1.0

May 5, 2021

Minor version of cookies package released:

  • Add the Yiisoft\Cookies\CookieEncryptor class to encrypt the value of the cookie and verify that it is tampered.
  • Add the Yiisoft\Cookies\CookieSigner class to sign the value of the cookie and verify that it is tampered.
  • Add the Yiisoft\Cookies\CookieMiddleware class to encrypt/sign the value of the cookie and verify that it is tampered.

Profiler 1.0.0

May 4, 2021

Another Yii3 family package was released. This time it is profiler. The package provides an ability to record performance profiles:

$profiler->begin('test');
//...some code
    $profiler->begin('test');
    //...some code
    $profiler->end('test');
//...some code
$profiler->end('test');

$messages = $profiler->getMessages(); 
print_r($messages);

Read more

Html 1.2.0

May 4, 2021

A minor version of Html package was tagged. In this version there are two additions:

  1. \Stringable is now supported as content for tags.
  2. Script::getContent() and Style::getContent() were added.

Html 1.1.0

Apr 9, 2021

A minor version of Html package was tagged. In this version there are two additions:

  1. Br tag.
  2. Table markup related tags.

VarDumper 1.1.0

Apr 8, 2021

An update was made to yiisoft/var-dumper package.

Starting with this version it can export closures and objects with closures.

Html 1.0.0

Mar 17, 2021

First stable version of Html package was tagged. The package could be used both along with Yii 3 or separately.

It is a handy library to generate HTML dynamically:

<?= Html::p()->class('float-right')->content(
    'Powered by ',
    Html::a(
        'Yii Framework',
        'https://www.yiiframework.com/',
        ['rel' => 'external']
    )
) ?>

Read more

Test support 1.3.0

Mar 15, 2021

Test support package version 1.3.0 was released.

New version adds implementation of PSR logger that accumulates all the logged messages and can return these as array:

$logger = new Yiisoft\Test\Support\Log\SimpleLogger();

$logger->emergency('Emergency message', ['key' => 'value']);
$logger->alert('Alert message', ['key' => 'value']);
$logger->critical('Critical message', ['key' => 'value']);
$logger->error('Error message', ['key' => 'value']);
$logger->warning('Warning message', ['key' => 'value']);
$logger->notice('Notice message', ['key' => 'value']);
$logger->info('Info message', ['key' => 'value']);
$logger->debug('Debug message', ['key' => 'value']);

$messages = $logger->getMessages();

Test support 1.2.1

Mar 10, 2021

Test support package version 1.2.1 was released.

New version makes it compatible with PSR-11 Container v1.1 and v2.0.

  • psr/container 1.1 adds argument type hints.
  • psr/container 2.0 adds return type hints (but only to the has() method).

The change is fully backwards compatible so update should not break anything.

Injector 1.0.4 released

Mar 10, 2021

Injector package version 1.0.4 was released.

New version makes it compatible with PSR-11 Container v1.1 and v2.0.

  • psr/container 1.1 adds argument type hints.
  • psr/container 2.0 adds return type hints (but only to the has() method).

The change is fully backwards compatible so update should not break anything.

Network Utilities 1.0.0

Mar 4, 2021

First version of network utilities package was tagged.

It has two helper classes, IpHelper to work with IPs and network masks, and DnsHelper to check DNS records.

The package does not depend on Yii and can be used by requiring it via Composer:

composer require yiisoft/network-utilities

Code is well-covered with tests, types and has 100% mutation score.

Yii 2.0.41

Mar 3, 2021

We are very pleased to announce the release of Yii Framework version 2.0.41. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.

Notable changes in this release:

  • Hardened security by invalidating all active sessions and "remember me" cookies on authKey change. Note that it requires properly implemented getAuthKey() and validateAuthKey() methods of yii\web\IdentityInterface. Check upgrade guide for details.
  • Ability to create URLs for non-GET-verb rules.
  • Faster request parsing for REST UrlRule with prefix handling.

Thanks to all Yii community members who contribute to the framework, translators who keep documentation translations up to date and community members who answer questions at forums.

There are many active Yii communities so if you need help or want to share your experience, feel free to join them.

A complete list of changes can be found in the CHANGELOG.

  • «
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • »
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)