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 Jun 18, 2024
1 parent a1bda8e commit d31a72e
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.4.1';
public const CURRENT_RELEASE = '18.5.0';

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

/**
* Holds the current version.
Expand Down

0 comments on commit d31a72e

Please sign in to comment.