Complete migration plugin for WP developers
Save time by automating the repetitive task of synchronizing two sites, such as keeping a local development site synchronized with a production site or a staging site in sync with a production site.
Selective synchronization of database and files.
Посмотреть вложение 35253
* Bump support for WP 6.2
* Improvement: API now flushes data before returning
* Improvement: Support for WP 6.3
* Improvement: Bump PHP support to minimum 7.0, instead of 5.6. Like WP core did at long last.
* Improvement: Support for PHP 8.2 without deprecation notices
* Improvement: Bump MariaDB version support to minimum 10.0, from 5.5
* Improvement: Added WordPress nonces to all actions for added security
* Improvement: Support for restrictive CSP header (Content Security Policy)
* Improvement: Handle when remote site redirects to another location, such as...
* Bugfix: No longer have problems with migration of WordFence database tables
* Bugfix: Make it possible to resume migrations again, as it was disabled as a mistake
* Bugfix: No longer block connections to remote sites that do redirects, but instead just give a warning
* Bugfix: Fix health check where PHP function get_headers() was being blocked by ModSecurity on some sites
* Bugfix: Give error when trying to migrate "json" data type to MySQL before version 5.7, where it is not supported...
* Bugfix: Fix PHP timeout issue caused by serialized string search/replace handler, that goes into endless loop for defective serialized strings
* Bugfix: Fix issue with some tables not being migrated when source database is MariaDB and when table does not have a primary key
* Improvement: Improve the error reporting when database server gives errors
* Bugfix: Fix PHP timeout issue caused by serialized data, kinda like 1.11.1 hotfix, but caused by another data.
* Improvement: Added more safety against timeout issues in serialized data, so it wont happen again
* Change: Change all service urls from wpsynchro.com to daev.tech, as we have moved the plugin there
* Bugfix: Fixed a minor csrf issue reported by Patchstack - Not a risk to be worried about.
* Change: Bump minimum PHP requirement to 7.2 from 7.0
* Change: Bump minimum WP requirement to 5.8 from 5.2
* Change: Bump minimum MySQL requirement to 5.7 from 5.5
* Change: Bump supported WP version to 6.5
* Bugfix: Fix some issues causing menu to generate PHP deprecation issues, even though it just triggered it in WP core functions
* Improvement: Extend cron scheduling system, so migrations can be run with intervals automatically without user intervention and without WP CLI
* Improvement: Prevent unwanted background update from PRO version to FREE version for some users
* Improvement: Make it possible to only delete a single log from the "Logs" menu, instead of all or nothing
* Improvement: Make it possible to download the database backup from a pull migration in "Logs" menu
* Bugfix: No longer use ini_restore()...
Read the rest of this update entry...* Bugfix: Optimize the handling of database queries, which no longer has the same tendency to cause sort buffer errors in certain conditions
* Bugfix: When verifying migrations, give better debug information when it fails, instead of a generic JS message