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 30, 2024
1 parent c3c9e03 commit 43d6627
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.2.0';
public const CURRENT_RELEASE = '19.3.0';

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

/**
* Holds the current version.
Expand Down

0 comments on commit 43d6627

Please sign in to comment.