What's new
- Fix 403 Forbidden on minified CSS/JS under
wp-content/cache/cacherocket/min/ - Root cause: page-cache
.htaccessdenied all HTTP access; minify assets inherit that deny /min/now gets a public-access.htaccessoverride so stylesheets and scripts can load- Fix mixed content on self-hosted Google Fonts:
uploads/cacherocket-fonts/*.csswas emitted ashttp://on HTTPS pages - Force the correct URL scheme for font CSS + files, and rewrite existing http links in cached CSS/HTML
Install
Upload cacherocket.zip (folder slug must be cacherocket/). After updating, open wp-admin once (or purge cache) so minify directory rules are written, purge page cache, then hard-refresh.