The default language of any content posted is English. Do not create multi-accounts, you will be blocked!
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.
New: Pulling a subsite from a multisite network to a single site via WP-CLI now migrates the appropriate database tables
Bug fix: A new filter wpmdb_check_table_column_for_reference now helps to avoid memory errors by excluding columns from the find and replace operation when a serialized reference is detected
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
Bug fix: All-In-One Security and WP Migrate are now more compatible as a result of skipping the stacktrace column in the aiowps_audit_log table during find and replace operations
Bug fix: Multisite Tools are now only displayed when a qualifying license has been activated
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