Skip to content

Commit

Permalink
Bump plugin version to 9.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jan 20, 2021
1 parent 1796afc commit ac988d0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Changelog ==

= 9.8.0-rc.1 =
= 9.8.0 =

### Enhancements

Expand All @@ -21,6 +21,9 @@
- Cover Block:
- Fix nested cover block bug. ([28114](https://github.com/WordPress/gutenberg/pull/28114))
- Fix invalid cover block transforms. ([28087](https://github.com/WordPress/gutenberg/pull/28087))
- Fix cover regression. ([28287](https://github.com/WordPress/gutenberg/pull/28287))
- Fix Cover focal point picker. ([28350](https://github.com/WordPress/gutenberg/pull/28350))
- Fix matrix alignment issue. ([28361](https://github.com/WordPress/gutenberg/pull/28361))
- Fix block error when transforming blocks with Link Popover opened. ([28136](https://github.com/WordPress/gutenberg/pull/28136))
- Fix PHP Notice in navigation-link. ([28134](https://github.com/WordPress/gutenberg/pull/28134))
- Prevent link paste in RichText components in Button and Navigation blocks. ([28130](https://github.com/WordPress/gutenberg/pull/28130))
Expand Down Expand Up @@ -54,6 +57,7 @@
- Load content in iframe. ([25775](https://github.com/WordPress/gutenberg/pull/25775))
- Avoid using auto-drafts for theme templates and template parts. ([27910](https://github.com/WordPress/gutenberg/pull/27910))
- Delete unused options while upgrading the plugin. ([28164](https://github.com/WordPress/gutenberg/pull/28164))
- Fix _wp_file_based term deletion in migration. ([28300](https://github.com/WordPress/gutenberg/pull/28300))
- Fix the border radius in the site editor. ([27986](https://github.com/WordPress/gutenberg/pull/27986))
- theme.json:
- Add border radius to the theme styles schema. ([27791](https://github.com/WordPress/gutenberg/pull/27791))
Expand All @@ -77,6 +81,7 @@
- Update Quickstart guide for the Development Environment documentation. ([28005](https://github.com/WordPress/gutenberg/pull/28005))
- Update copyright year to 2021 in `license.md`. ([27951](https://github.com/WordPress/gutenberg/pull/27951))
- Block API: Add more inline comments. ([20257](https://github.com/WordPress/gutenberg/pull/20257))
- Changelog: Group entries for 9.8.0-rc.1. ([28332](https://github.com/WordPress/gutenberg/pull/28332))

### Code Quality

Expand Down Expand Up @@ -117,11 +122,15 @@
- Testing: Prevent a direct usage of Reakit. ([28095](https://github.com/WordPress/gutenberg/pull/28095))
- Update the minimum Node.js version to 12. ([27934](https://github.com/WordPress/gutenberg/pull/27934))
- wp-env: Ensure the environment is used with the logs command. ([27907](https://github.com/WordPress/gutenberg/pull/27907))
- Packages: Fully automate npm publishing with the latest and next tags ([28335](https://github.com/WordPress/gutenberg/pull/28335))
- Upgrade webpack to version 5. ([26382](https://github.com/WordPress/gutenberg/pull/26382))
- Revert "Upgrade webpack to version 5". ([27974](https://github.com/WordPress/gutenberg/pull/27974))

### Various

- Gutenpride Template:
- New Package to use with the tutorial. ([27881](https://github.com/WordPress/gutenberg/pull/27881))
- Create Block: Enhancements to Gutenpride tutorial template. ([28215](https://github.com/WordPress/gutenberg/pull/28215))
- URL: Remove redundant array coercion. ([28072](https://github.com/WordPress/gutenberg/pull/28072))
- Visual editor: Remove focusable wrapper. ([28058](https://github.com/WordPress/gutenberg/pull/28058))
- Readme: Increase tested Version up to WP 5.6. ([28050](https://github.com/WordPress/gutenberg/pull/28050))
Expand Down
2 changes: 1 addition & 1 deletion gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Printing since 1440. This is the development plugin for the new block editor in core.
* Requires at least: 5.3
* Requires PHP: 5.6
* Version: 9.8.0-rc.1
* Version: 9.8.0
* Author: Gutenberg Team
* Text Domain: gutenberg
*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg",
"version": "9.8.0-rc.1",
"version": "9.8.0",
"private": true,
"description": "A new WordPress editor experience.",
"author": "The WordPress Contributors",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ View <a href="https://developer.wordpress.org/block-editor/principles/versions-i

== Changelog ==

To read the changelog for Gutenberg 9.8.0-rc.1, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v9.8.0-rc.1">release page</a>.
To read the changelog for Gutenberg 9.8.0, please navigate to the <a href="https://github.com/WordPress/gutenberg/releases/tag/v9.8.0">release page</a>.

0 comments on commit ac988d0

Please sign in to comment.