Skip to content

Commit

Permalink
release ready for 0.1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedm97 committed Mar 22, 2024
1 parent e074c3e commit 8eefd44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions instawp-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @wordpress-plugin
* Plugin Name: InstaWP Connect
* Description: 1-click WP Staging with Sync. Manage your Live sites.
* Version: 0.1.0.20
* Version: 0.1.0.21
* Author: InstaWP Team
* Author URI: https://instawp.com/
* License: GPL-3.0+
Expand All @@ -23,8 +23,8 @@

global $wpdb;

define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.20' );
define( 'INSTAWP_API_DOMAIN_PROD', 'https://app.instawp.io' );
defined( 'INSTAWP_PLUGIN_VERSION' ) || define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.21' );
defined( 'INSTAWP_API_DOMAIN_PROD' ) || define( 'INSTAWP_API_DOMAIN_PROD', 'https://app.instawp.io' );

$wp_plugin_url = WP_PLUGIN_URL . '/' . plugin_basename( __DIR__ ) . '/';
$wp_site_url = get_option( 'siteurl' );
Expand Down Expand Up @@ -119,10 +119,3 @@ function run_instawp() {
add_filter( 'got_rewrite', '__return_true' );

run_instawp();

add_action( 'wp_head', function () {
if ( isset( $_GET['debug'] ) ) {

die();
}
}, 0 );
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: clone, migrate, staging, backup, restore
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 0.1.0.20
Stable tag: 0.1.0.21
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit 8eefd44

Please sign in to comment.