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] Yii View 12.1

Version 12.1 of Yii View package has been released. Here are the list of improvements and fixes included in the new version:





[news] Yii Hydrator 1.6

Version 12.1 of Yii View package has been released. Here are the list of improvements and fixes included in the new version:





[news] Yii Assets 5.1

Version 5.1 of Yii Assets package was released. There a few changes:

  • improve static analyze annotations;
  • Change PHP constraint in composer.json to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0;
  • remove unnecessary array_filter call in AssetUtil::extractFilePathsForExport() method;
  • fix the nullable parameter declarations for compatibility with PHP 8.4.




[news] Yii Session 3.0

Version 3.0 of Yii Session package was released. There a few changes and fixes:

  • remove sid_length and sid_bits_per_character options;
  • mark SessionException as final;
  • change PHP constraint in composer.json to 8.0 - 8.4;
  • explicitly mark nullable parameters.




[news] Yii Definitions 3.4

Minor version of Yii Definitions package was released.

  • Change PHP constraint in composer.json to ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
  • Bump minimal required PHP version to 8.1
  • Improve definition validation for readonly properties and properties with asymmetric visibility
  • Minor performance optimization: use FQN for PHP functions, remove unnecessary conditions
  • Mark readonly properties
  • Explicitly mark nullable parameters




[news] Yii Security 1.1

Version 1.1 of Yii Security package was released. There are some improvements and changes:

  • Bump minimal required PHP version to 8.1
  • Change PHP constraint in composer.json to 8.1 - 8.4
  • Use SensitiveParameter attribute to mark sensitive parameters
  • Mark readonly properties
  • Explicitly mark nullable parameters




[news] Yii HTTP Runner 3.1

Minor version of Yii HTTP Runner were tagged. In this version made several changes.





[news] Yii Validator 2.2

Version 2.2 of Yii Validator package has been released. Here is the list of changes included in the new version: