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.

A Week of Symfony #944 (27 January - 2 February 2025)

This week, Symfony released maintenance versions 6.4.18, 7.1.11 and 7.2.3. In addition, Twig published a security advisory and we shared several updates about upcoming Symfony conferences.





Get Symfony news on your favorite social network

Symfony has been active on X, Mastodon, and Bluesky for some time, but until recently, not all platforms received equal attention. Since Twitter (now X) was our first social network, all blog posts were primarily shared there.

We're excited to announce that, as of a few days ago, Symfony now publishes all blog posts across all three platforms. This change gives our community more flexibility in choosing where to follow Symfony updates.





Symfony 7.2.3 released

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





Symfony 7.1.11 released

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





Symfony 6.4.18 released

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





Twig CVE-2025-24374: Missing output escaping for the null coalesce operator

Affected versions

Twig versions >=3.16.0,<3.19.0 are affected by this security issue.

The issue has been fixed in Twig 3.19.0.

Description

When using the null coalesce operator (??), output escaping was missing for the expression on the left side of the operator.

Resolution

Output escaping for the ?? operator has been fixed.

The patch for this issue is available here for the 3.x branch.





A Week of Symfony #943 (20-26 January 2025)

This week, the upcoming Symfony 7.3 version improved the invokable command feature, deprecated the use of option arrays for configuring validation constraints, and updated the JsonEncoder component to allow warming up objects and lists.





A Week of Symfony #942 (13-19 January 2025)

This week, Symfony celebrated the SymfonyOnline January 2025 conference. In addition, it announced the new Symfony UX Core Team.





Announcing the Symfony UX Core Team

The Symfony UX initiative was announced in December 2020. It was introduced to
enhance the developer experience by integrating JavaScript tools and libraries
more seamlessly with Symfony applications, focusing on improving the front-end
development workflow.

Today, we are happy to announce the Symfony UX Core Team. This team has been
working on improving the Symfony UX for quite a while now.

The team is made of 5 members:





A Week of Symfony #941 (6-12 January 2025)

This week, Symfony development activity was very intense.