From 16cebcf89c45ae84faca543ffe31d31ab8dbe190 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sun, 5 Jun 2022 18:33:32 -0700
Subject: [PATCH] Fix upgrade notice

---
 README.md  | 5 ++++-
 readme.txt | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 710e98b..1f5a036 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
 ## Changelog ##
 
 ### 1.4 ###
-* Introduce native Gutenberg sidebar component for supported post types.
+* Introduce block-editor (Gutenberg) sidebar component for supported post types.
 
 ### 1.3 ###
 * Add bulk actions to purge excess or all revisions.
@@ -54,6 +54,9 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
 
 ## Upgrade Notice ##
 
+### 1.4 ###
+Introduces block-editor (Gutenberg) sidebar component for supported post types.
+
 ### 1.3 ###
 Introduces bulk actions for purging revisions, along with unit tests. The plugin also conforms to coding standards.
 
diff --git a/readme.txt b/readme.txt
index e246f6a..729f478 100644
--- a/readme.txt
+++ b/readme.txt
@@ -36,7 +36,7 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
 == Changelog ==
 
 = 1.4 =
-* Introduce native Gutenberg sidebar component for supported post types.
+* Introduce block-editor (Gutenberg) sidebar component for supported post types.
 
 = 1.3 =
 * Add bulk actions to purge excess or all revisions.
@@ -54,6 +54,9 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
 
 == Upgrade Notice ==
 
+= 1.4 =
+Introduces block-editor (Gutenberg) sidebar component for supported post types.
+
 = 1.3 =
 Introduces bulk actions for purging revisions, along with unit tests. The plugin also conforms to coding standards.
 
-- 
GitLab