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

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





Symfony 6.3.10 released

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





Symfony 5.4.33 released

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





Introducing the Symfony 7 Certification

Symfony 7 was released at the end of November 2023, alongside Symfony 6.4.
Both versions share the exact same features, but Symfony 7.0 gets rid of all the
deprecated features and requires PHP 8.2 or higher.





Symfony 7.0.0 released

Symfony 7.0.0 has just been released.
Check the Living on the Edge
category on this blog to learn about the main features of this new stable release;
or check the release announcement of BETA1
to get the list of all new features.





Symfony 6.4.0 released

Symfony 6.4.0 has just been released.
Check the Living on the Edge
category on this blog to learn about the main features of this new stable release;
or check the release announcement of BETA1
to get the list of all new features.





Symfony 6.3.9 released

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





Symfony 5.4.32 released

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





New in Symfony 6.4: AssetMapper Improvements

AssetMapper was introduced in Symfony 6.3 as a new & modern way to manage
JavaScript & CSS assets with zero build or external dependencies like Node.
In Symfony 6.4, we've improved it with a number of features you asked for.
The component is now also stable and protected by our BC promise!