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

Fixed

  • The gtperf_private_island shortcode now escapes the fragment fallback where it is returned. The fallback was already filtered through wp_kses_post() inside the fragment registry, so the rendered output is unchanged, but the escaping was applied in a different class and was not visible at the point of output.

Changed

  • The release package no longer contains the extensionless command line wrappers that Composer packages ship in their own bin/ directories, such as matthiasmullie/minify/bin/minifyjs and bin/minifycss. WordPress.org does not permit them, and the minifier library itself is unaffected.
  • bin/build-package.sh now fails the build when the staged package contains a file type the plugin directory does not permit, instead of producing an archive that is rejected on review.

View Full Release History