From 86cb2a519a9b25cba76ef09168c4c091c91dd90a Mon Sep 17 00:00:00 2001 From: Gutenberg Repository Automation <gutenberg@wordpress.org> Date: Wed, 13 Oct 2021 13:47:08 +0000 Subject: [PATCH] Bump plugin version to 11.7.0 --- gutenberg.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gutenberg.php b/gutenberg.php index 79ab83f03313d8..d48d341aa7efe3 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -5,7 +5,7 @@ * Description: Printing since 1440. This is the development plugin for the new block editor in core. * Requires at least: 5.7 * Requires PHP: 5.6 - * Version: 11.7.0-rc.1 + * Version: 11.7.0 * Author: Gutenberg Team * Text Domain: gutenberg * diff --git a/package-lock.json b/package-lock.json index ae067ced83e3d6..430dedf06fbd58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "11.7.0-rc.1", + "version": "11.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 448b1da859d14d..adea9b3a55dcda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "11.7.0-rc.1", + "version": "11.7.0", "private": true, "description": "A new WordPress editor experience.", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index d488af42c92546..d8bf155ca11da1 100644 --- a/readme.txt +++ b/readme.txt @@ -56,4 +56,4 @@ The four phases of the project are Editing, Customization, Collaboration, and Mu == Changelog == -To read the changelog for Gutenberg 11.7.0-rc.1, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v11.7.0-rc.1">release page</a>. +To read the changelog for Gutenberg 11.7.0, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v11.7.0">release page</a>.