From 9d0ede06505f0b9d5468e68a66e2d3f58aa06139 Mon Sep 17 00:00:00 2001 From: YoastBot CI Date: Thu, 17 Mar 2022 10:08:32 +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 64669cc16a1..688a8d1fb22 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 = '12.7.2'; + const CURRENT_RELEASE = '12.8.0'; /** * The minimally supported version of Gutenberg by the plugin. * * @var string */ - const MINIMUM_SUPPORTED = '12.7.2'; + const MINIMUM_SUPPORTED = '12.8.0'; /** * Holds the current version.