WP Staging Pro

Untouched WP Staging Pro 5.4.0

No permission to download

5.4.0 Release March 06, 2024​


  • New: Add option to create a new admin user account for your staging site during it’s creation. #3087
  • New: Add option to use non-blocking process for uploading to FTP storage when using FTP extension to upload. #3103
  • New: Add advanced excludes option at WP CLI backup-create command. #3114
  • New: Add ‘Delete Settings’ button within the storage provider interface to facilitate the removal of the cloud provider configuration. #3108
  • New: Add support for Search Replace of urls in content of network subsites. #2960
  • New: Add option on edit staging site page for testing database connection. #3106
  • New: If uploads folder is symlinked exclude it from disk space calculation before creating a staging site. #3092
  • Enh: Update look and feel of backup scheduling modal. #3090
  • Enh: Add page loader for each page of the user interface. #3142
  • Enh: Add new upgrade buttons to header and license page. #3135
  • Enh: Add more information like database name to system information. #3125
  • Enh: Avoid scanning of excluded directories during the push process. #3049
  • Fix: Fatal error on old WordPress 4.4.32 due to using of get_current_network_id(). #3174
  • Fix: Base prefix wrongly replaced for users and usermeta tables in views when creating backup of views in multisite subsite. #3128
  • Fix: Prevent error while directory listing protection due to open_basedir restriction. #3180
  • Fix: Update free version plugin meta description to “Required by WP Staging Pro”. #3171
  • Fix: Remove redundant admin notices for invalid license keys during activation. #3139
  • Security: Fix a potential security error and add better sanitizing for backup title. #3152
  • Fix: Make sure EDD license checks are triggered only once. #3179
  • Fix: Google drive authentication not working properly under all circumstances. #3156
  • Fix: Selected custom tables on a staging site that had a different prefix than the prefix in the wp-config.php could not be pushed anymore. #3170
  • Fix: Prefix for user capabilities was not replaced when creating a backup of network subsite. #3129
  • Fix: The “Prefix” field was empty for listed staging sites if they were created in an external database and the prefix was not specified. #3166
  • Fix: The optimizer setting was shown as disabled, even if it was still active. #3151
  • Fix: Add loading icon beside ‘Refresh License Status’ button and adjusted loading bars on licensing page. #3185
  • Fix: Super (network) admins were not able to login with when network subsite backup was restored on a single site. #3191
  • Fix: Reference Error wpstgPro is not defined during staging site creation on FREE version. #3136
  • Fix: Make sure that backup plugin notice doesn’t overlap Create Staging Site button in UI. #3148
  • Fix: List of active plugins in system info is misleading. #2996
  • Fix: Make sure that mail setting page looks good on all screen resolutions. #3094
  • Fix: Incorrect process modal title for preserving data task. #3130
  • Fix: DRY properties in BackupMetadata and remove error message “trying to hydrate dto errors BackupMetadata::setCurrentNetworkId()” #3199
  • Dev: Update DI52 library to latest version for small performance gain. #3146
  • Dev: Fix missing adminer host on wpstg command. #3120
  • Dev: Load Basic or Pro service provider once other dependencies are loaded. #3160
  • Dev: Populate dev hosts from env variables to add to hosts file. #3122
  • Dev: Add adminer to dev tools for database management. #3112
  • Dev: Fast test fails on GitHub due to the missing of ‘wpstgBackupHeader.txt’ file, checksum needed to be updated each time. #3110
  • Dev: Update Github actions to latest version that uses Node 20 to avoid deprecation message Github CI. #3200

5.2.0 Release December 20, 2023​


Read more about this release
Please, Log in or Register to view URLs content!
.


  • New: Support up to WordPress 6.4.2
  • New: Adding feature to create backup of individual network site in multisite installations. #2795
  • New: Add backup settings in backup logs. #2969
  • Fix: Automatic backup repair if the backup file index is corrupted. #2861
  • Fix: Saves remote storage backup in the database for use when calculating the number of backup to keep on remote storage. #2856
  • Security: Prevent accessing the content of backup cache files created during cloning and pushing jobs. #2984

5.0.0 Release July 25, 2023​

  • New: Drop support for php 5.6. Minimum php version is 7.0 #2579
  • New: Flywheel hosting compatibility. Create staging sites and create backups on hosting providers where the WordPress core is located outside the public dir. #2372
  • New: Add system info to backup log file #2309
  • Enh: Check if sftp backup directory path is writeable while testing remote connection #2506
  • Enh: Add a tooltip to inform that backups will be created only for the current site and do not contain other sites, like staging websites #2483
  • Enh: Allow the user to click on “Copy” to copy the generated login link #2443
  • Enh: Improved code to be compatible with PHPstan level 3 rules #2461
  • Enh: Changed the order of login link expiry to day, min, sec #2380
  • Enh: Update back button color to make clear it is an active button #2512
  • Enh: Display the size of backup index parts in the list of backups #1678
  • Enh: Show the “Push Changes” button always in WP STAGING PRO and disable it until the license is activated #2466
  • Fix: WP CLI command wp wpstg backup-status did not work as expected #2467
  • Fix: Unselect folders starting with wp-admin* and wp-includes* when creating a new staging site #2340
  • Fix: Show the “primary key” warning only on WP STAGING admin page #2477
  • Fix: Multisite related constants missing during network clone when the original wp-config.php is not valid defaul multisite configuration file #2504
  • Fix: Restoring a backup fails because redis/memcache not configured on the destination site. This disables object cache if object-cache.php is not identical on backup and restoring site #2517
  • Fix: Php error ‘Undefined constant DOMAIN_CURRENT_SITE’ #2512
  • Fix: Microsoft IIS 7.5 with php 8.1.9 produces unexpected time format when using microtime() resulting in fatal error “division by zero” while creating a backup #2571
  • Fix: www prefix is set in domain property of subsite would result into repeating www prefix during network clone #2544
  • Fix: Don’t escape MySQL binary and blob data during cloning as this results into invalid data #2565
  • Tweak: Small visual glitches on tooltip in upload backup modal #2496
  • Dev: Improved usage of $status variable in backup and cloning #2332
  • Dev: This PR does a comprehensive pass on the codebase to verify that authorization checks are being done on callbacks that takes user input. #2531
Back
Top Bottom