Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsayan committed Mar 26, 2024
1 parent f136bc0 commit 580b81d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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 WP Staging with Sync. Manage your Live sites.
* Version: 0.1.0.21
* Version: 0.1.0.22
* Author: InstaWP Team
* Author URI: https://instawp.com/
* License: GPL-3.0+
Expand All @@ -23,7 +23,7 @@

global $wpdb;

defined( 'INSTAWP_PLUGIN_VERSION' ) || define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.21' );
defined( 'INSTAWP_PLUGIN_VERSION' ) || define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.22' );
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: 5 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.6
Tested up to: 6.5
Requires PHP: 5.6
Stable tag: 0.1.0.21
Stable tag: 0.1.0.22
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

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

== Changelog ==

= 0.1.0.22 - 26 Mar 2024 =
- NEW - Added Magic Login support for Solid Security plugin.
- FIX - 2 way sync issues.

= 0.1.0.21 - 22 Mar 2024 =
- NEW - Added full support for PHP 5.6.
- NEW - Added User Create/Update/Delete APIs.
Expand Down

0 comments on commit 580b81d

Please sign in to comment.