Skip to content

Commit

Permalink
Bump Gutenberg supported version.
Browse files Browse the repository at this point in the history
  • Loading branch information
YoastBot CI committed Aug 3, 2022
1 parent 88dfb65 commit 4e526ed
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
*/
const CURRENT_RELEASE = '13.7.3';
const CURRENT_RELEASE = '13.8.0';

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

/**
* Holds the current version.
Expand Down

0 comments on commit 4e526ed

Please sign in to comment.