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.

WordPress 5.8 Release Candidate 3

The third release candidate for WordPress 5.8 is now available!

WordPress 5.8 is slated for release on July 20, 2021, and we need your help to get there—if you have not tried 5.8 yet, now is the time!

You can test the WordPress 5.8 release candidate 3 in any of these three ways:





The Road to Ember 4.0

Contributors to the Ember project have been hard at work since Ember Octane was released in December 2019.





Meteor 2.3 has been released!

Announcing Meteor 2.3.1Announcing Meteor 2.3.1: Node 14, removal of deprecated APIs, improved HMR, and much moreMeteor 2.3 & 2.3.1 bring a lot of long-expected upgrades and improvements. It also has a small diet with the removal of long deprecated code in packages which allows us to more focus on the future.





[extension] yii1-fontawesome5

yii1.1-fontawesome5

  1. Requirements
  2. Installation
  3. Usage

This is a Font Awesome v5.x extension for Yii Framework 1.1.
Current Font Awesome version is 5.15.3
This is a service to those of us that are still using Yii 1.1! :)





Dispatch Laravel Jobs Via Artisan


Laravel Artisan Dispatchable is a package by Spatie to register queue jobs as Artisan commands.
The post Dispatch Laravel Jobs Via Artisan appeared first on Laravel News.





A Week of Symfony #758 (5-11 July 2021)

This week, Symfony development activity focused on adding more types, including union types, to all components in the upcoming 6.0 version. Meanwhile, Symfony 5.4 added support for the scalar backed enumerations defined by PHP 8.1.





Add Version Control to Laravel Models


Version Control for Laravel is a package that provides database version control for Eloquent models.
The post Add Version Control to Laravel Models appeared first on Laravel News.