Exploring WordPress 6.4 (RC-1)
Upcoming and pending features
WordPress 6.4
- The third major release of 2023.
- Tentatively due November 7, 2023.
- Led by an underrepresented gender release squad. ๐
- Primarily focused on extending existing features for block and site editors.
- Includes the following Gutenberg releases: 16.2, 16.3, 16.4, 16.5, 16.6, 16.7.
- Make โ WordPress 6.4 Development Cycle
Pushed to the Next Release (6.5)
Block Hooks
Briefly referred to as auto-inserting blocks.
Allows developers to attach blocks and insert them in specified locations:
before
โ inject before the target block.after
โ inject after the target block.firstChild
โ inject before the first inner block of the target container block.lastChild
โ inject after the last inner block of the target container block.
See: Developer Resources > Block API Reference > Registration > Block Hooks
๐ด ๐ก ๐ข
block.json
{
blockHooks: {
'core/verse': 'before'
'core/spacer': 'after',
'core/column': 'firstChild',
'core/group': 'lastChild',
}
}
Help with Testing ๐
Join us in testing!
- Weekly scheduled Test team meetings: make.wordpress.org/meetings/#test
- Download and test on a local development and never in production!
- Local Blueprint โ WordPress Beta Tester โค๏ธ wpeng.in/6-4_beta-1/
- WordPress Beta Tester plugin: wp.org/plugins/wordpress-beta-tester
- WP-CLI โ
wp core update --version=6.4-RC1
- Make.WP.org โ Test team โHelp Test WordPress 6.4โ
Thanks
The WordPress community is us. Not “we”, or “I,” or “them.”
This presentation was created with the following:
- Bounds theme โ wp.org/themes/bounds/
- Icon Block โ wp.org/plugins/icon-block/
- Lots and lots of help from Anne McCarthy’s (@annezazu) Source of Truth