WP-Cron hardening is now OFF by default. Fresh installs keep WordPress’s normal scheduled tasks (update checks, scheduled posts, backups) working out of the box. Enable “Disable the HTTP pseudo-cron” only alongside a real system cron.
1.0.3
Fix: the 1.0.2 duplicate-copy guard wrongly triggered on normal single-site installs (PHP hoists the function it tested), disabling the plugin and its settings. The guard now checks only the runtime version constant.
1.0.2
Guard against a fatal “cannot redeclare” error when a second copy of the plugin is active under a different folder name.
Asset version hiding now catches the ver= query parameter in any position (e.g. ?cache=9&ver=1.2.3), not only when it is first.
1.0.1
Raised minimum PHP to 7.0 (header and readme).
Explicitly close the front-end output buffer on shutdown.