WP Staging 2.2.4 New Features

WP Staging 2.2.4 brings a lot of new features, fixes and improvements to make the creation of WordPress staging and test sites more reliable and easier than ever!

Our biggest improvement is the support for search & replace of serialized data when a staging site is created. The pro version already supports that powerful feature when a staging site is pushed to the live site but the free version of the plugin was lacking that feature until today.

The best thing is that WP Staging does all the replacement fully automatically behind the scenes. You don’t need to do anything manually or figure out specific paths or URLs for the search & replace of data.

If you want to read more about serialized data and why support for it is so important read this.

Another new improvement is our new progress bar which gives you a much better visualization of where the cloning process actually is:

We also fixed an issue where unfinished cloning processes led to multiple unused tables in the database.

The complete changes are:

  • Replace even hardcoded links and server path by using search & replace through all staging site database tables
  • New and improved progress bar with elapsed time
  • Cancel cloning does not clean up unused tables and leads to duplicate tables
  • Wordings in a rating admin notice
  • Better error messages
  • Open staging site in the same window from the login request
  • Set meta noindex for staging site to make it non-indexable for search engines

Author: Rene Hermenau

I'm René Hermenau, founder of WP STAGING. I've been building WordPress infrastructure software since 2013 and writing code on GitHub since 2011. My repos live at github.com/rene-hermenau. WP STAGING started as a small developer project solving the same problem I kept hitting on client work: there was no fast, safe way to clone a WordPress site for staging or migration without breaking serialized data, file paths, or media references. Today we are a team of more than 10 people. The free plugin runs on hundreds of thousands of WordPress installations, and the Pro version powers backup, migration, and staging workflows for agencies, hosting platforms, and ecommerce stores. I'm still hands-on with the codebase and technical architecture. Our releases are built as a team, but many of the core architectural decisions are ones I helped design, test, and evolve over the years: how we handle large database exports, how we keep memory usage flat on multi-GB sites, and how we make migrations atomic against partially written tables. "When you touch code, leave it 10% better than before and write a test." If you're stuck on a WP STAGING question, the docs are at wp-staging.com/docs. If you hit a bug, file it on GitHub at github.com/wp-staging. Our team reads everything that lands there.