Bug fix: Security: Plugin configuration data now uses JSON encoding instead of serialization to prevent PHP Object Injection (thanks to Patchstack for responsible disclosure on January 15, 2024 followed by development and testing of the fix by WP Engine)
Bug fix: Security: Unserializing an object during find and replace operations now passes 'allowed_classes' => false to avoid instantiating the complete object and potentially running malicious code stored in the database
Bug fix: Security: The wp-queue library now ensures that only its own classes can be unserialized via allowed_classes
Bug fix: Sites with "bundle" or "runtime" in the domain name can now load plugin pages in WP Admin
New: Full-site exports including the database and files are now available to all users
New: Exported ZIP archives are now compatible with drag-and-drop importing to Local
New: Highlights from recent releases are now communicated through the What’s New tab
Improvement: Exports can now be performed without defining the URL or Path
Improvement: CLI exports can once again accept paths with slashes so an export can be saved to a directory that is different from where the command is executed
Bug fix: Large export file downloads no longer cause errors
Bug fix: All profile panels are now available immediately after a license has been added
Bug fix: Defining the UPLOADS constant with a location outside of wp-content no longer causes an error when migrating files
Improvement: WP Migrate DB Pro license-related API calls are now faster, which significantly decreases load times for WP admin pages such as “Plugins” and “Tools > Migrate DB Pro”
Bug fix: Running a pull migration with different database prefixes no longer causes PHP notices
Bug fix: WP Migrate DB profiles can now be re-saved without requiring a page refresh
New: Find & Replace tool now includes an option to preview changes before applying them to the database
New: Find & Replace tool now offers a granular preview of the diff for each database record before the change is applied
New: Migrating between sites with different table prefixes is now possible as the destination tables are automatically updated to match the destination site's wp-config.php file
Improvement: Keyboard navigation is now more accessible thanks to new focus styles throughout plugin
Improvement: Addon plugin thumbnails now display on the WordPress updates screen
Bug fix: WP Migrate DB Pro is now more compatible other plugins that use Composer's autoloader and have dependencies with the same name
Bug fix: WP Migrate DB Pro is now compatible with WPML when default language is added to the url