admin管理员组

文章数量:1316234

Gutenberg is developed separately and the latest version currently is 7.2.0.

How to find out which version of Gutenberg is included in my WordPress installation?

Gutenberg is developed separately https://github/WordPress/gutenberg and the latest version currently is 7.2.0.

How to find out which version of Gutenberg is included in my WordPress installation?

Share Improve this question asked Jan 11, 2020 at 12:15 HarisHaris 2312 silver badges5 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 7

You can find the versions in WordPress here with this recently created document: https://developer.wordpress/block-editor/principles/versions-in-wordpress/ You weren't alone in wanting to have this information :) As mentioned above, it can be tricky to directly line up versions but this is the closest approximation currently. When WordPress 5.5 is launched, this document will be updated.

The code that goes into core doesn’t necessarily reflect the exact code that is in a specific version of the Gutenberg plugin which is why it is hard to determine which version of Gutenberg is included in the core WordPress.

edit: (already answered by anne :))

The versions in WordPress page lists which will provide a range. For a release of WordPress core, features from Gutenberg plugin are taken from several different versions.

本文标签: block editorWhat version of Gutenberg is included with WordPress