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.

New in Symfony 7.1: Improved Access Token Authenticator

In Symfony 6.2 we introduced an Access Token Authenticator capable of fetching
RFC6750 compliant tokens and retrieving the associated user identifier. Symfony 7.1
enhances this feature with several new capabilities.





A Week of Symfony #906 (6-12 May 2024)

This week, Symfony continued tweaking and polishing the new features of Symfony 7.1, which will be released at the end of May 2024.





New in Symfony 7.1: MacAddress and Charset Constraints

Symfony provides tens of validation constraints to perform any kind of validation
on your data. In Symfony 7.1 we're expanding that list with two new constraints.





New in Symfony 7.1: TypeInfo Component

This is the first article of the series that shows the most important new features
introduced by Symfony 7.1, which will be released at the end of May 2024.





A Week of Symfony #905 (29 April - 5 May 2024)

This week, Symfony 5.4.39, 6.4.7 and 7.0.7 maintenance versions were released. In addition, Symfony published the first beta of Symfony 7.1 so you can test it in your own applications before the final release at the end of May 2024.





Symfony 7.1.0-BETA1 released

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