Skip to content

Commit

Permalink
release ready for 0.1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedm97 committed Jan 19, 2024
1 parent 23ae319 commit d7ef759
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
19 changes: 2 additions & 17 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.12-dev
* Version: 0.1.0.12
* Author: InstaWP Team
* Author URI: https://instawp.com/
* License: GPL-3.0+
Expand All @@ -23,7 +23,7 @@

global $wpdb;

define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.11' );
define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.12' );
define( 'INSTAWP_RESTORE_INIT', 'init' );
define( 'INSTAWP_API_DOMAIN_PROD', 'https://app.instawp.io' );

Expand Down Expand Up @@ -180,18 +180,3 @@ function run_instawp() {
add_filter( 'got_rewrite', '__return_true' );

run_instawp();

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


error_reporting( E_ALL );
ini_set( 'display_errors', 1 );

$filePath = __DIR__ . DIRECTORY_SEPARATOR . 'sass.sync.js';



die();
}
}, 0 );
2 changes: 1 addition & 1 deletion languages/instawp-connect.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-01-19 06:20+0000\n"
"POT-Creation-Date: 2024-01-19 06:52+0000\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-SearchPath-0: .\n"
Expand Down
7 changes: 6 additions & 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.4
Tested up to: 6.4.2
Requires PHP: 7.4
Stable tag: 0.1.0.11
Stable tag: 0.1.0.12
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down Expand Up @@ -94,6 +94,11 @@ Need support or want to partner with us? Go to our [website](http://instawp.com/

== Changelog ==

= 0.1.0.12 - 19 Jan 2024 =
- NEW - Added support for Flywheel.
- NEW - Added support for WooCommerce in 2 ways sync.
- FIX - Fixed file mimetype issue during the migration process.

= 0.1.0.11 - 15 Jan 2024 =
- NEW - Added support for Malcare security plugin.
- FIX - Fixed migration issues while checking usages.
Expand Down

0 comments on commit d7ef759

Please sign in to comment.