• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WP Staging Pro - OneClick Solution for Creating Staging Sites

WP Staging Pro - OneClick Solution for Creating Staging Sites v5.4.2

No permission to download
4.9.0 Release May 25, 2023

  • 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 download system information #2441
  • Enh: Improved code to be compatible with PHPstan level 1 rules #2348
  • Enh: Improved code to be compatible with PHPstan level 2 rules #2419 #2459
  • Enh: Check if the option_name field contains the primary key before cloning #2386
  • Enh: Display the staging site name on generate login link screen #2432
  • Fix: Inaccurate performance values “queries per second” for backup restore #2327
  • Fix: Backup download URLs now support mixed http/https scheme #2376
  • Fix: Deprecation notice on PHP 8.2 / 8.1 #2389
  • Fix: Write the correct version number in wpstg.js when creating a free dist package #2431
  • Fix: Correct use of printf and gettext #2313
  • Fix: On backup creation MySQL Error 1118 row size too large error can appear #2422
  • Fix: Fix line-break issue during files-index validation when validating a backup on Windows OS that was created on Linux OS and vice versa #2402
  • Fix: Add Query Compatibility fix when restoring a database backup created on MariaDB with PAGE_COMPRESSED=`ON` on MySQL database #2401
  • Fix: PHP 8.1 warnings on backup creation due to using null value on wp_normalize_path #2453
  • Fix: Added method to handle sending email in free version with attachments #2417
  • Dev: Check if the Issue or PR Number exist in the changelog #2394
4.8.1 Release May 9, 2023
  • Fix: Remove custom global exception handler to avoid conflicts with other plugins #2424
4.8.0 Release May 5, 2023
  • New: Pro feature to allow generation of magic login links to staging site. Go to “Actions > Share Login Link”. This requires updating WP Staging Pro plugin on staging site #2204
  • New: Pro feature to sync active admin account. Go to “Actions > Sync User Account” to synchronize active admin user account with staging site #2183
  • New: Support SSL connection to external databases #2264
  • New: Allow WP-CLI to work on the staging site #2280
  • Enh: Refresh UI and add new animated loader icon to show backup progress #2292 #2349
  • Enh: Refresh UI and format system information page #2333
  • Enh: Refresh UI an add button to open staging site after updating staging site #2358
  • Enh: Refresh UI. Show more clear cron message and take into account that WP_CRON could be disabled if external backup cron is used #2378
  • Enh: Improve backup email error report and show more clear messages when a backup fail #2383
  • Enh: Display a message when the backup or restore process stops due to lack of server memory #2210
  • Enh: Combine wp staging logs and system info logs #2224
  • Enh: Show admin notice when optimizer mu-plugin is disabled to improve reliability of backup creation #2301
  • Enh: Run backup validation checks again after deleting a backup #2286
  • Enh: Toggle triangle icon on multi part backup click #2308
  • Enh: Make more clear where to enter the license key #2404
  • Enh: Allow uploads directory outside ABSPATH by using the filter `wpstg.backup.directory` #2359
  • Fix: Selecting a child folder automatically selects the parent folder. #2317
  • Fix: Toggle correctly the side bar navigation depending if staging or backup tab is active #2261
  • Fix: Excluding sub-directories on backup did not work with using the filter ‘wpstg.backup.exclude.directories’ #2291
  • Fix: Database permission warning did not disappear due to escaped database name #2234
  • Fix: Remove sanitize_url() deprecated notice #2306
  • Fix: Could not download system info #2323
  • Fix: Catch runtime exception when checking for valid backups during invalid file index notice #2312
  • Fix: Use correct html element id to fix js console error #2344
  • Fix: Last backup duration was always 0 min, 0 sec. It is now fixed #2383
  • Fix: Retry adding the backup file index up to 3 times if adding the backup file index fails #2383
  • Fix: Login redirect loop on wp-admin #2385
  • Fix: Add custom exception handler #2346
  • Dev: DRY webdriver tests #2276
  • Dev: Decouple PRO feature from WPStaging\Backup namespace and move them into WPStaging\Pro\Backup namespace #2296 #2336 #2356
  • Dev: Fix issues running basic webdriver tests on Github CI #2319
  • Dev: Add timeout to Github actions #2324
  • Dev: Write wp staging debug logs into global debug.log #2346
4.7.2 Release March 31, 2023

  • New: Compatible up to WordPress 6.2
  • Enh: Improves the look of the update notice #2294
  • Fix: Remove double www prefix if network is cloned to a www prefixed hostname but subsite already has www prefix #2284
  • Dev: Add more unit tests to increase reliability of the backup plugin #2273
  • Dev: Refactor backup terms Export to Backup and Import to Restore for consistency #2265
  • Dev: Move src/Pro/Backup to src/Backup as a first step to allow basic Backup feature to be added in Free version of WP Staging #2287 #2297
4.7.1 Release March 24, 2023

  • 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 while creating a backup #2193
  • Enh: Add better logging for backup creation #2257
  • Enh: Improve the error message on the front-end when the backup directory is not available #2130
  • Enh: Show in knowledgebase block only articles of plugins that are actually installed on users website #2176
  • Enh: Show specific error message on backup listing page if backup is corrupted
  • Enh: Refactoring of admin notice for better performance #1573
  • Fix: Improper use of the Translation function #2259 #2260
  • Fix: Prevent fatal errors on rare edge cases where a file lock can not be released #2254
  • Fix: Clear wpstg_* scheduled hooks on plugin deactivation #2256
  • Fix: Images URLs are now correctly formed when a backup is restored from http to httpsand vice versa #2111
  • Fix: Allow + character in PuTTY SFTP key format, fixing the issue where PuTTY generated keys are not working #2155
  • Fix: Improper use of the translation function #2260
  • Fix: Sometimes a warning can appear indicating the backup file would be broken and contains a broken backup file index although the backup file is 100% intact #2269
4.7.0 Release March 13, 2023

  • 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 permalinks depending on whether the server is Apache or another. #2143
  • Enh: Explain what to enter in the ‘version’ field of Generic S3 provider #2172
  • Enh: Show notice how to fix cron issue when using Litespeed server #2170 #2226
  • Enh: Better notification message when there are no files to backup #2175
  • Enh: Take sub folder into account when testing location for Google Drive Storage #2197
  • Enh: Include the current date and time in the database filename when the backup is a “Multipart Backup” #2126
  • Fix: Staging site database tables can not be pushed if staging site settings contain different table prefixes #2151
  • Fix: Support adding “+” sign in the name of the backup folder by FTP, the name of backup and in the name of clone #2160
  • Fix: Check if WP_ENVIRONMENT_TYPE is already defined before adding it to wp-config.php. (Solve conflict with local flywheel). #2165
  • Fix: Oldest multipart backups were not deleted during remote upload #2129
  • Fix: Prevent fatal error on push when there is no theme installed on production site #2185
  • Fix: Continue database restore by using shorter name for identifiers name exceeding maximum allowed characters #2114
  • Fix: Add a check to prevent warning undefined variable: jobId #2196
  • Fix: Better error handling if folder or file is not writeable #2190
  • Fix: Handle errors for PHP 8.x during Database Restore Task when max_packet_size is bigger than the actual sql result #2125
  • Fix: Convert utf8mb4 to utf8 when restoring database in MySQL < 5.7 to prevent MySQL Error 1071 because MySQL < 5.7 has max key length of 767 bytes. By converting utfmb4 to utf8 it reduces the size by 1/4 and allows restoring a backup. #2203
  • Fix: Restore of backup blocked due to incorrect permission check #2228
  • Fix: WP Staging log files could not be deleted #2222
  • Fix: Prevents a rare edge case where scheduled backups are continuous started over by implementing a better clean up routing #2231
  • Fix: Unable to upload backup files to more than one remote storage in single backup job #2245
  • Fix: Fetch google drive backup files in ascending order by time to fix a backup retention issue for google drive #2245
  • Dev: Revert all usage of isWritable and isExecutable #2232
  • Dev: Broken test _04PushCest after implementing #2199 #2216 #2238
4.6.1 Release February 9, 2023

  • 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
4.6.0 Release January 31, 2023

  • New: Button to edit backup schedules #2042
  • 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: Add link to docs article into error message if license key can not be activated #2100
  • Enh: Cleanup and remove backend/views/notices/poll.php and all related code #2107
  • Enh: Remove backend/views/notices/poll.php and all related code #2107
  • Enh: Hide license key for privacy reasons when plugin is used by agencies on client websites #2118
  • Enh: Add a cancel button to stop the pushing process #2101
  • Fix: Ensure that functions in wp-staging-optimizer.php are declared only one time #2079
  • Fix: Remove some php’s deprecation warnings for php 8.x #2078
  • Fix: Added upload_path in system info #2024
  • Fix: Improve detection if WordPress is installed in subdirectory. If home URL and site URL are different the cloned staging site URLs are sometimes incorrect. #2068
  • Fix: Remove error in search & replace of serialized data due to strict types during staging PUSH on PHP 8.1 and higher version. #2065
  • Fix: Remove warning “Undefined index: networkClone in single-overview.php line: 54” #2097
  • Dev: Downgrade phpcs composer modules to fix xss tests #2105
  • Dev: Write the version of the plugin into the header of wpstg.js when creating the dist package with make dev_dist #2095
4.5.0 Release January 05, 2023

  • 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 milliseconds) to add delay between requests to upload chunks to remote storages #1997
  • New: Add filter `wpstg.backup.tables.non-prefixed` to allow backup and restore of non WordPress prefixed tables #2018
  • New: Add option to download backup log files via ACTIONS > Log File #2025
  • New: Send mail report if unable to upload backup to remote storage(s) during automated backup #2025
  • Enh: Dont show recommendation message on using the same MySQL/MariaDB version while restoring if already the same MySQL/MariaDB version #1997
  • Enh: Preserve remote storages options during clone update. #2004
  • Fix: Store taskQueue in jobDataDto instead of a separate file #1997
  • Fix: Added upload_path in system info #2024
  • Fix: BINARY and NULL were not correctly search replaced if restoring the backup on the same site #2043
  • Fix: Correct database server type and MySQL/MariaDB version in System Info Tab #2043
  • Fix: Exclude filters in the UI for the staging site now allow adding dot `.` for extension, file and folder exclusion rules #2053
  • Fix: Issue during cleaning of other files in wp-content directory when actual uploads directory is not direct child of wp-content directory #2041
  • Fix: UPLOAD path was not correctly search replaced if source and destination site had a different relative upload path #2041
  • Fix: Importing a multisite backup with domains as network sites created wrong URLs for network sites if backup is restored into a multisite where network sites are subdirectories #2038
  • Fix: Allow database creation during push if multisite and mainsite #2032
  • Fix: Preserve scheduled backup plans during push #2032
  • Fix: Stop uploading backup to remote storage(s) after failure on certain amount of retries #2025
  • Fix: Dont copy google drive option during new or reset clone. This will make sure both sites will have different Refresh token. So revoking refresh token on one site doesn’t break uploading process for the other #2004
  • Fix: Fix php warning when null is passed as argument to trim function #2059
  • Fix: Improve admin notice when JETPACK_STAGING_MODE is active on staging site #2014
  • Dev: Bump minimatch from 3.0.4 to 3.0.8 in /src/assets #2007
  • Dev: Make extra_hosts section in docker DRY #2070
  • Dev: Split webdriver tests to speed up running and allow parallel execution of them #2057
  • Dev: Improve login page authentication message #2058 #2072
4.4.0 Release November 11, 2022

New: Compatible up to WordPress 6.1.1
New: Add support for uploading backups to DigitalOcean Spaces, Wasabi and other S3 compatible storages #1966
Enh: Allow backup upload to Amazon S3 when bucket has Lock Object and retention enabled #1973
Enh: Show warning if test connection to backup storage provider fails during save settings #1965
Enh: Show warning if there are more than 4 overdue backup cron jobs #1986
Enh: Show message if unable to pre-scan directories before cloning #1993
Fix: Under rare circumstances a fatal error is thrown during backup if scheduled time is NULL
Fix: `SSL` and `Passive` checkboxes were not considered during FTP backup storage test connection #1965
Fix: Fatal error when set_time_limit() has been disabled by the hosting provider #1977
Fix: Preserve backup cloud storage provider settings when pushing and improve Google Drive backup authentication #1999
Dev: Deprecated heredoc syntax for variables. Fix unit tests for php 8.2RC #1975
Download WP Staging Pro v4.3.2 - One-Click Solution for Creating Staging Sites Nulled Free
= v4.3.2 =

* New: Compatible up to WordPress 6.1 #
* Fix: Could not delete oldest backup from (S)FTP cloud storage provider if FTP location was set in FTP settings #1953

= v4.3.1 =
* New: Option to disable local storage space and upload backup(s) only to remote storage spaces #1935
* Enh: Huge improve of backup restoring performance by factor 2-3. #1951
* Enh: Huge improve of backup creating performance on slow database servers. #1951
* Enh: Add extra search & replace rule for elementor generated data #1902
* Enh: Add dropdown to select bucket region for S3 backups instead of typing it in manually. Improve Amazon S3 settings page #1943
* Enh: Skip search & replace if restoring a backup on the same site #1949
* Enh: Add extra search & replace rule for elementor generated data #1949
* Fix: Prevent a rare situation where the database is copied slowly with only one row per request #1951
* Fix: Table selection ignored when creating a new staging site #1946
* Fix: Could not properly restore network sites when a multisite backup was restored on a new WordPress that had a different table prefix than the source website #1948
* Dev: Update DI52 version to 3.0 for performance gain #1934
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock