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.
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.
Yii view package version 4.0.0 was tagged.
CsrfInjection
now injects a stringable CSRF object with methods getToken()
, getParameterName()
, getHeaderName()
and hiddenInput()
instead of string token to common parameters.
Yii view package version 4.0.0 was tagged.
CsrfInjection
now injects a stringable CSRF object with methods getToken()
, getParameterName()
, getHeaderName()
and hiddenInput()
instead of string token to common parameters.
Symfony Mailer adapter for yiisoft/mailer was tagged stable.
It is relying on symfony/mailer to send emails and is recommended as replacement for now deprecated SwiftMailer.
As usual, it has 100% unit test coverage with 100% mutation score, and 100% type coverage checked with Psalm.
We are very pleased to announce the release of Redis extension version 2.0.16.
This version adds support for authentication with username via Connection::$username
.
See the CHANGELOG for details.
RSA ActionFilter ¶
RSA Verify Filter
Installation ¶The preferred way to install this extension is through composer.
Either run
HTML package version 2.1.0 was released.
In this release Noscript
tag was added along with shortcuts for Script
via methods Script::noscript()
and Script::noscriptTag()
.