Releases: InstaWP/instawp-connect
Releases · InstaWP/instawp-connect
0.1.3.3
0.1.3.2
- 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
- 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
- Fixed: Improved API response details
- Optimized: Plugin and theme updates
0.1.2.9
- 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
- Added: CONNECT_HIDE_ACCOUNT_INFO constant to hide team details
0.1.2.7
- Security: Added authorization checks to AJAX handlers to prevent unauthorized access by low-privilege users.
0.1.2.6
Fixed: Class Curl not found.
0.1.2.5
- 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
- Fixed: Purge content cache on edit.
- Optimized: Codebase.