diff --git a/packages/create-block-tutorial-template/templates/readme.txt.mustache b/packages/create-block-tutorial-template/templates/readme.txt.mustache
index 88ec407bcfc62..81ccaf4cb9598 100644
--- a/packages/create-block-tutorial-template/templates/readme.txt.mustache
+++ b/packages/create-block-tutorial-template/templates/readme.txt.mustache
@@ -3,7 +3,7 @@
Contributors: {{author}}
{{/author}}
Tags: block
-Tested up to: 5.8.0
+Tested up to: 5.9
Stable tag: {{version}}
{{#license}}
License: {{license}}
diff --git a/packages/create-block/lib/templates/es5/readme.txt.mustache b/packages/create-block/lib/templates/es5/readme.txt.mustache
index 88ec407bcfc62..81ccaf4cb9598 100644
--- a/packages/create-block/lib/templates/es5/readme.txt.mustache
+++ b/packages/create-block/lib/templates/es5/readme.txt.mustache
@@ -3,7 +3,7 @@
Contributors: {{author}}
{{/author}}
Tags: block
-Tested up to: 5.8.0
+Tested up to: 5.9
Stable tag: {{version}}
{{#license}}
License: {{license}}
diff --git a/packages/create-block/lib/templates/esnext/plugin/readme.txt.mustache b/packages/create-block/lib/templates/esnext/plugin/readme.txt.mustache
index 88ec407bcfc62..81ccaf4cb9598 100644
--- a/packages/create-block/lib/templates/esnext/plugin/readme.txt.mustache
+++ b/packages/create-block/lib/templates/esnext/plugin/readme.txt.mustache
@@ -3,7 +3,7 @@
Contributors: {{author}}
{{/author}}
Tags: block
-Tested up to: 5.8.0
+Tested up to: 5.9
Stable tag: {{version}}
{{#license}}
License: {{license}}
diff --git a/readme.txt b/readme.txt
index 0df47d54d233c..3646f713bc738 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,6 +1,6 @@
=== Gutenberg ===
Contributors: matveb, joen, karmatosed
-Tested up to: 5.8
+Tested up to: 5.9
Stable tag: V.V.V
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -9,7 +9,7 @@ The Gutenberg plugin provides editing, customization, and site building features
== Description ==
-“Gutenberg” is a codename for a whole new paradigm for creating with WordPress, that aims to revolutionize the entire publishing experience as much as Gutenberg did the printed word. The project is following a four-phase process that will touch major pieces of WordPress — Editing, Customization, Collaboration, and Multilingual.
+“Gutenberg” is a codename for a whole new paradigm for creating with WordPress, that aims to revolutionize the entire publishing experience as much as Gutenberg did the printed word. The project is following a four-phase process that will touch major pieces of WordPress — Editing, Customization, Collaboration, and Multilingual.
The block editor introduces a modular approach to all parts of your site: each piece of content in the editor, from a paragraph to an image gallery to a headline, is its own block. And just like physical blocks, WordPress blocks can be added, arranged, and rearranged, allowing WordPress users to create media-rich content in a visually intuitive way — and without work-arounds like shortcodes or custom HTML.
@@ -33,7 +33,7 @@ We'd love to hear your bug reports, feature suggestions and any other feedback!
= Do I have to use the Gutenberg plugin to get access to these features? =
-It depends on the feature you want to use! Keep in mind that each version of WordPress after 5.0 comes with bundled versions of the Gutenberg plugin, automatically containing new features and changes. If you want the cutting edge features, including more experimental items, you will need to use the plugin. You can read more here about whether using the plugin is right for you.
+It depends on the feature you want to use! Keep in mind that each version of WordPress after 5.0 comes with bundled versions of the Gutenberg plugin, automatically containing new features and changes. If you want the cutting edge features, including more experimental items, you will need to use the plugin. You can read more here about whether using the plugin is right for you.
= Where can I see which Gutenberg plugin versions are included in each WordPress release? =
@@ -41,7 +41,7 @@ View the 2020, 2019, and 2018. Additionally, you can follow the biweekly release notes and monthly project plan updates on the Make WordPress Core blog for more up to date information about what’s happening now.
+The four phases of the project are Editing, Customization, Collaboration, and Multilingual. You can hear more about the project and phases from Matt in his State of the Word talks for 2020, 2019, and 2018. Additionally, you can follow the biweekly release notes and monthly project plan updates on the Make WordPress Core blog for more up to date information about what’s happening now.
= Where Can I Read More About Gutenberg? =