Skip to content

Releases: poweredcache/powered-cache

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.

v3.2

31 Aug 12:31
Compare
Choose a tag to compare
  • [Refactored] Improved JS optimization and execution options for better performance.
  • [Updated] Enhanced Delay JS feature and removed the default timeout.
  • [Added] Introduced post-level controls for delay and defer JS options.
  • [Added] New feature to automatically add missing image dimensions.
  • [Added] Added a link prefetching option to improve user experience.
  • [Added] Compatibility with Bricks Builder introduced.
  • [Added] New global admin notice to prompt cache purging upon plugin activation or deactivation.
  • [Fix] File optimizer no longer runs in Customizer preview; now compatible with Colibri Page Builder.
  • [Fix] Ensure conditional tags on the page for page cache drop-in.
  • [Fix] Disabled DOM parser optimization for HTML minification.
  • [Fix] Resolved a glitch in the Diagnostic modal.
  • [Fix] Fixed DOM violations on the Settings page.

Full Changelog: 3.1.1...3.2

v3.1.1

01 Aug 09:43
Compare
Choose a tag to compare

Added some clarifications about AVIF support

v3.1

20 Jul 07:39
Compare
Choose a tag to compare
  • Moved the image optimizer from beta to the stable release. [Learn More] (https://poweredcache.com/features/image-optimizer/)
  • New Feature: Introduced the ability to bypass the first nth images with lazy load.
  • General enhancements made to the Lazy Load feature.
  • Resolved: Deprecated jQuery functions.
  • Updated: Minify package.
  • Updated: Background processing package.
  • Tested with WP 6.3.

v3.0.5

30 May 16:53
Compare
Choose a tag to compare
  • Fix: PhastPress cache purge callback
  • Fix: Memcached drop-in set_multiple warning
  • ensure html tag exists before running HTML minifier

Full Changelog: 3.0.4...3.0.5

v3.0.4

24 May 21:26
Compare
Choose a tag to compare
  • DelayedJS bugfix
  • Added new compatibility with PhastPress