* FEATURE: Premium - Cache - Added compatibility with the "WooCommerce Multilingual & Multicurrency" plugin's multi-currency feature
* FIX: Premium - Above the folder elements should not be loaded lazily
* FIX: Prevents minify cache invalidation when asset version is changed but content is same
* FIX: Prevent PHP 8 uncaught exception `TypeError` when using CloudFlare
* FIX: Add logging destination UI
* FIX: Premium - Cache - Prevents a PHP fatal error that occurs when user cache is enabled on sites running on MariaDB with a version prefix of '5.5.5-' and PHP versions prior to 8.0
* FIX: Serving WebP images only to supported browsers wasn't working properly when page caching is enabled
* FIX: Minify - `inherit` Google fonts method is not working
* TWEAK: Prevent PHP deprecation notice when purging minify cache
* TWEAK: Cache - Prevent PHP warning when deleting cache
* TWEAK: Suppress PHP notice when cannot write to .htaccess file
* TWEAK: Add user capability check for smush task manager ajax handling method
* TWEAK: Minify - Do not send cache control and last modified headers if already present
* TWEAK: Smush - clean up log entries
* TWEAK: Correctly handle XX and T1 country codes in Cloudflare's IP country header
* REFACTOR: Separate classes for activation, deactivation and uninstall actions
* FIX: Compatibility with WordPress 6.2 when using PHP 8.x
* FIX: Divi builder's edit mode when WebP serving is using the "alter HTML" method
* FIX: Premium - Unused images feature - improve compatibility with Beaver Builder and its addons
* FIX: Cache - Page caching wasn't working on the IIS webserver
* TWEAK: Update seasonal notices
* TWEAK: Prevent deprecation notices in PHP 8.2+
* FEATURE: WebP - Ability to convert to webp format from media library
* FIX: Prevent PHP warning when minify-log files are missing or corrupted, also added appropriate error message
* FIX: Delete webp files and uncompressed file when media is deleted
* FIX: Polylang compatibility - now upon updating any post, caches for all translated languages are cleared
* FIX: Prevent adding unsupported media types to the smush task list
* FIX: WebP - Unsupported formats throws a fatal error
* FIX: Compress image UI for webp images
* FIX: Premium - WebP Images are marked as unused images
* FIX: Resolved an issue where Beaver Builder's edit mode was not functioning properly when WebP conversion was enabled
* FIX: Prevent creating multiple cache directories for URLs that contain non-English characters
* TWEAK: Preload allowed time difference is set to be the same as max execution time
* TWEAK: Premium - Unused images feature - Add compatibility with Yoast SEO social images
* TWEAK: Prevent jQuery deprecation notices
* SECURITY: Fixed a non-persistent XSS vulnerability that could occur on certain servers when the WebP conversion option was enabled. This vulnerability could allow an attacker to execute arbitrary JavaScript code in the victim's browser by tricking them into clicking on a specially crafted link. Thanks to Paolo Elia for reporting this.