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 #799 (18-24 April 2022)

This week, Symfony development focused on the upcoming Symfony 6.1 version, finishing some new features for it and polishing its already merged new features.

Symfony development highlights

This week, 31 pull requests were merged (25 in code and 6 in docs) and 23 issues were closed (16 in code and 7 in docs) by 24 authors. See details for code and docs.





End of Call for Papers for SymfonyCon Disneyland Paris 2022

We're so excited to meet you at SymfonyCon Disneyland Paris 2022 to enjoy a week of Symfony in the fantastic Disneyland Paris theme park.





Last days of Call for Papers for SymfonyCon Disneyland Paris 2022

The international SymfonyCon conference will take place at the fabulous Disneyland Paris theme Park from November 15th to 18th 2022. Join us for 2 days of pre-conference workshops on November 15-16 and for 2 days of conference on November 17-18 2022. The international Symfony community will gather for a week of Symfony! The entire conference will be in English. You can join as an attendee or as a conference speaker!





A Week of Symfony #798 (11-17 April 2022)

This week, the first beta of Symfony 6.1 was released in preparation for its final release in 6 weeks. Meanwhile, we published some blog posts about new Symfony 6.1 features, such as improved ExpressionLanguage syntax and the Locale Switcher.





First selected speakers announced at SymfonyWorld Online 2022 Summer Edition

The SymfonyWorld Online 2022 Summer Edition conference is coming soon! Join us in 2 months for the international Symfony conference organized online in English!

Here is the event agenda:





Symfony 6.1.0-BETA1 released

Symfony 6.1.0-BETA1 has just been released.
Here is the list of the most important changes since 6.0:





New in Symfony 6.1: Improved ExpressionLanguage Syntax

The ExpressionLanguage component provides an engine that can compile and
evaluate expressions. The main purpose of this component is to use expressions
inside configuration for more complex logic. Its other purpose is to use it to
build business rule engines.