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 Error Handler 3.0

Yii Error Handler package got a major release. There a few changes and improvements:

  • PHP version raised to ^8.0;
  • configuration group names adapted to Yii conventions;
  • explicitly added transitive dependencies ext-mbstring, psr/http-factory and psr/http-server-handler.




Encrypt environment files with Padlock


Padlock is a Laravel Zero command by Daniel Mason for encrypting and decrypting environment files powered by Laravel's encryption commands.
The post Encrypt environment files with Padlock appeared first on Laravel News.





[news] Yii Assets 4.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 Auth JWT 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 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.




WP Briefing: Episode 49: Everything You Need to Know About the Community Summit!

Episode forty-nine of the WordPress Briefing explores the What, Why, and Who behind the upcoming Community Summit in National Harbor, DC, USA, August 22-23, 2023. Join Executive Director Josepha Haden Chomphosy to learn the importance of the gathering to the WordPress project.

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.





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





A Week of Symfony #841 (6-12 February 2023)

This week, Symfony development activity focused on fixing bugs on stable branches. Meanwhile, the upcoming Symfony 6.3 version improved the Bootstrap 5 form theme and switched to a faster hashing algorithm. Lastly, the SymfonyLive Paris 2023 conference published its entire schedule.





[news] Yii Config 1.3

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