Skip to content

Commit

Permalink
Merge pull request #121 from publishpress/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
htmgarcia authored Aug 14, 2020
2 parents a89d8ec + 31ce90c commit 4c30574
Show file tree
Hide file tree
Showing 3 changed files with 675 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/advanced-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Plugin Name: Advanced Gutenberg
* Plugin URI: https://advancedgutenberg.com
* Description: Enhanced tools for Gutenberg editor
* Version: 2.4.1
* Tested up to: 5.4.2
* Version: 2.4.2
* Tested up to: 5.5
* Author: Advanced Gutenberg
* Author URI: https://advancedgutenberg.com
* License: GPL2
Expand Down Expand Up @@ -75,7 +75,7 @@ function advgb_show_error()
}

if (! defined('ADVANCED_GUTENBERG_VERSION')) {
define('ADVANCED_GUTENBERG_VERSION', '2.4.1');
define('ADVANCED_GUTENBERG_VERSION', '2.4.2');
}

if (! defined('ADVANCED_GUTENBERG_PLUGIN')) {
Expand Down
Loading

0 comments on commit 4c30574

Please sign in to comment.