Skip to content

Commit

Permalink
Require version 7 of both plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Sep 30, 2024
1 parent 044131f commit 0b1363c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go-live-update-urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* @package go-live-update-urls
*/

define( 'GO_LIVE_UPDATE_URLS_VERSION', '6.8.0' );
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '6.13.0' );
define( 'GO_LIVE_UPDATE_URLS_VERSION', '7.0.0' );
define( 'GO_LIVE_UPDATE_URLS_REQUIRED_PRO_VERSION', '7.0.0' );
define( 'GO_LIVE_UPDATE_URLS_URL', plugin_dir_url( __FILE__ ) );

use Go_Live_Update_Urls\Admin;
Expand Down

0 comments on commit 0b1363c

Please sign in to comment.