diff --git a/changelog.txt b/changelog.txt index 57d205443df49..55a5d52c3441f 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 8198fc4303b34..04e5abe780f13 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 42dabf49da7d7..30aa4f00b9285 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 66d7ea2ec4329..96271ef7f816b 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 6fe5551487e27..3f5bcfa5fe391 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.