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 #881 (13-19 November 2023)

This week, Symfony 6.4.0 RC1 and 7.0.0 RC1 versions were released so you can test them in your applications before their final release in two weeks. Meanwhile, we started working on the Symfony 7.1 branch. Lastly, we announced more talks for the SymfonyCon Brussels 2023 conference.





New in Symfony 6.4: Mailer, Translation, Notifier, Webhook and RemoteEvent Integrations

Symfony provides out-of-the-box compatibility with tens of third-party services
for Mailer, Translation, Notifier, Webhook and RemoteEvent
components. In Symfony 6.4 we're introducing even more integrations:





Symfony 7.0.0-RC1 released

Symfony 7.0.0-RC1 has just been released.
Here is the list of the most important changes since 7.0.0-BETA3:





Symfony 6.4.0-RC1 released

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





A Week of Symfony #880 (6-12 November 2023)

This week, Symfony 6.4.0 beta 3 and Symfony 7.0.0 beta 3 were published because their final release is approaching fast and it will take place before the end of November 2023.





Symfony 7.0.0-BETA3 released

Symfony 7.0.0-BETA3 has just been released.
Here is the list of the most important changes since 7.0.0-BETA2:





Symfony 6.4.0-BETA3 released

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





CVE-2023-46735: Potential XSS in WebhookController

Affected versions
Symfony versions >=6.3.0, <6.3.8 of the Symfony Webhook component are affected
by this security issue.
The issue has been fixed in Symfony 6.3.8.

Description
The error message in WebhookController returns unescaped user-submitted input.