- New: Optional feature to split backup files by type (plugins, media, themes) and maximum file size. Use filter `wpstg.backup.isMultipartBackup` to activate this option. Use `wpstg.backup.maxMultipartBackupSize` filter to adjust maximum file size for split backup, default is 2GB #1804
- New: Add filter `wpstg.remoteStorages.chunkSize` (in bytes) to change chunk size of backups upload to remote storages #2047
- New: Add filter `wpstg.remoteStorages.delayBetweenRequests` (in...
- Enh: Add filter `wpstg_login_form_logo` to change logo image on login page for staging site #2076
- Enh: Clarify that maximum backup retention limit on the create backup modal is only for local hosted backup files #2085
- Enh: If issue is reported via email using the REPORT ISSUE button, send the license key #2087
- Enh: Show Google Drive backup account information on the plugin’s Google Drive backup settings page #2091
- Enh: Change some words to be more consistent #2099...
- Enh: Database recovery enhancement to increase the execution time for executing an ajax triggered SQL query when query execution fails for a certain number of retries on weak servers #2117
- Fix: Prevent fatal error on setting page due to using double semicolon(‘::’) to call static method from variable. Affects old php versions only. #2166
* New: Major change of the User Interface #2197 #2208
* New: Add an option to send an email error report. You can enable this option in the settings and use a separate email to receive error reports #2205
* Enh: Show a notice if site contains backup(s) with invalid files-index #2205
* Enh: Add a retry mechanism to backup restore if a backup restore fails due to 404, 429 or 503 errors #2094
* Enh: Clean up log files and don't show necessary information #2124
* Enh: Show notice how to enable...
- New: Add filter wpstg.restore.tmp_database_prefix to use custom temporary database prefix used during backup restore. Using this filter is useful in cases when (1) there are already tables with default WP Staging temp prefix (wpstgtmp_), or (2) restore fails because of 64 characters table name length limit for database identifiers #2217
- New: Add filter wpstg.backup.directory to save backups in a custom location #2247
- Enh: Improve message if there is not enough free disk space...
Fix: Remove custom global exception handler to avoid conflicts with other plugins #2424
* New: Compatible up to WordPress 6.2.2
* New: Feature to disable WP Cron jobs on the staging site #2314
* New: Button to unselect all staging site tables before cloning #2355
* New: Add two-way encryption for backup storage credentials stored in the database. Read https://wp-staging.com/docs/wp-staging-encryption-setup/ #2310
* New: Show selected plugins and themes count before cloning #2339
* Enh: Beautify backup and staging log file format #2393
* Enh: Append debug log to...
* New: Bring the premium high-performance pro backup feature into the basic version to allow creating a periodic backup of the WordPress website including backup restoring. #1979 #2487
* Enh: Display Google Drive account info permanently on the settings page. Remove the option to customize the Google drive redirect uri. #2399
* Enh: New styled back button #2444
* Fix: Database tables renaming is now done in multiple requests instead of a single request for both PUSH and RESTORE. This allow...
- New: Add more options to wp cli backup-create command #2668
- Enh: Increase log file storing time to 14 days. #2625
- Enh: Add admin notice to explain the new backup feature in free version #2524
- Enh: Enhance free version backup modal UI #2608
- Enh: Don’t allow saving empty table prefix for a staging site when using the edit button #2572
- Fix: Use DTO instead of separate file for managing index sizes while creating backup to avoid filesystem lock. #2640
- Fix: Backup...
* New: Add dropbox cloud storage backup provider. #1881
* New: Add support for custom domain based multisites. Network sites will be created in a subdomain. E.g.If the main site is "example.com" and the staging site destination url is "staging.example.com" then the live network site example.org will be cloned to staging.example.org and the network site example.net will be cloned to staging.example.net automatically. #2600
* New: Add more options to wp cli backup backup-create command #2468
*...