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 Sep 19, 2024
1 parent 6ffa297 commit ddb7013
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 = '19.1.0';
public const CURRENT_RELEASE = '19.2.0';

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

/**
* Holds the current version.
Expand Down

0 comments on commit ddb7013

Please sign in to comment.