1.0.7
Fixed
- The
gtperf_private_islandshortcode now escapes the fragment fallback where it is returned. The fallback was already filtered throughwp_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 asmatthiasmullie/minify/bin/minifyjsandbin/minifycss. WordPress.org does not permit them, and the minifier library itself is unaffected. bin/build-package.shnow 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.
