wpdevel.wordpress.com wpdevel.wordpress.com

Update to content only editing filter namespace

This dev note is a follow up to a previous dev note: Content only editing and other locking updates. The Gutenberg PR, #43037, which introduced the feature, added a filter hook with the same namespace ('core/style/with-block-controls') as an existing filter hook that implements block support style controls. addFilter( 'editor.BlockEdit', 'core/style/with-block-controls', withBlockControls ); The risk of having two hooks with the...

wpdevel.wordpress.com wpdevel.wordpress.com

Performance Chat Summary: 6 December 2022

Meeting agenda here and the full chat log is available beginning here on Slack. Focus area updates Images @adamsilverstein @mikeschroder GitHub project @adamsilverstein: New ticket to ensure core support for WebP is complete: #57328 When WebP was introduced to core, the implementation focused primarily on the most common use – lossy images. Part of the reason is that although WebP supports lossless compression, alpha transparency and...

wpdevel.wordpress.com wpdevel.wordpress.com

Dev Chat summary: Wednesday, November 30, 2022

Here’s a summary of the weekly WordPress developers’ chat for November 30. 1) Welcome If you’re new to dev chat, you can find out more about this weekly meeting in the handbook. Meeting facilitators: @marybaum and @webcommsat. Agenda followed; thanks to @marybaum for preparing it. Start of the meeting in the core channel of the Make WordPress Slack. Summary from the November 23, 2022 dev chat. 2) Announcements Slack...

wpdevel.wordpress.com wpdevel.wordpress.com

Now Available: WordPress 3.7-4.0 Final Releases

WordPress 3.7.41, 3.8.41, 3.9.40 and 4.0.38 are now available! These releases feature an update to the upgrade notification to indicate these versions of WordPress are no longer receiving security updates. WordPress 4.1 and later will continue to receive such updates. The next major version of release of WordPress will be version 6.2 planned for next year. On sites running WordPress 3.7-4.0 with automatic updates enabled, the upgrade...

wpdevel.wordpress.com wpdevel.wordpress.com

Proposal: Amend the Inline Documentation Standards for multi-line comments

This is a small proposal to amend the standards for multi-line comments. The current standards seem to require that multi-line comments have to be done like this: /* * This is a comment that is long enough to warrant being stretched over * the span of multiple lines. You'll notice this follows basically * the same format as the PHPDoc wrapping and comment block style. */ There is also a warning that they must not begin with /** as...

wpdevel.wordpress.com wpdevel.wordpress.com

Dev Chat summary: Wednesday, November 23, 2022

The weekly WordPress developers chat meeting was held in the core channel of the Make WordPress Slack at 20:00 UTC. Agenda followed. Start of the meeting in the core channel of the Make WordPress Slack. Summary from November 16, 2022 dev chat. 1) Announcements Slack link. What’s new in Gutenberg 14.6 has been published. Support will end for WordPress 3.7 – 4.0 on December 1, 2022. The last release party for these versions will be...

wpdevel.wordpress.com wpdevel.wordpress.com

Editor chat summary: 23 November 2022

This post summarises the weekly editor chat meeting (agenda here) held on Wednesday, November 23, 2022, 14:00 UTC in Slack. Moderated by @andraganescu. Announcements and Links Gutenberg 14.5.4 released on Nov. 18 Gutenberg 14.6 released on Nov. 23 Key project updates Navigation Block Site Editor & Templates Building with Patterns Design Tools Layout Option & DesignTools Styles Style Engine Query Block Mobile Team Components...