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 Meteor 2.8.1 and adding types to the core

New MeteorJS 2.8.1 and adding types to the coreWe plan to modernize MeteorJS and keep up with the latest releases for NodeJS, bringing our version to 14.21. We have other awesome updates in this version, such as MongoDB Driver's updated to version 4.11.





New in Symfony 6.2: New Uid Features

The Uid component provides an object-oriented API to generate and represent
UIDs such as UUID and ULID. In Symfony 6.2 we're adding some features to it.





Valid validators validating data


Validation is a must-have for any modern project, and in Laravel, it is super simple to get started. Let's talk about the different ways we can handle it.
The post Valid validators validating data appeared first on Laravel News.





Angular v15 is now available!

Six months ago, we reached a significant milestone in Angular’s simplicity and developer experience by graduating the standalone APIs from developer preview. Today, we’re thrilled to share that we’re continuing the Angular Momentum with the biggest release since the initial rollout of Angular; making large leaps in reactivity, server-side rendering, and tooling.





New in Symfony 6.2: Improved Enum Support

Symfony introduced PHP enums support in Symfony 5.4, which was released on
November 2021. In Symfony 6.2 we continued adding Enums supports in different
parts of the code.





Laravel 9.40 Released


The Laravel team released 9.40 this week with a new lottery utility class, new validation rules, asserting a redirect to a named route, and more.
The post Laravel 9.40 Released appeared first on Laravel News.





WordPress 6.1.1 Maintenance Release

WordPress 6.1.1 is now available

This minor release features 29 bug fixes in Core and 21 bug fixes for the block editor. WordPress 6.1.1 is a short-cycle maintenance release.





Laravel 10 Application Skeleton Code Will Have Native Type Declarations


Laravel 10 will use native PHP type declarations across any generated code that exists in application code.
The post Laravel 10 Application Skeleton Code Will Have Native Type Declarations appeared first on Laravel News.





[news] Yii Message Translator 2.1

Minor version of Yii Message Translator package was tagged. In this version we added IdMessageReader that returns ID as message and doesn't support getting all messages at once.





New in Symfony 6.2: Better Debugging Commands

Symfony includes many commands to help you debug issues in your applications
while developing them. In Symfony 6.2 we're improving some of those commands and
adding new ones.