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.

Symfony 6.0.9 released

Symfony 6.0.9 has just been released.
Here is the list of the most important changes since 6.0.8:





Symfony 5.4.9 released

Symfony 5.4.9 has just been released.
Here is the list of the most important changes since 5.4.8:





Symfony 4.4.42 released

Symfony 4.4.42 has just been released.
Here is the list of the most important changes since 4.4.41:





Last day of regular registration for SymfonyWorld Online 2022 Summer Edition

We are thrilled to welcome you online next month for the SymfonyWorld Online 2022 Summer Edition conference! Here is the entire event agenda entirely organized online:





A Week of Symfony #803 (16-22 May 2022)

This week, Symfony development activity focused again on fixing and polishing the new features of the upcoming Symfony 6.1 version. Meanwhile, we announced the last talks and speakers of the SymfonyWorld Online 2022 Summer Edition conference.





New in Symfony 6.1: Improved Console Autocompletion

In Symfony 5.4 we introduced console autocompletion for the argument names,
option names and option values of any command created with the Symfony Console
component. In Symfony 6.1 we're improving it with new features.