MongoDB extension 2.1.9 released
We are very pleased to announce the release of MongoDB extension version 2.1.9 that fixes Collection::dropAllIndexes() error when no indexes were dropped.
We are very pleased to announce the release of MongoDB extension version 2.1.9 that fixes Collection::dropAllIndexes() error when no indexes were dropped.
We are pleased to announce the release of Smarty extension version 2.0.9. In this release {js} function was added allowing to instantiate yii\web\JsExpression:
{js assign='expr' expression='function(){alert('expression');}}'}
We are very pleased to announce the release of Gii extension version 2.1.3.
This release fixes issue with RTL naming for foreign keys such as id_user that was causing problems in generated code.
Also, it improves some aspects of generated code. float types are now recognized and generated and annotations for nullable types are now there:
/**
* @property string|null $car_number
*/
See the CHANGELOG for details.
Debug extension version 2.1.12 was released. This release fixes missing timeline panel tooltips and adds a warning message in DB panel when traceLevel is too low in order for it to collect data.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.6.
This release adds CacheStateStorage that provides state storage based in cache component.
Additionally, request option for turning off SSL peer verification was removed to make extension more secure by default. It may break your application if server doesn't have root certificates set up correctly so make sure to check upgrade guide.
See the CHANGELOG for details.
We are very pleased to announce the release of Redis extension version 2.0.11.
This version adds for Redis cluster contributed by Robert Hofer.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.5.
In this release deprecated dependency spomky-labs/jose was replaced by JWT Framework.
See the CHANGELOG for details.
Debug extension version 2.1.11 was released. It is adding removal of stale debug data, fixes issues and adding buttons for navigating between requests.
See the CHANGELOG for details.
Debug extension version 2.1.10 was released. It is tweaking Logs panel not to wrap important columns text and to display arrows in less distracting manner.
See the CHANGELOG for details.
We are very pleased to announce the release of Redis extension version 2.0.10.
In this version \yii\redis\Connection::$retryInterval was added. It speficifies wait time between retry in microseconds.
See the CHANGELOG for details.
Bootstrap 4 extension version 2.0.8 was released fixing non-functional headerOptions in Tabs.
See CHANGELOG for details.
We are very pleased to announce the release of HTTP client extension version 2.0.12.
This release adds an ability to get time elapsed from request to response via Request::responseTime().
See the CHANGELOG for details.
We are very pleased to announce the release of MongoDB extension version 2.1.8 that fixes Session component compatibility with Yii 2.0.17+.
Debug extension version 2.1.9 was released fixing a bug in "logs" panel "since previous" column values calculation.
See the CHANGELOG for details.
Debug extension version 2.1.8 was released.
This version fixes two bugs:
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.1.1 fixing a bug not highlighting part of the diff preview.
See the CHANGELOG for details.
Bootstrap 4 extension version 2.0.7 was released. This version fixes a bug in displaying error message for checkbox and radio lists and allowing to override all CSS classes via widget factory.
Thanks to @simialbi for taking care of the extension!
See CHANGELOG for details.
Debug extension version 2.1.7 was released.
This version fixes regression in previous release regarding edge cases of closure serialization, fixes insufficient ouput escaping that may lead to XSS and adds "since previous" and sequential number to "logs" panel detail view:

See the CHANGELOG for details.
Debug extension version 2.1.6 was released containing five enhancements:
Bootstrap 4 extension version 2.0.6 was released. In this version there are two changes.
First, documentation on how to migrate from Bootstrap 3 was added.
Second, simplified syntax for progress bars that was present in Bootstrap 3 was brought back: