Yii Caching Library 2.0.0
Yii Cache package version 2.0.0 was released.
This version raises the minimum psr/simple-cache version to ^2.0|^3.0 and the minimum PHP version to ^8.0.
Yii Cache package version 2.0.0 was released.
This version raises the minimum psr/simple-cache version to ^2.0|^3.0 and the minimum PHP version to ^8.0.
Router and its fastroute adapter were tagged.
This version adds support for multiple hosts via Route::hosts() and Group::hosts():
Route::get('/')
->hosts(
'https://yiiframework.com/',
'https://yiiframework.ru/'
);
Group::create()
->hosts(
'https://yiiframework.com/',
'https://yiiframework.ru/'
);
Version 1.1.0 of Yii Dependency Injection container is released.
This version raises the minimum psr/container version to ^1.1|^2.0.
Test Support package version 2.0.0 was released.
This version raises the minimum psr/log version to ^2.0|^3.0 and the minimum PHP version to 8.0.
Error handler package was updated with the following enhancements:
Yiisoft\ErrorHandler\Event\ApplicationError triggered after the error is handled.Major version of Log package was released. In this version we have moved from PSR interfaces version 1.1 to version 2.0|3.0. As a result, there are types added everywhere and the package is no more compatible with PHP 7.4.
Minor release of Yii Console package was tagged:
serve command and it serves at 127.0.0.1 by default instead of localhost.We are very pleased to announce the release of the ApiDoc extension version 3.0.5.
This patch version fixes empty visibility in methods and properties.
See the CHANGELOG for a full list of changes.
Three RBAC packages are released in their initial stable version: rbac, rbac-php, and rbac-rules-container.
These packages provide RBAC (Role-Based Access Control) library. They are used in Yii Framework but is usable separately as well. Main features are:
Debug extension version 2.1.19 was released.
This release fixes PHP 8.1 compatibility issues and adds an option to change default LogTarget.
See the CHANGELOG for details.
First version of Yii Framework Bulma Integration package was released.
This Yii Framework package encapsulates Bulma components and plugins in terms of Yii widgets, and thus makes using Bulma components/plugins in Yii applications convenient.
Queue extension version 2.3.4 was released.
This version forces db driver to use index on the reserved_at column to unlock unfinished tasks.
Full changelog is available at GitHub.
We are very pleased to announce the release of the ApiDoc extension version 3.0.4.
This patch version fixes conversion of newlines to spaces and considers the first sentence ended only if the dot is followed by a space in BaseDoc::extractFirstSentence().
See the CHANGELOG for a full list of changes.
Yii team is international, it consists of awesome developers from Ukraine, Russia, Germany, Kazakhstan, Chile, Uzbekistan, Moldova, Poland, Netherlands, US and more.
Team members were shocked when it all started. Noone expected it, noone believed it.
A month passed and consequences are disasterous: the world changed forever, Ukrainians are fighting for their lives and future, Russians are experiencing huge pressure both from their own country and the world. Many are leaving their homes and their previous lives seeking at least some degree of safety.
Test Support package version 1.4.0 was released. There a few changes in SimpleContainer::has() method:
\Yiisoft\Test\Support\Container\Exception\NotFoundException instead of \Throwable.Julia "Insolita" passed away yesterday from cancer.
She was a prominent PHP and Yii community member, contributed to both Yii2 and upcoming Yii3, created a number of useful utilities and was helping with awesome PHP Digest (in English community known as JetBrains PHP Annotated).
Julia, thank you for what you've done. You'll always be in our hearts.
We are very pleased to announce the release of the ApiDoc extension version 3.0.3.
This patch version fixes wrong encoding during generation of non-Englush guides.
See the CHANGELOG for a full list of changes.
We are very pleased to announce the release of the ApiDoc extension version 3.0.2.
This patch version fixes an error preventing docs generation in an edge case.
See the CHANGELOG for a full list of changes.