← Back to Migrator Pro v1.1.3 (13 releases)

Changelog Migrator Pro

Changelog for the available Migrator Pro WooCommerce plugin: updates, fixes and feature development.

v1.1.3
  • Fix: deleting the plugin now removes its options and transients instead of leaving them in the database, on every site of a network. The free plugin's own settings are untouched.
v1.1.2
  • Copy: the plugin description sold "no size limit" as a PRO feature. The free edition has no size cap to lift, so the description now lists what PRO actually adds. Multisite is described as network to network, which is what the admin does; pulling a single subsite out of a network stays a WP-CLI job.
v1.1.1
  • Polish, German and Spanish translations for the table sync screen and for the installer's fetch-by-link help text.
v1.1.0
  • Table sync: import chosen database tables from a backup into a live site and leave the rest of the database alone. Push content from staging to production without rolling back the orders, customers and comments that arrived since the backup was made. Preview what would change first, and the chosen tables are dumped before anything is written, so a failed sync puts them back as they were.
  • The standalone deploy installer can now fetch the backup itself from a link, including a presigned Amazon S3, Cloudflare R2 or Dropbox URL. A large archive no longer has to come down to your computer and go back up to the new server.
v1.0.2
  • Added bundled Polish, German and Spanish translations for the plugin interface.
v1.0.1
  • First stable release.
v0.5.2
  • Plugin Check: escaping/sanitisation/i18n/hygiene fixes.
v0.5.1
  • Maintenance: renamed the plugin slug and text domain to plogins-migrator-pro. No feature changes.
v0.5.0
  • New off-site destination: SFTP (SSH). Uploads stream straight from disk; authenticate with a password or a private key. No PHP SSH extension required.
v0.4.0
  • Deploy to a new server: a standalone installer rebuilds the site from a backup on an empty server with no WordPress. It can download WordPress core, extract your files, import the database, rewrite the old URLs and paths (serialization-safe), and write a fresh wp-config.php. New "Deploy" screen hands out the installer with step-by-step instructions.
v0.3.0
  • New off-site destinations: FTP/FTPS and WebDAV (Nextcloud, ownCloud). Uploads stream straight from disk, and retention prunes the destination like any other.
  • S3 provider presets: pick Amazon S3, Cloudflare R2, Backblaze B2, Wasabi or DigitalOcean Spaces to fill the endpoint template in one click (all use the proven S3-compatible transport).
  • The FTP screen warns up front when the server is missing the PHP FTP extension.
v0.2.0
  • Recovery points: a rolling set of known-good backups you can roll the whole site back to in one click. One is captured automatically after every successful backup, and you can capture one on demand. Each point remembers the site address and database prefix it saved.
  • Email notifications: get an email when a scheduled backup completes or fails, so a silent failure never slips by. Choose the recipient and which outcomes to send.
  • Activity log: a newest-first record of backups, restores, off-site copies and recovery points, with a one-click clear.
v0.1.0
  • Initial PRO scaffold: licensing, bootstrap and Freemius integration.