Gii extension 2.2.6 released
We are very pleased to announce the release of Gii extension version 2.2.6.
This release fixes compatibiltiy issues with PHP 8.1 and 8.2 and some extra bugs.
See the CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.6.
This release fixes compatibiltiy issues with PHP 8.1 and 8.2 and some extra bugs.
See the CHANGELOG for details.
We are pleased to announce the release of MongoDB extension version 3.0.1.
This version fixed PHP 8 compatibility in debug panel.
See the CHANGELOG for details.
Debug extension version 2.1.23 was released.
This release adds two very useful enhancements:
src/panels/MailPanel.phpSee the CHANGELOG for details.
Bootstrap 4 extension version 2.0.11 was released. In this version:
ToggleButtonGroup.yii\bootstrap4\BaseHtml::$normalizeClassAttribute is set to true by default to make the package BC with Yii 2.0.44.See CHANGELOG for details.
We are very pleased to announce the release of HTTP client extension version 2.0.15. This release:
See the CHANGELOG for details.
Version 3.0.0 of Symfony Mailer extension for Yii2 was released. This version fixes and enhances code significantly.
Debug extension version 2.1.22 was released.
This release extends variable masking to requestBody.
See the CHANGELOG for details.
We are very pleased to announce the release of Auth Client extension version 2.2.14.
This version fixes a bug to be unable to set TokenParamKey in OAuth2 config, gets hard overwritten in OAuth2::createToken().
See the CHANGELOG for details.
We are very pleased to announce the release of the ApiDoc extension version 3.0.6.
This patch version improves handling of trait inheritance - precedence, prevents methods' and properties' duplication.
See the CHANGELOG for a full list of changes.
Queue extension version 2.3.5 was released.
This version add ability to set flags for the AMQP queue and exchange and switches from jeremeamia/superclosure to opis/closure adding the possibility to have closures as properties of the jobs.
Full changelog is available at GitHub.
We are pleased to announce the release of Smarty extension version 2.0.11.
This release allows using Smarty 4.
We are very pleased to announce the release of Sphinx extension version 2.0.15. This release fixes PHP 8.1 compatibility.
See the CHANGELOG for details.
Debug extension version 2.1.21 was released.
This release adds an ability to collect debug data in console applications. In order to do so, add the following to console application config:
// configuration adjustments for 'dev' environment
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = [
'class' => 'yii\debug\Module',
];
See the CHANGELOG for details.
We are very pleased to announce the major release of MongoDB extension version 3.0.0.
This version adds transactions support, PHP 8.1 compatibility and fixes a few bugs.
See the CHANGELOG for details.
We are very pleased to announce the release of Symfony mailer extension version 2.0.4.
This version throws an exception in case there is no transport configuration.
Details are available in CHANGELOG.
We are very pleased to announce two releases of Twig extension.
Version 2.4.2 allows installing the extension when using PHP 8.1.
We are very pleased to announce the release of Shell extension version 2.0.5. This version allows installing psy/psysh ~0.11.
We are very pleased to announce the release of Redis extension version 2.0.18.
This version adds support for tls scheme. Additionally, Cache::getValue() now returns false in case of missing key.
See the CHANGELOG for details.
Imagine extension version 2.3.1 was released.
This version makes protected static methods getThumbnailBox(), getBox() and isUpscaling() public.
See CHANGELOG for details.
We are very pleased to announce the release of Gii extension version 2.2.5.
This release adds support for the ::class constant in model generator via the useClassConstant setting and fixes a few bugs.
See the CHANGELOG for details.