Beta Changelog
2.0b10 - Mar 23, 2021
- Bug fix: Plugin causes warnings and a fatal error on older PHP versions
- Bug fix: Migrating media or theme/plugin files with empty files can cause PHP division by zero error
2.0b9 - Mar 22, 2021
- New: Added ability to update addons with older versions on the remote site, directly from the source site before a migration
- New: Added wpmdb_replace_json_encode_flags filter for modifying how data is JSON-encoded during a search/replace
- New: Added ability to compress database backups with gzip when backing up independently of a migration
- New: Added warning for older versions of WordPress that may not have React installed
- New: Added ability to copy license key to the remote site when connecting if the remote site doesn't have the license activated
- New: Added "Check again" button for license errors
- New: Added warning for leaving the page while the migration is running
- Improvement: Multiple UI enhancements
- Improvement: Improve appearance on smaller screens
- Improvement: Removed old/unused code leftover from 1.9
- Improvement: JavaScript strings now localized for translation
- Improvement: Redirect to the profile used after logging in due to a pull/import migration
- Improvement: Replace ANSI quotes with backticks for better MySQL compatibility
- Bug fix: Attempting to connect to a 2.0 site from a 1.9 site causes an error
- Bug fix: Compatibility Mode not working on 2.0
- Bug fix: The regex to detect recursively serialized records is too greedy
- Bug fix: Search & Replace fields are populated incorrectly for some imports
- Bug fix: Connection to remote site not working in some situations after entering basic auth credentials
- Bug fix: Some settings from profiles saved in older versions of WP Migrate DB Pro not imported correctly
- Bug fix: Rolling back from beta doesn't work on multisite
- Bug fix: Auto-updates link not showing up on the WordPress "Plugins" page
2.0b8 - Nov 12, 2020
- New: Compatibility with Multisite Tools Addon 1.3b1
- Improvement: UI improvements, fixes, and tweaks
2.0b7 - Oct 08, 2020
- Improvement: Compatibility with the CLI addon
- Bug fix: Import and Find & Replace migrations are not replacing data that is JSON encoded
- Bug fix: The Filesystem::chmod() method does not function correctly and logs an error
- Bug fix: Running a migration without find and replace values throws a PHP warning
2.0b6 - Aug 07, 2020
- Improvement: Move plugin version number to external file so addons can check compatibility
2.0b5 - Aug 05, 2020
- New: Compatibility with the all-new Media Files addon 2.0b1 ??
- New: Compatibility with Theme & Plugin Files addon 1.1b1 ??
- Improvement: Styling updates and improvements
- Improvement: Table sizes added to table selector
- Bug fix: Adjusting sliders on Settings tab throws JS warning
2.0b4 - May 28, 2020
- New: Backups tab ?
- New: Add option to remotely update WP Migrate DB Pro on remote site when connecting for migration
- Improvement: Refactoring front-end code to support addons
- Improvement: Styling updates and improvements
- Bug fix: Connection errors not showing correct error message
2.0b3 - Apr 21, 2020
- New: Add license information to the plugin header
- New: Add support request form to Help tab
- Improvement: Styling updates and improvements
- Improvement: Consolidate and standardize license messaging
- Improvement: Add download link when a backup migration completes
- Improvement: Merge improvements and fixes from stable 1.9.10 version
- Bug fix: Connections to sites running a different beta version causes a 500 error
- Bug fix: Re-enable transient for storing Delicious Brains API responses
- Bug fix: Asset paths not resolved correctly in Windows environments
2.0b2 - Mar 04, 2020
- Improvement: Styling updates and improvements
- Improvement: Detect license key defined in
WPMDB_LICENCE
constant
2.0b1 - Feb 05, 2020
- New: Front-end of WP Migrate DB Pro now powered by React ?
- New: New design for plugin interface
- New: Add backup migration type
- New: Automatically save last 10 migrations
- Improvement: Add migration profile management capabilities
1.9.3b1 - Feb 01, 2019
- Improvement: Major refactor to remove third-party dependency injection container
- Bug fix: Bit fields with a value of NULL are handled incorrectly
- Bug fix: Media determination fails on multisite blogs where upload_path is set
1.9.2b4 - Dec 14, 2018
- Bug fix: Missing PHP class file can cause 500 error on plugin update
1.9.2b3 - Dec 13, 2018
- Bug fix: Temporary tables not moved into place when running a CLI migration
1.9.2b1 - Dec 12, 2018
- Improvement: Refactor code to increase migration performance after 1.9 regression
- Bug fix: Migrations time out when transferring large database tables
1.9.2b2 - Dec 12, 2018
- Bug fix: 500 error when updating core plugin ahead of addons
1.9b3 - Nov 22, 2018
- Bug fix: 500 errors occur when another plugin is installed that includes Composer in a vendor directory
1.9b2 - Nov 20, 2018
- New: Backups tab that lists database backups with download and delete features
- Bug fix: AJAX links in beta notices triggering server error
1.9b1 - Nov 09, 2018
- New: Increased PHP version requirement from PHP 5.2+ to PHP 5.4+
- Improvement: Major reorganization of the PHP code into better classes and a better folder structure
1.8.2b10 - Sep 01, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b10
1.8.2b9 - Aug 17, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b9
1.8.2b8 - Jul 28, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b8
1.8.2b7 - Jul 27, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b7
1.8.2b6 - Jul 19, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b6
- Improvement: Add "Beta Version Updates" advanced setting for showing beta updates available
- Improvement: Add "Securely Share Data" advanced setting to enable usage tracking to help with plugin development
1.8.2b5 - Jun 18, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b5
1.8.2b4 - May 17, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b4
1.8.2b3 - May 10, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b3
1.8.2b2 - Mar 28, 2018
- Improvement: Compatibility with Theme & Plugin Files addon 0.1b2
1.8.2b1 - Mar 01, 2018
- New: Compatibility with Theme & Plugin Files addon
1.4b1 - May 29, 2014
- New: Internationalization fully supported — Bring on the translations! 🙂
- New: Migration controls, pause/resume and cancel
- New: Option to select plugins to not load for migration requests — improves performance and reliability (details)
- New: CLI addon (included with Developer license or better) enabling execution of migrations via WP-CLI or using a function call
- New: Option to include/exclude transients for a migration
- Improvement: Find & replace UI
- Improvement: Reworked Post Type controls to be less confusing
- Improvement: Added warning messages when find and replace has not be filled in correctly
- Improvement: Clearer license validation error messages
- Bug fix: Errors not shown in the UI when an AJAX request error occurs
- Bug fix: Some errors were not being recorded in the error log
- Bug fix: Plugin can be activated on subsites in a multisite install
- Bug fix: Some URLs not replaced in subdomain multisite install
- Bug fix: Ability to push when push was disabled
- Bug fix: Sitewide notices overlapping the plugin's title
- Bug fix: False positive "Invalid Content Verification" errors
- Bug fix: Added error supression to the
set_time_limit()
function call