• The default language of any content posted is English.
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
WP Synchro

WP Synchro 1.12.0 NULLED

= 1.12.0 =
* 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() native php function, because some hosting does not allow it
  • Like
Reactions: MarkDragon
= 1.11.4 =
* 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
  • Like
Reactions: MarkDragon
= 1.11.3 =
* 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.
  • Like
Reactions: MarkDragon
= 1.11.2 =
* 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
= 1.11.1 =
* 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
  • Like
Reactions: GhRG87FGH
= 1.11.0 =
* 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 licensing code, that was giving PHP notices on PHP 8.2
* Bugfix: Improve database migration, so timeouts should be much less likely to happen
* Improvement: Improve licensing code to use database option instead of transient, to prevent license server from being overrun by requests
  • Like
Reactions: GhRG87FGH
= 1.10.0 =
* 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 WPML redirecting to a specific language subdir
* Improvement: Handle when migrating database from MySQL 8 with collation utf8mb4_0900_ai_ci to an older version MySQL server
* Improvement: Improve search/replace in very large serialized data, to prevent out of memory errors and vastly improved performance
* Improvement: Optimize the way database migration was done to better handle large datasets in rows
Top