[wp-trac] [WordPress Trac] #48329: Show Gutenberg version in Core
WordPress Trac
noreply at wordpress.org
Tue Dec 31 07:06:09 UTC 2019
#48329: Show Gutenberg version in Core
-------------------------------------------------+-------------------------
Reporter: mapk | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting
| Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: needs-design-feedback has- | Focuses:
screenshots |
-------------------------------------------------+-------------------------
Comment (by netweb):
From a developer point of view, I've spent the past ~10 minutes trying to
determine which release of Gutenberg shipped with 5.3, 5.3.1, and 5.3.2
As I write this I do not have that answer :(
Adding this to `/src/wp-includes/version.php` would be great:
{{{
#!php
/**
* The WordPress Block Editor version string
*/
$wp_block_editor_version = x.y.z;
}}}
Just had a thought,
[https://github.com/WordPress/gutenberg/blob/wp/trunk/gutenberg.php look
at the Gutenberg version] in `gutenberg.php` of the `wp/trunk` branch on
GitHub
That results in `7.1.0` and satisfies my needs for now, not easily
discoverable for developers to say the least
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48329#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list