Skip to content

Commit

Permalink
release ready for 0.1.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedm97 committed Sep 18, 2024
1 parent dd3e0d9 commit 0fa5449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 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 WordPress plugin for Staging, Migrations, Management, Sync and Companion plugin for InstaWP.
* Version: 0.1.0.55
* Version: 0.1.0.56
* Author: InstaWP Team
* Author URI: https://instawp.com/
* License: GPL-3.0+
Expand All @@ -26,7 +26,7 @@

global $wpdb;

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

$wp_plugin_url = WP_PLUGIN_URL . '/' . plugin_basename( __DIR__ ) . '/';
Expand Down
6 changes: 4 additions & 2 deletions 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.6
Requires PHP: 7.0
Stable tag: 0.1.0.55
Stable tag: 0.1.0.56
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down Expand Up @@ -98,7 +98,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro

== Changelog ==

= 0.1.0.56 - September 2024 =
= 0.1.0.56 - 18 September 2024 =
- NEW - Added a faster migration method on the staging site creation.
- FIX - Fixed user interface issues while creation staging site.
- FIX - Fixed Debug Log can't delete issue.
- FIX - Set default heartbeat interval to 4 hours.
- FIX - 2 Way Sync Customizer Changes not saving.
Expand Down

0 comments on commit 0fa5449

Please sign in to comment.