An update was made to yiisoft/var-dumper package.
New version of Bootstrap 5 extension for Yii 2 was released. Version 2.0.2 is fixing a number of bugs found since latest release and is bringing back Alert close button API that is available in previous Bootstrap versions.
Minor verison of CSRF package was tagged adding ability to obtain parameter and header names set to the middleware via CsrfMiddleware::getParameterName()
and CsrfMiddleware::getHeaderName()
.
Minor version of mutex package was released. In this version two new exceptions were introduced: MutexLockedException
and MutexReleaseException
. We throw them instead of less specific RuntimeException
.
We are very pleased to announce the release of Redis extension version 2.0.16.
Major versions of yiisoft/view and yiisoft/yii-view were tagged.
Version 2.1.0 of View package is released. Immutable methods View::withAddedCommonParameters()
and WebView::withAddedCommonParameters()
are now available to add extra parameters available in all views and their sub-views.
Mailer package version 3.0.0 was tagged. This version expands Yiisoft\Mailer\MessageInterface
adding the following methods:
Fisrt version of mutex package was released. This package provides mutex implementation and allows mutual execution of concurrent processes in order to prevent "race conditions". This is achieved by using a "lock" mechanism. Each possibly concurrent processes cooperates by acquiring a lock before accessing the corresponding data.
We are pleased to announce the release of Smarty extension version 2.0.10.
We are very pleased to announce the release of MongoDB extension version 2.1.12. The version uses proper CSRNG when performing garbage collection.
We are very pleased to announce the release of HTTP client extension version 2.0.14. This release:
We are very pleased to announce the release of Gii extension version 2.2.3. This release adds the following enhancements: