Debug extension 2.1.19 released
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.
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.
We are very pleased to announce the release of Yii Framework version 2.0.45.
Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.
This release makes Yii 2 compatible with PHP 8.1, fixes a number of bugs and adds some enhancements. Special thanks to longthanhtran, pamparam83, sartor, githubjeka for contributing compatibility fixes.
We are very pleased to announce the release of Symfony mailer extension version 2.0.3.
This version removed "final" modifier from Mailer and Message classes. While finalizing classes has its benefits, Yii2 is not ready for it unlike Yii3.
Details are available in CHANGELOG.
Yii Swagger intergration package was updated to version 1.2.0. In this version we have added an ability to configure OpenApi\Annotations\OpenAPI generation via Yiisoft\Swagger\Service\SwaggerService in config/params.php:
'yiisoft/yii-swagger' => [
// Default values are specified.
'open-api-options' => [
'aliases' => OpenApi\Generator::DEFAULT_ALIASES,
'namespaces' => OpenApi\Generator::DEFAULT_NAMESPACES,
'analyser' => null,
'analysis' => null,
'processors' => null,
'logger' => null,
'validate' => true,
'version' => OpenApi\Annotations\OpenApi::DEFAULT_VERSION,
],
],
//...
We are very pleased to announce the release of the ApiDoc extension version 3.0.1.
This patch version fixes an error preventing docs generation in an edge case.
See the CHANGELOG for a full list of changes.
We are very pleased to announce the release of Symfony mailer extension version 2.0.2.
This version fixes a number of bugs found since first release. Details are available in CHANGELOG.
Version 5.0.0 of View package is released. There a few bugs fixed, some additions and a few backwards incompatible changes:
ViewInterface.ViewContext, was added.First release of RoadRunner adapter for Yii Runner was tagged.
Despite popular belief, PHP application doesn't have to die and re-initilize every request and, thanks to RoadRunner Yii3 application could work in "initilize once" mode. There are multiple profits in using RoadRunner:
First release of Yii Runner was tagged. A runner hides application initialization details making configuration process easier.
For example, instead of complicated initialization, the following is enough for HTTP application's index.php:
<?php
Yii Swagger intergration package was updated to version 1.1.0. In this version an ability to configure Yii\Swagger\Middleware\SwaggerJson via config/params.php was added:
//...
'yiisoft/yii-swagger' => [
'annotation-paths' => [
'@src/Controller' // Directory where annotations are used
],
'cacheTTL' => 60 // Enables caching and sets TTL, "null" value means infinite cache TTL.
]
//...
yiisoft/access package got minor version release.
This version adds simple DenyAll and AllowAll access checkers that correspondingly deny or allow access to everything.