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:





Brevo Webhook Manager CLI for Laravel

The Brevo Webhook Manager CLI for Laravel provides a convenient way to manage Brevo webhooks from the CLI:





[news] Yii Widget 2.1

Minor version of Yii Widget package is released.

  • Added widget themes.
  • Added protected method Widget::getThemeConfig() that allows to implement a logic of configuring a theme.
  • Fixed merge constructor arguments with array definition configuration into Widget::widget().




Stress testing with Pest with the new Stressless plugin

The PEST team just announced the release of a brand new plugin for Pest PHP: Stressless.





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: