Skip to content

Instantly share code, notes, and snippets.

@thatdevgirl
Last active January 13, 2022 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatdevgirl/1e03274e7f38125b31bee5af9cd47624 to your computer and use it in GitHub Desktop.
Save thatdevgirl/1e03274e7f38125b31bee5af9cd47624 to your computer and use it in GitHub Desktop.
What the Gutenberg?

What the Gutenberg?

Gutenberg is the code name for the new WordPress post editor. It was included in version 5.0 of core, but is still its own project that gets periodically merged into major and minor (but not patch) updates. However, there is no correlation between Gutenberg and WordPress core versioning, nor is there any indication in core's code about which Gutenberg version has been included. This makes it very difficult to figure out what version of Gutenberg is in which version of core.

The obfuscation is likely purposeful, but sometimes it is useful to have this information. Well, I find it helpful. If you do too, here you go. This is a manually curated list of Gutenberg versions to Core versions, starting from 5.3 because I do not really care to go backwards from there.

Version mapping

WP Core Gutenberg Exceptions Source
5.9 (next) 11.9 5.9 field guide
5.8 (current) 10.7 + bug fixes & performance improvements from 10.8 and 10.9 5.8 field guide
5.7 9.9 + bug fixes & performance improvements from 10.0 and 10.1 5.7 field guide
5.6 9.2 - excluding Navigation Screen 5.6 field guide
5.5 8.5 7/15 editor chat
5.4 7.5 + bug fixes from 7.6 5.4 field guide
5.3 6.5 + bug fixes & performance updates from 6.6 & 6.7 5.3 field guide

Addenda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment