Bootstrap extension version 2.0.8 released
We are very pleased to announce the release of Bootstrap extension version 2.0.8 which both fixes bugs and makes small enhancements.
See CHANGELOG for details.
We are very pleased to announce the release of Bootstrap extension version 2.0.8 which both fixes bugs and makes small enhancements.
See CHANGELOG for details.
We are very pleased to announce the release of MongoDB extension version 2.1.6 which brings two bug fixes:
yii\mongodb\Command::aggregate() without 'cursor' option produces error on MongoDB Server 3.6yii\mongodb\Collection::dropIndex() unable to drop index specified with sort via index pluginSee CHANGELOG for details.
We are very pleased to announce the release of Sphinx extension version 2.0.10 which brings 4 enhancements and bug fixes:
yii\sphinx\Schema::findColumns() unable to merge field and attribute columns with same nameyii\sphinx\QueryBuilder::buildInCondition() incompatibility with PHP 7.2yii\sphinx\QueryBuilder::callSnippets() now automatically casts snippet source to stringyii\sphinx\QueryBuilder now supports Traversable objects for use in in conditionsSee CHANGELOG for details.
We are very pleased to announce the release of HTTP client extension version 2.0.6 which brings an enhancement and a bug fix:
Message::getHeaders() unable to parse HTTP status code in case reason phrase contains : characterRequest::createFullUrl() now prevents appearance of multiple slashes while combining Client::$baseUrl and Request::$urlSee CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.1.5 which brings 3 enhancements and bug fixes:
yii\web\Application::$request for request data access.yii\authclient\AuthAction::$cancelCallback allowing custom handling for authentication cancellation.See the CHANGELOG for details.
We have released version 2.0.2 of the Queue extension. This version is fixing bugs as well as adding some enhancements.
New AMQP Interop driver added. It allows you to seamlessly use many drivers queue interop project supports.
There are new events: cli\Queue::EVENT_WORKER_START and cli\Queue::EVENT_WORKER_STOP. These allow you to add handlers to worker start and stop.
We are very pleased to announce the release of Gii extension version 2.0.6. In this release there are many bug fixes and, of course, some enhancements:
We are very pleased to announce the release of the redis extension version 2.0.7.
This release makes the extension compatible with PHP 7.2 by refering to BaseObject instead of the Object class in Yii.
It also adds simple ORDER BY support to the ActiveQuery so DataProvider functionaility is now fully supported.
We are very pleased to announce the release of Debug Toolbar extension version 2.0.13. In this release:
We've released version 2.0.7 of the jQueryUI extension. This version is fixing bugs and updates jQueryUI dependency so it works with latest Yii release.
We've released version 2.0.1 of the Queue extension. This version is fixing bugs as well as adding some enhancements we'll review below.
We've released major version 2.2.0 of the Twig extension. This version changes are:
~2.1.1. Make sure to check upgrade notes.we are very pleased to announce the release of some extensions, which among other things include fixes to makes them fully compatible with PHP 7.2:
Today we've released version 2.1.1 of the Twig extension. Changes are the following:
Html helper in templates. You can find more details in the guide. Without the extension it was not possible to use methods such as addCssClass() because of Twig limitations.This version was worked on by new Twig extension maintainer, Anton Gubarev (@amarox). He's using the extension is his projects and volunteered to both polish it to perfection and develop it further.
We are very pleased to announce the release of Bootstrap extension version 2.0.7 which both fixes bugs and makes small enhancements.
See CHANGELOG for details.
Thanks to everyone contributed to this release!
We are very pleased to announce the release of Debug Toolbar extension version 2.0.12 which fixes two regressions since latest release.
See CHANGELOG for details.
We are very pleased to announce the release of the SwiftMailer extension version 2.1.0, which uses the latest SwitMailer versions - 6.x.
The high level interface of the extension has not been changed, thus any existing code based on 2.0.x version will likely continue to function with 2.1.x as well. However, there are some backward compatibility breaks introduced.
In particular: minimum required version of PHP has been raised to 7.0 and default transport was changed to Swift_SendmailTransport as Swift_MailTransport is no longer available.
Check the UPGRADE instructions for migration from 2.0.x versions.
Also make sure your composer.json has the necessary version constraint limit if you want to stay with the 2.0.x version using SwiftMailer 5.x, e.g. ~2.0.7. Check the Composer documentation on version constraints to learn how that works.
We are happy to announce the release of the first official stable version of the Yii 2 Queue Extension. Roman Zhuravlev took care of rewriting and polishing the queue extension after core team and community made initial prototypes. His work had been released as a zhuravlev/yii2-queue package before and proved to be of good quality. Together we've decided to move the package under the yiisoft organization so it gets more attention and support. Roman agreed to maintain it further together with current Yii team.
As of today you can install the extension by requiring yiisoft/yii2-queue in composer which is tagged as version 2.0.0.
The extension allows processing of background jobs and provides a common interface for
different backend systems from simple onces, like file and database storages, to queue systems like Beanstalk, Gearman, RabbitMQ, and Redis.
Check out the README for quick start instructions. More detailed docs are also available in the repository and will be put into website and linked from official guide soon.
We are very pleased to announce the release of Auth Client extension version 2.1.3 which brings 8 enhancements and bug fixes.
This release provides support for the OpenID Connect protocol and JSON Web Token (JWT) authentication for OAuth2. It also provides support for token exchange for Facebook.
See the CHANGELOG for details.
We are very pleased to announce the release of HTTP Client extension version 2.0.4 which brings 4 bug fixes.
See the CHANGELOG for details.