Documentation

Theme & Plugin Files Addon Changelog

1.1b5 - Mar 23, 2021

  • New: Compatibility with WP Migrate DB Pro 2.0b10

1.1b4 - Mar 22, 2021

  • New: Compatibility with WP Migrate DB Pro 2.0b9

1.1b3 - Nov 12, 2020

  • New: Migrate theme & plugin files on the CLI 🎉

1.1b2 - Aug 07, 2020

  • Bug fix: Updating addon before core plugin causes a fatal error

1.1b1 - Aug 05, 2020

  • Improvement: Compatibility with WP Migrate DB Pro 2.0b5
  • Bug fix: Single files are not excluded if located at folder root

1.0.5b5 - Feb 01, 2019

  • Improvement: Major refactor to remove third-party dependency injection container
  • Improvement: Compatibility with WP Migrate DB Pro 1.9.3b1
  • Bug fix: Running a CLI migration profile that includes themes and plugins causes an error

1.0.5b4 - Dec 14, 2018

  • Improvement: Compatibility with WP Migrate DB Pro 1.9.2b4
  • Bug fix: Missing PHP class file can cause 500 error on plugin update

1.0.5b3 - Dec 13, 2018

  • Improvement: Compatibility with WP Migrate DB Pro 1.9.2b3

1.0.5b2 - Dec 12, 2018

  • Bug fix: 500 error when updating core plugin ahead of addons

1.0.5b1 - Dec 12, 2018

  • Improvement: Compatibility with WP Migrate DB Pro 1.9.2b1
  • Improvement: Refactor code to increase migration performance after 1.9 regression

1.0.4b2 - Nov 20, 2018

  • Improvement: Compatibility with WP Migrate DB Pro 1.9b2

1.0.4b1 - Nov 09, 2018

  • Improvement: Major reorganization of the PHP code into better classes and a better folder structure

0.1b10 - Sep 01, 2018

  • Bug fix: For pushes, large files are not split into correctly sized chunks

0.1b9 - Aug 17, 2018

  • Improvement: Show theme and plugin transfers by folder rather than by file
  • Improvement: Load transfer queue over multiple requests rather than all at once
  • Improvement: Obfuscate temporary files created during a migration and clean up on cancellation

0.1b8 - Jul 28, 2018

  • Bug fix: Finalize step does not move files to correct location but reports success

0.1b7 - Jul 27, 2018

  • Improvement: For pushes, large files are transferred in smaller 'chunks' to get around upload size limitations
  • Bug fix: Fatal error when switching to an import migration from a push or pull profile
  • Bug fix: UI progress bars lag when file migration completes quickly
  • Bug fix: Migration progress skips stages when adding or removing themes from a migration profile and the browser is not refreshed

0.1b6 - Jul 19, 2018

  • Improvement: Files are now transferred in batches, increasing migration speed
  • Bug fix: PHP 5.2 compatibility

0.1b5 - Jun 18, 2018

  • Improvement: Transfers are now verified file by file when a migration completes
  • Improvement: Add Theme & Plugin Files specific information to diagnostic log
  • Bug fix: File paths are not correctly updated when migrating to/from a Windows host

0.1b4 - May 17, 2018

  • Bug fix: removing PHP 7 specific code

0.1b3 - May 10, 2018

  • New: Ignore file paths by pattern
  • Improvement: Create transfer queue tables on migration start
  • Improvement: Show error message if a Theme & Plugin Files migration will not run
  • Improvement: Check if remote Theme & Plugin Files Addon is installed and version matches local
  • Improvement: Hide WP Migrate DB Pro plugins from selector
  • Improvement: List themes by theme name rather than slug
  • Improvement: Add wpmdb_transfers_requests_options filter to pass options directly to Requests PHP calls
  • Improvement: Add file size check to verify successful transfer of each file
  • Improvement: Pushing files that are too large produces an error
  • Improvement: Detect and handle sites with custom wp-content directories
  • Bug fix: Force emptying of the queue table on migration start
  • Bug fix: Show files that are less than 1KB in bytes
  • Bug fix: Allow Theme & Plugin Files migration to hosts protected by HTTP Basic authentication
  • Bug fix: Correctly show error message if 500 error occurs during migration
  • Bug fix: Disable SSL verification for file transfers by default and listen to the 'Certificate Verification' setting
  • Bug fix: Inconsistent profile saving

0.1b2 - Mar 28, 2018

  • New: Adding notice to prompt for feedback on beta
  • New: Adding filter to specify delay between file transfer requests
  • Improvement: Updates to handling of errors and error reporting
  • Improvement: Adding check to see if tmp folder is writable prior to migrating files
  • Improvement: Cleaning up tmp folder on wpmdb_migration_complete hook
  • Bug fix: Fatal error when running CLI migrations
  • Bug fix: Long file paths wrap to a new line
  • Bug fix: Duplicate file names in migration progress UI

0.1b1 - Mar 01, 2018

  • New: Initial release