Releases: poweredcache/powered-cache
Releases · poweredcache/powered-cache
v3.3.3
What's Changed
- [Fix] Typos. Props @szepeviktor.
- [Added] WebP option as preferred image format.
- [Added] Windows specific warning for File Optimizer rewrite.
New Contributors
- @szepeviktor made their first contribution in #126
Full Changelog: 3.3.2...3.3.3
v3.3.2
- [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
- [Fix] Save file optimizer rewrite setting.
Full Changelog: 3.3...3.3.1
v3.3
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
- Bump @babel/traverse from 7.22.11 to 7.23.2 by @dependabot in #123
Full Changelog: 3.2.1...3.3
v3.2.1
- [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
- [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
Added some clarifications about AVIF support
v3.1
- 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
- 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
- DelayedJS bugfix
- Added new compatibility with PhastPress