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.3

Fixed

  • The License screen’s Activate, Deactivate, and Check buttons returned a blank page in the store build. Identical cause to the controls fixed in 1.0.2 – the handlers were still registered as admin_post_gtp_license_* while the buttons submitted gtperf_license_* – in a file the 1.0.2 sweep did not reach. The WordPress.org build has no licensing code and was never affected.
  • AdminActionWiringTest now discovers every PHP file under src/ instead of checking a hardcoded list of four. The hardcoded list was the same mistake the test exists to catch: it could not see the licensing module, which only ships in the store build, so 1.0.2 shipped believing the wiring was fully verified.

View Full Release History