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 HTML 3.9

Version 3.9 of Yii HTML package is released. There is one improvement:

  • added backed enumeration value support to Html::addCssClass(), Tag::addClass() and Tag::class() methods.




[news] Yii DB Migration 1.2

Minor version of Yii DB Migration package was released.

  • Don't used Yii DB deprecated methods in Migrator.
  • Raised minimum PHP version to 8.1 with minor refactoring.




[news] Yii Requirements Checker 1.1

Version 1.1 of Yii Requirements Checker package is released.

  • Added RequirementsChecker::checkMaxExecutionTime() that check on current server's php.ini's 'max_execution_time' requiring it to exceed the time specified / tested application's comfortable installation time.
  • Improved requirements array validation.
  • Improved result appearance.




[news] Yii CSRF 2.2

Minor verison of Yii CSRF package was released.

  • Add the CsrfHeaderMiddleware middleware to use custom HTTP header to prevent forgery of requests.
  • Add the CsrfMiddleware::withSafeMethods() method to configure a custom safe HTTP methods list.
  • Deprecate CsrfMiddleware in favor of CsrfTokenMiddleware.




[news] Yii Request Provider 1.1

Version 3.8 of Yii HTML package is released. There are some improvements:





[news] Yii HTML 3.8

Version 3.8 of Yii HTML package is released. There are some improvements:





[news] Yii Mailer 6 + Yii Mailer Symfony 4

Major versions of Yii Mailer and Yii Mailer Symfony Mailer packages were tagged.
The Yii Mailer abstraction for sending emails has been significantly reworked.





[news] Yii Dependency Injection 1.3

We are very pleased to announce that Yii Framework version 1.1.30 is released.
You can download it at yiiframework.com/download/.
Yii 1.1.30 adds support for PHP 8.3 and improves compatibility with PHP 8. It also includes a minor security improvement. See the PR for more information.