Skip to content

v1.0.9 — Parish Events

Choose a tag to compare

@wakcyscanner wakcyscanner released this 16 Jul 23:41
· 26 commits to main since this release

New

  • Page-cache purging. When calendar content actually changes — an import that created, updated, or removed events; an event edited in admin; plugin settings saved — the plugin now asks the active caching plugin to drop its page cache, so visitors never see a stale calendar. Supported out of the box: WP Rocket and derivatives such as AccelerateWP, LiteSpeed Cache, W3 Total Cache, WP Super Cache, WP Fastest Cache, SiteGround Speed Optimizer, Cache Enabler, Autoptimize, Hummingbird, Breeze, and WP Engine, with parish_events_purge_page_cache / parish_events_purge_asset_cache hooks for anything else.
  • Upgrade-aware asset busting. A plugin version change (zip upload, deploy, or update — however the files arrive) additionally clears minified and aggregated CSS/JS caches, so cached pages stop referencing stale stylesheet bundles.

Changed

  • Imports that change nothing no longer invalidate anything — the routine twice-daily runs leave page caches warm instead of purging the whole site.

Full Changelog: v1.0.8...v1.0.9