Changelogs

Follow the improvements and fixes in each product release.

GT Performance

GT Performance is a free, open source WordPress performance plugin with commerce-safe page caching, Cloudflare Free integration, server-side unused CSS, asset CDN delivery, Redis, and cache diagnostics. Every…

Explore Product

Release History

Permalink

1.0.4

Removed

  • All upgrade compatibility carried since 1.0.1. DropinRuntime::serve() no longer loads ConfigFile on behalf of a drop-in published before 1.0.1, Settings::compile() no longer deletes the configuration files those releases wrote, Database::install() no longer drops their tables, and uninstall.php no longer lists their names.

Upgrade note

  • A site running 1.0.0 or earlier still has that release’s generated advanced-cache.php on disk. It loads a fixed list of runtime files that predates ConfigFile, so on the first request after this update it raises a fatal from wp-settings.php, before WordPress can catch it, taking the front end and wp-admin down together. Replace the drop-in before or during the update. The build distributed from gauravtiwari.org carries a migrator that does this automatically; for any other route, run the standalone migration snippet first: https://gist.github.com/wpgaurav/03d61d313df00b4127db92393ed74681

View Full Release History