From 4875c9bf3a685b304d47e24246ac399aed1172f6 Mon Sep 17 00:00:00 2001 From: YoastBot Date: Tue, 10 Oct 2023 07:48:56 +0000 Subject: [PATCH] Bump Gutenberg supported version. --- admin/class-gutenberg-compatibility.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/class-gutenberg-compatibility.php b/admin/class-gutenberg-compatibility.php index 1ce0ca1213a..b53ec432eea 100644 --- a/admin/class-gutenberg-compatibility.php +++ b/admin/class-gutenberg-compatibility.php @@ -15,14 +15,14 @@ class WPSEO_Gutenberg_Compatibility { * * @var string */ - const CURRENT_RELEASE = '16.7.0'; + const CURRENT_RELEASE = '16.7.1'; /** * The minimally supported version of Gutenberg by the plugin. * * @var string */ - const MINIMUM_SUPPORTED = '16.7.0'; + const MINIMUM_SUPPORTED = '16.7.1'; /** * Holds the current version.