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.

[news] Yii HTML 3.1

Version 3.1 of Yii HTML package is released. There are some additions and improvements:

  • added $attributes parameter to Html::img();
  • added class for tag small and method Html::small();
  • added support of yiisoft/arrays version ^3.0.




New Meteor.js 2.10 and the Async Tracker Feature

A new Meteor.js has landed with great updates regarding the React Skeletons, MongoDB type definitions, and the possibility to run async reactive code within a Tracker.autorun.As for our usual update on our road to a fibers-free MeteorJS, for this release, the only new feature that we have is now the possibility to run async code in a Tracker.autorun.





Laravel Deleted Models Package


The Laravel Deleted Models package by Spatie automatically copies deleted models to a separate table.
The post Laravel Deleted Models Package appeared first on Laravel News.





Letter from WordPress’ Executive Director, 2022

Last month at State of the Word, I shared some opening thoughts about “Why WordPress.” For me, this is an easy question, and the hardest part is knowing which lens to answer through. The reasons that a solopreneur will choose WordPress are different than the reasons a corporation would. And while artists and activists may have a similar vision for the world, their motivations change their reasons, too. That’s why I always focus on the philosophical parts of the answer because I know that I am speaking as an advocate for many types of WordPressers.





WP Briefing: Episode 47: Letter from the Executive Director

On episode forty-seven of the WordPress Briefing podcast, Executive Director Josepha Haden Chomphosy shares her vision and current thinking for the WordPress open source project in 2023. Rather read it? The full letter is also available.

Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording.





Inertia v1.0 is Here


The Inertia release of v1.0 is here with SSR support for Svelte, first-class Typescript support for React and Vue, a Progress indicator in core, and more.
The post Inertia v1.0 is Here appeared first on Laravel News.





A Week of Symfony #837 (9-15 January 2023)

This week, the upcoming Symfony 6.3 version added an enum function in ExpressionLanguage component, made some improvements in the Profiler, updated its entire source code to use PHP arrow functions when possib





[news] Data 1.0.0

First stable version of yiisoft/data package is tagged.
The package provides generic data abstractions. The aim is to hide storage aspect from the operations of reading,
writing and processing data.
Features are:





Automatic Docblock Generation on Facades


The Laravel team has been working on a tool to automatically generate Docblock generation on Facades included in the Laravel framework.
The post Automatic Docblock Generation on Facades appeared first on Laravel News.





Ember 4.10 Released

Today the Ember project is releasing version 4.10 of Ember.js, Ember Data, and Ember CLI.
This release kicks off the 4.11 beta cycle for all sub-projects. We encourage our community (especially addon authors) to help test these beta builds and report any bugs before they are published as a final release in six weeks' time. The ember-try addon is a great way to continuously test your projects against the latest Ember releases.
You can read more about our general release process here: