Skip to content

Releases: poweredcache/powered-cache

v3.4.4

29 Apr 07:11
Compare
Choose a tag to compare
  • [Fixed] Resolved an issue with comment cache not purging correctly.
  • [Added] Support for purging paginated comments.

Full Changelog: 3.4.3...3.4.4

v3.4.3

22 Apr 09:32
Compare
Choose a tag to compare

What's Changed

  • [Fixed] Cloudflare cache purge issue.
  • [Updated] Background job processing.
  • Dependency updates.

Full Changelog: 3.4.2...3.4.3

v3.4.2

20 Feb 12:31
Compare
Choose a tag to compare
  • [Added] Term cache clearing upon term changes.
  • [Added] Compatibility with ShortPixel Adaptive Images when delay JS is enabled.
  • [Added] Date archive cache clearing upon post updates.
  • [Improved] Term archive purging upon post updates.

Full Changelog: 3.4.1...3.4.2

v3.4.1

13 Feb 12:07
Compare
Choose a tag to compare
  • [Fix] YouTube video positioning when iframe is replaced with thumbnail.

Full Changelog: 3.4...3.4.1

v3.4

07 Feb 10:53
Compare
Choose a tag to compare

What's Changed

  • [Added] Lazyload - Replace YouTube videos with thumbnails.
  • [Added] Introduced an option to exclude specific images and iframes from being lazy-loaded.
  • [Added] Add warning message for memcached-based object cache backends if alloptions size is too large.
  • [Added] Preloader request interval setting to control the preloader request rate.
  • [Added] Preloader feedback message to understand the preloader status.
  • [Added] Preloader cache footprint to understand a page generated by the preloader.
  • [Added] A secondary button for cache clearance upon settings update. Props @emreerkan
  • [Added] New option to control delay js timeout.
  • [Improvement] Performance improvements for Delayed JS execution, introducing a more sophisticated dependency resolution mechanism to prevent possible JS errors.
  • [Improvement] Page cache purging strategy.
  • [Improvement] Preloader performance improvement and avoid unnecessary requests.
  • [Security] Cloudflare extension security improvements. (Encrypted API Key/Token)
  • [Security] Added verification of Cloudflare IP to accurately update REMOTE_ADDR when behind Cloudflare proxy.
  • [Fix] CDN dropdrop width.
  • [Fix] Lazyload compatibility fix with core image blocks lightbox feature.
  • [Fix] Do not delay interactivity and image block scripts.
  • Dependency updates.

Full Changelog: 3.3.3...3.4

v3.3.3

02 Jan 21:25
Compare
Choose a tag to compare

What's Changed

  • [Fix] Typos. Props @szepeviktor.
  • [Added] WebP option as preferred image format.
  • [Added] Windows specific warning for File Optimizer rewrite.

New Contributors

Full Changelog: 3.3.2...3.3.3

v3.3.2

03 Dec 12:19
Compare
Choose a tag to compare
  • [Fix] Improved comment cookie handling to prevent serving cached pages to users with a comment cookie. Props @jumbo.
  • [Fix] Ensured empty lines in wp-config.php are not removed upon WP_CACHE definition. Props @jumbo.
  • [Fix] CDN integration now skipped for Block Editor requests. Props @jumbo.
  • [Improvement] Added support for custom wp-content structure in File Optimizer.
  • [Improvement] Added File Optimizer rewrite rules for Nginx.
  • [Misc] Dependency updates.

Full Changelog: 3.3.1...3.3.2

v3.3.1

01 Nov 12:04
Compare
Choose a tag to compare
  • [Fix] Save file optimizer rewrite setting.

Full Changelog: 3.3...3.3.1

v3.3

01 Nov 11:28
Compare
Choose a tag to compare

What's Changed

  • [Fix] Fix partially supported deprecated callable for PHP 8.2
  • [Added] Add WPS Hide Login compat.
  • [Added] Rewrite support for File Optimizer.
  • [Added] DOM Optimization option for HTML Minification.
  • Dependency updates.
  • Tested with WP 6.4

Full Changelog: 3.2.1...3.3

v3.2.1

05 Sep 09:06
Compare
Choose a tag to compare
  • [Fix] Dynamic property deprecations for PHP 8.2
  • [Fix] Deprecated variable format for PHP 8.2
  • [Added] Pass $css_url with powered_cache_fo_css_do_concat filter.