Skip to content

Releases: InstaWP/instawp-connect

0.1.3.3

19 May 10:21
0a8ca3a

Choose a tag to compare

  • Added: WordPress core rollback support — the plugin now snapshots the current core version before every core upgrade and can roll back to that recorded version on request.

0.1.3.2

13 May 12:30
b2f55e3

Choose a tag to compare

  • Security: Migration files on the destination site now use unguessable hashed filenames for stronger privacy.
  • Improved: Each push migration automatically cleans up leftover artifact files at start for a cleaner destination site.

0.1.3.1

22 Apr 06:04
177f6f8

Choose a tag to compare

  • Improved: Local push site creation and restore now handle task errors gracefully.
  • Improved: Local push now uses current site WP and PHP versions for staging site.
  • Improved: Local push now creates a reserved site for better reliability.
  • Improved: Migration cleanup will no longer remove the InstaWP Connect plugin if the site is connected and managed via InstaWP.
  • Fixed: Serve URL 404 error on serve-instawp WordPress-routed migration fallback.

0.1.3.0

01 Apr 05:47
9b8b880

Choose a tag to compare

  • Fixed: Improved API response details
  • Optimized: Plugin and theme updates

0.1.2.9

24 Mar 08:06
3ef200d

Choose a tag to compare

  • Fixed: Site reconnection failing when API key exists but connect ID is missing or site was disconnected.
  • Fixed: Platform-specific paths in wp-config.php (Bitnami, Plesk, cPanel) causing Fatal errors after migration.
  • Improved: Sync resilience with timeout handling and user-friendly error messages for 2-way sync operations.
  • Fixed: Database connection errors after migration caused by incomplete database transfer.
  • Improved: Database transfer reliability with two-phase streaming and delivery confirmation.
  • Improved: Validation of database integrity before completing migration.
  • Security: Excluded sensitive authentication constants from migration transfer.
  • Fixed: Certain wp-config values not being handled correctly during migration.
  • Fixed: Deactivator parses structured input matching Activator pattern

0.1.2.8

17 Mar 05:52
1d7e251

Choose a tag to compare

  • Added: CONNECT_HIDE_ACCOUNT_INFO constant to hide team details

0.1.2.7

09 Mar 11:13
6b77b52

Choose a tag to compare

  • Security: Added authorization checks to AJAX handlers to prevent unauthorized access by low-privilege users.

0.1.2.6

06 Mar 14:18
0b196dc

Choose a tag to compare

Fixed: Class Curl not found.

0.1.2.5

25 Feb 02:33
d6cc8cf

Choose a tag to compare

  • Fixed: WordPress root directory detection failing when plugin is installed as a symlink.
  • Optimized: Admin dashboard JavaScript and improved error message handling.
  • Fixed: Missing migration file detection during migration.
  • Added: Prevent initiating a new migration when one is already in progress.

0.1.2.4

13 Feb 10:34
5439e63

Choose a tag to compare

  • Fixed: Purge content cache on edit.
  • Optimized: Codebase.