From 214c9fb2b61e49e12132c0d8602e2903f5f73367 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Thu, 12 Mar 2020 14:48:43 +0100 Subject: [PATCH] Bump plugin version to 7.7.1 --- changelog.txt | 10 ++++++++++ gutenberg.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 57d205443df49a..55a5d52c3441fa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,15 @@ == Changelog == += 7.7.1 = + +### Bug Fixes + +- Fix Drag and Drop into the columns block. +- Fix the columns block selection. +- Fix applying colors and backgrounds to the columns block. +- Fix the RangeControl controlled behavior. + + = 7.7.0 = ### Features diff --git a/gutenberg.php b/gutenberg.php index 8198fc4303b34f..04e5abe780f13c 100644 --- a/gutenberg.php +++ b/gutenberg.php @@ -3,7 +3,7 @@ * Plugin Name: Gutenberg * Plugin URI: https://github.com/WordPress/gutenberg * Description: Printing since 1440. This is the development plugin for the new block editor in core. - * Version: 7.7.0 + * Version: 7.7.1 * Author: Gutenberg Team * Text Domain: gutenberg * diff --git a/package-lock.json b/package-lock.json index 42dabf49da7d7b..30aa4f00b92851 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "7.7.0", + "version": "7.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 66d7ea2ec43293..96271ef7f816be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg", - "version": "7.7.0", + "version": "7.7.1", "private": true, "description": "A new WordPress editor experience.", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index 6fe5551487e27b..3f5bcfa5fe3918 100644 --- a/readme.txt +++ b/readme.txt @@ -52,4 +52,4 @@ The four phases of the project are Editing, Customization, Collaboration, and Mu == Changelog == -To read the changelog for Gutenberg 7.7.0, please navigate to the release page. +To read the changelog for Gutenberg 7.7.1, please navigate to the release page.