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] Middleware dispatcher 2.0.0

New major release of middleware dispatcher package was tagged. While 1.0.0 was released only a few days ago, we had a great usability idea that, as usual, came right after 1.0.0 was done.
This release reverses middleware order. Previously it was expecting reverse order:





WordPress 5.8.2 Security and Maintenance Release

WordPress 5.8.2 is now available!

This security and maintenance release features 2 bug fixes in addition to 1 security fix. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated.





New in Symfony 5.4: PHP Enumerations Support

PHP Enumerations, or "PHP enums" for short, is one of the most anticipated
new features of PHP 8.1 (released on November 25, 2021). Their most common use
case is to group several related values. In previous PHP versions you had to
define a series of related constants to achieve that. In PHP 8.1 you can do this:





[news] Error handler 2.0.0

Error handler package got a major release.
Visible part is that solution is now formatted better. Internally, HeaderHelper is now used from http package.





Laravel 8.70 Released


The Laravel team released 8.70 with a route definition can() method, a Js class for JavaScript encoding, and the latest changes in the v8.x branch.
The post Laravel 8.70 Released appeared first on Laravel News.





Calling SaaS providers to back their Symfony bridge

Would you like to put your brand ahead of the Symfony community? Make your Corporate social responsibility (CSR) policy a reality? The-Fast-Track book for v6 or SymfonyWorld Online conference next month are still open for sponsorship!

But in this blog post, I'd like to make a specific call to SaaS providers for whom Symfony has a bridge (aka plugins).





[news] HTTP 1.2.0

Version 1.2.0 of yiisoft/http package was released.
HeaderValueHelper was added. It allows parsing various string header values into more convenient data structures.