You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New: If a 5xx error is thrown during optimization, the plugin will attempt to output it for easier debugging;
Fix: Added multiple fixes and improvements of the PICTURE tag delivery method, including a more stable fallback mechanism in case WebP/AVIF isn't available;
Fix: In some cases, the PICTURE tag delivery wasn't working properly when WP Offload Media was active;
Fix: Added a check for old items stuck in the queue to avoid potential errors after plugin updates;
Fix: In some cases, when WP Offload Media is active, a "Not processable: Image processable" message was displayed;
Fix: Added a check to prevent the main file to be passed as a thumbnail because that could crash the de-duplication mechanism;
Tweak: Added a "Trusted mode" for file systems that respond very slowly and slow down or freeze the Media Library;
Tweak: Added a button to start earler the optimization for huge sites, where preparing the bulk optimization queue can take a very long time;
Tweak: updated styling for various notices to make it unitary;
Tweak: thumbnails with ~0% optimization will be grouped toghether and displayed only once;
Compat: Fixed a bunch of deprecation notices and warnings on PHP 8.1 and PHP 8.2;
Language: 8 new strings added, 0 updated, 0 fuzzed, and 0 deprecated.