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





[news] Yii HTML 3.1

Version 3.1 of Yii HTML package is released. There are some additions and improvements:

  • added $attributes parameter to Html::img();
  • added class for tag small and method Html::small();
  • added support of yiisoft/arrays version ^3.0.




[news] Data 1.0.0

First stable version of yiisoft/data package is tagged.
The package provides generic data abstractions. The aim is to hide storage aspect from the operations of reading,
writing and processing data.
Features are:





[news] Yii Middleware Dispatcher 5.0.0

Major version of Yii Middleware Dispatcher package was released. This version has several changes:

  • Added ParametersResolverInterface to resolve parameters of middleware that are provided as callable.
  • Added support for callable middlewares and added debug info it's wrapper.
  • Wrapper factory has been removed in favor of ParametersResolverInterface.




[news] Yii Mailer Symfony Mailer 2.1.0

Major version of Yii Middleware Dispatcher package was released. This version has several changes:

  • Added ParametersResolverInterface to resolve parameters of middleware that are provided as callable.
  • Added support for callable middlewares and added debug info it's wrapper.
  • Wrapper factory has been removed in favor of ParametersResolverInterface.




[extension] kaabar-jwt/yii2-jwt

Kaabar JWT Auth Extension The Yii2 JWT extension is a tool for implementing JWT (JSON Web Token) authentication in Yii2 applications. It allows developers to create APIs that require authentication and authorization, ensuring that only authorized users can access certain resources. The extension provides a simple and flexible way to implement JWT authentication in Yii2, using the JWT library and following the JWT specification.