Skip to content

Commit

Permalink
[Documentation] Create new page listing Gutenberg releases in each Wo…
Browse files Browse the repository at this point in the history
…rdPress version (#23773)

* Create new page listing Gutenberg releases in each WordPress version

This new page should have Project Overview as the parent. This addresses concerns brought up in #23344.

* Update and rename WordPress Release Integration to versions-in-wordpress.md

* Update versions-in-wordpress.md

* Update versions-in-wordpress.md

* Update toc.json

* Add manifest.json
  • Loading branch information
annezazu authored Jul 9, 2020
1 parent 667c50a commit b010251
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/contributors/versions-in-wordpress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
With each WordPress release cycle, various versions of Gutenberg are included. This has created confusion over time as people try to figure out how best to debug problems and report bugs appropriately. To make this easier for everyone to keep track of, this document serves as a canonical list of the Gutenberg versions integrated into each WordPress release. Of note, during the beta period for WordPress releases, additional bug fixes from later Gutenberg releases than those noted are cherry-picked into the WordPress release as necessary.

If anything looks incorrect here, please bring it up in #core-editor in [WordPress.org slack](https://make.wordpress.org/chat/).

Gutenberg Versions | WordPress Version
-- | --
7.6-8.5 | 5.5
6.6-7.5 | 5.4.2
6.6-7.5 | 5.4.0
5.5-6.5 | 5.3.4
5.5-6.5 | 5.3.3
5.5-6.5 | 5.3.2
5.5-6.5| 5.3.1
5.5-6.5 | 5.3.0
4.9-5.4 | 5.2.7
4.9-5.4 | 5.2.6
4.9-5.4 | 5.2.5
4.9-5.4 | 5.2.4
4.9-5.4 | 5.2.3
4.9-5.4 | 5.2.2
4.9-5.4 | 5.2.1
4.9-5.4 | 5.2.0
4.8 | 5.1.6
4.8 | 5.1.5
4.8 | 5.1.4
4.8 | 5.1.3
4.8 | 5.1.2
4.8 | 5.1.1
4.8 | 5.1.0
4.7.1 | 5.0.10
4.7.1 | 5.0.9
4.7.1 | 5.0.8
4.7.1 | 5.0.7
4.7.1 | 5.0.6
4.7.1 | 5.0.5
4.7.1 | 5.0.4
4.7.1 | 5.0.3
4.7.0 | 5.0.2
4.6.1 | 5.0.1
4.6.1 | 5.0.0
6 changes: 6 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
"markdown_source": "../docs/designers-developers/faq.md",
"parent": "principles"
},
{
"title": "VersionsInWordpress",
"slug": "versions-in-wordpress",
"markdown_source": "../docs/contributors/versions-in-wordpress.md",
"parent": "principles"
},
{
"title": "History",
"slug": "history",
Expand Down
1 change: 1 addition & 0 deletions docs/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{ "docs/designers-developers/key-concepts.md": [] },
{ "docs/designers-developers/glossary.md": [] },
{ "docs/designers-developers/faq.md": [] },
{ "docs/contributors/versions-in-wordpress.md": [] },
{ "docs/contributors/history.md": [] },
{ "docs/contributors/outreach.md": [] }
] },
Expand Down

0 comments on commit b010251

Please sign in to comment.