Skip to content

Commit

Permalink
release ready for 0.1.0.69
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedm97 committed Dec 6, 2024
1 parent 532ff24 commit a93737e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.68
* Version: 0.1.0.69
* 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.68' );
defined( 'INSTAWP_PLUGIN_VERSION' ) || define( 'INSTAWP_PLUGIN_VERSION', '0.1.0.69' );
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
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro

== Changelog ==

= 0.1.0.69 - 06 December 2024 =
- FIX: Added support for multisite regarding the wp-config.
- FIX: Added database backup before the push migration.
- FIX: Change staging icon inside the plugin.

= 0.1.0.68 - 27 November 2024 =
- FIX: Sync image with webp extension.
- FIX: Sync Spectra block content.
Expand Down

0 comments on commit a93737e

Please sign in to comment.