Skip to content

Releases: weavedigitalstudio/weave-cache-purge-helper

v1.2.0

27 Feb 21:40
1d06625
Compare
Choose a tag to compare

Added

  • Integration with WP-Umbrella's cache system to properly clear caches after WP-Umbrella updates.
  • Improved cache clearing sequence to prevent 404 errors (Beaver Builder first, then Nginx/LiteSpeed).
  • Enhanced logging for WP-Umbrella triggered events.

Changed

  • Refactored cache clearing logic to ensure proper order of operations.
  • Improved compatibility checks for both Nginx Helper and LiteSpeed Cache.

Fixed

  • Resolved 404 errors on Beaver Builder assets by ensuring caches are cleared in the correct order.
  • Fixed potential issues with cache synchronization between WP-Umbrella, Beaver Builder, and Nginx/LiteSpeed.

1.1.1

30 Sep 20:12
1a50580
Compare
Choose a tag to compare
  • Code tidy up
  • Check for Nginx Helper OR Litespeed
    Full Changelog: 1.0.1...1.1.1

1.0.1

30 Jun 07:28
07f81e1
Compare
Choose a tag to compare

[1.0.1] - 2024-06-30

Changed

  • Refactored plugin initialization to reduce redundant log messages.
  • Added wcph_init_hooks function to initialize hooks once during the init action.
  • Optimised cache purge function to avoid unnecessary operations and reduce server load.

Fixed

  • Reduced excessive logging by ensuring hooks are only initialized once per request.
  • Improved efficiency of cache purge operations to minimize server load.

1.0.0

29 Jun 20:46
d7863e3
Compare
Choose a tag to compare