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 Session 2.0

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

  • configuration group names adapted to Yii conventions;
  • returns correct session name when used custom name and call Session::getName() before session open.




[news] Yii Aliases 3.0

Major release of Yii Aliases package was tagged.
In this version configuration group names adapted to Yii conventions and added method Aliases::getArray() that bulk translates path aliases into actual paths. For example:





[news] Yii Definitions 3.2

Minor version of Yii Definitions package was released.
In this version we added ability to use any allowed definitions in DynamicReferencesArray::from().





[news] Yii Config 1.3

Yii Config package got a minor version.
In this version we add ability to use Config without params.





[news] Yii Config 1.2

Yii Config package got a minor version.
In this version we raised the minimum version of PHP to ^8.0 and make a few additions and improvements:

  • added ability to change merge plan file path;
  • improved performance of collecting data for ReverseMerge and RecursiveMerge.




[news] Yii Definitions 3.1

Minor version of Yii Definitions package was released.
In this version we added new helper ArrayDefinitionHelper with merge() method that is designed to merge several array definitions to one.





[news] Yii Assets 3.0

Version 3.0 of Yii Assets package was released. There a few changes and improvements:

  • raise PHP version to 8.0 and refactoring with PHP 8 features usage;
  • add AssetManager::registerCustomized() method.




[news] Yii Widget 2.0.0

Major version of Yii Widget package is released. In this version Widget::widget() method was changed to ability use only constructor argument or whole array definition. Also there are breaking changes: beforeRun(), afterRun() and run() methods was removed from Widget class. Only render() method now can be used.