Releases: JackerArchitect/jacker-css-merges-manager
Releases · JackerArchitect/jacker-css-merges-manager
Release list
v1.0.0
Immutable
release. Only release title and notes can be modified.
Jacker CSS Merges Manager v1.0.0
First public release.
Highlights
- Merge every enqueued local CSS file on a page into a single request.
- Icon font libraries auto-excluded (Font Awesome, Elementor Icons, Dashicons, IcoMoon, Ionicons, and more).
- Per-page cache — each URL gets its own merged file, hashed by the exact CSS it loads.
- Admin bar menu: Purge This Page, Purge All, Settings.
- Automatic cache invalidation on post save, theme switch, customizer save, plugin/theme update, plugin activation/deactivation, menu update, and widget update.
- URL rewriting: every
url()inside merged CSS is converted to an absolute path. - Jacker OneWebP integration: background-image URLs rewritten to
.jo.webpwhen a matching file exists. - Zero JavaScript impact. jQuery and Elementor JS load exactly as before.
- No API, no server changes, no premium version. GPL-2.0-or-later.
What it does not do
- It does not touch JavaScript. No defer, no async, no lazy.
- It does not modify CSS content. Only reorganizes
<link>tags. - It does not add inline styles or Critical CSS.
- It does not call external APIs.
Installation
- Download
jacker-css-merges-manager.zipbelow. - In WordPress: Plugins → Add New → Upload Plugin.
- Select the ZIP, install, and activate.
- Merging starts automatically on the next page load.
Requirements
- WordPress 6.1 or higher
- PHP 7.4 or higher
- No dependencies
Website
https://jackerteo.com/plugin/jacker-css-merges-manager
License
GPL-2.0-or-later