Feed items

  • warning: Declaration of views_handler_argument::init(&$view, &$options) should be compatible with views_handler::init(&$view, $options) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_argument.inc on line 48.
  • warning: Declaration of views_handler_filter_boolean_operator::value_validate(&$form, &$form_state) should be compatible with views_handler_filter::value_validate($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/handlers/views_handler_filter_boolean_operator.inc on line 111.
  • warning: Declaration of views_plugin_row_node_view::options_form(&$form, &$form_state) should be compatible with views_plugin_row::options_form($form, &$form_state) in /home/clients/ru/domains/development4web.com/html/sites/all/modules/views/modules/node/views_plugin_row_node_view.inc on line 35.

[news] Bootstrap 5 extension version 2.0.2 released

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.





[news] Yii View 4.0.0

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.





[news] CSRF 1.1.0

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.





[news] Symfony Mailer 1.0.0

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.





[news] Redis extension 2.0.16 released

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.





[extension] yagas/yii2-actionfilter-rsa

RSA ActionFilter

  1. Installation
  2. Usage

RSA Verify Filter
Installation The preferred way to install this extension is through composer.
Either run





[news] Html 2.1.0

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().