arrange in order
Gutenberg 19.4 (Gutenberg) Updated and released!
Every two weeks, Gutenberg is updated. Now it is to Gutenberg 19.4 has been released and is available for download! Let's see what's new. New Write/Design modes Edit and Select modes are now called Write and Design modes. In writing mode, it is possible to...
WordPress version 6.5 has performance improvements for internationalized (I18N) multilingual translations.
WordPress version 6.5 features several internationalization (i18n) improvements, which this developer note will focus on. Localized Translation System with Improved Performance Over the past year, WordPress contributors have carefully studied the existing internationalization (i18n) system...
Gutenberg 17.8 Updated Grid Layout and Allows Exporting Multiple Templates at Once
Gutenberg version 17.8 focuses mainly on stability improvements and bug fixes, as many developers are busy preparing for the upcoming WordPress 6.5 release. However, this version also introduces some new features! Remember, WordPress 6.5 is still in beta right now and G...
WordPress 6.5 now supports plugin dependencies, which makes it easier for developers to manage relationships between plugins.
WordPress 6.5 now enables dependencies between plugins. WordPress' extensibility is one of its most useful features, and it does this through plugins and the Hooks API. Many plugins are built on top of other plugins and used to extend their functionality....
WordPress 6.7 Beta 3 Testing Guide: New Features, Testing Steps and Key Improvements
WordPress 6.7 Beta 3 (third beta version) is now ready for testing! This beta version of the WordPress software is still under development. When you download and test it, remember that you must not install, run or test this version on operational or critical sites ...
New Block Type Registration API: Improving Performance in WordPress 6.7
WordPress 6.7 introduces a new feature that allows plugins to improve the performance of registering their block wp_register_block_metadata_collection() types, especially for plugins that register multiple block types. Extending WordPress Core Behavior to Plugins Since WordPress ...
Delayed Loading Image Auto Resize in WordPress 6.7
WordPress 6.7 added the ability to delay loading images with sizes="auto". This feature, recently added to the HTML specification, allows browsers to use the rendered layout width srcset of an image when selecting a source from a list, since delayed-loaded images don't load until after the layout is known...
WordPress 6.7 "post editor" iframing with meta boxes
After attempting to iframe the post editor, the presence of the meta box became a blocking condition that prevented the editor content from loading in the iframe and made these benefits of the iframe unavailable: Isolating block and theme CSS from the editor UI Media queries and viewport related CSS units of...
New Plugin Template Registration API in WordPress 6.7
Since the introduction of block themes, theme developers have been able to create custom block templates. However, this possibility is limited to themes and plugins cannot register their own templates directly. In order to achieve similar functionality, plugins must employ complex methods, including hooking multiple PHP filters, hand...
WordPress 6.7 Internationalization Improvements: Translation Management and Performance Optimization
There are various internationalization (i18n) improvements in WordPress 6.7, so let's take a look at them together. Determining if a translation exists Sometimes it's useful to know if a translation already exists in memory without having to load the translation for a given text field first. The new has_translation()...