Skip to content

Version 6.2.1

Choose a tag to compare

@pdobrescu pdobrescu released this 27 May 17:23
· 501 commits to master since this release
6aba49c

🚀 The CDN & AI Control Update

Release Date: May 27, 2025

⚙️ Improvements

  • AI Feature Control: Added a filter to easily disable AI-powered features if needed.

CDN Delivery Enhancements:

  • Now supports background images inside inline style blocks.

  • Delivers inline SVGs through the CDN for consistent asset performance.

  • Fallback for Missing WebP/AVIF: If WebP or AVIF images aren't generated locally, they’ll now be created on-the-fly and served directly from the CDN.

  • Broken Image Protection: Added checks to ensure the CDN doesn't store or deliver broken images.

  • Improved Timestamp Handling: Timestamps are now added whenever images are sent for optimization, helping prevent unwanted caching.

  • PNG Conversion via ImageMagick: Added fallback support for PNG conversion using ImageMagick when the GD extension isn’t available.

  • Punctuation Tweak for AI Texts: AI-generated alternative texts now end with a trailing dot for readability (can be disabled via filter).

🛠️ Fixes

CDN Delivery:

  • Fixed multiple edge cases where image URLs with single/double quotes were not parsed correctly.

  • Corrected issues with relative paths not resolving to the proper CDN URL.

  • Resolved an issue where CDN links were accidentally duplicated in specific situations.

  • Settings Import: Fixed import functionality for older PHP versions.

  • WebP/AVIF Count Fix: Image counts in bulk processing now display correctly again.

  • S3 Uploads Compatibility: Fixed an error triggered by a missing method when using the S3 Uploads plugin (thanks @matthewgrzegorczyk! 🙌).

  • WP-CLI Message Bug: Corrected a misleading WP-CLI message shown when thumbnails were unwritable but main images were optimized.

  • Custom Media Folder Fix: Resolved errors in the folders list when performing specific actions.

🌍 Language Updates

  • Added 2 new strings and updated 2, to enhance global translation support.

Update now to take full advantage of smarter CDN handling, more control over AI features, and improved compatibility across the board! 🚀