Skip to content

Commit

Permalink
Bump Gutenberg supported version.
Browse files Browse the repository at this point in the history
  • Loading branch information
YoastBot committed Jul 4, 2024
1 parent aeed167 commit 3f47140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/class-gutenberg-compatibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ class WPSEO_Gutenberg_Compatibility {
*
* @var string
*/
public const CURRENT_RELEASE = '18.6.1';
public const CURRENT_RELEASE = '18.7.1';

/**
* The minimally supported version of Gutenberg by the plugin.
*
* @var string
*/
public const MINIMUM_SUPPORTED = '18.6.1';
public const MINIMUM_SUPPORTED = '18.7.1';

/**
* Holds the current version.
Expand Down

0 comments on commit 3f47140

Please sign in to comment.