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.
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 |
- This page is also available via the tiny URL: https://tinyurl.com/WhatTheGutenberg
- Again, this list is compiled manually, so if you find inaccuracies or have additional useful information, please comment here or email me at [email protected].