Skip to content

Releases: av3nger/cf-images

1.9.4 beta1

29 Oct 07:51
Compare
Choose a tag to compare
1.9.4 beta1 Pre-release
Pre-release

Added:

  • Bulk offload actions to the media library list view
  • Global option to disable processing in the page head section

Changed:

  • Improved UI/UX
  • Improved logging to better catch offload errors

Fixed:

  • Fix logs layout spanning off-screen

1.9.3

07 Oct 05:57
46c206b
Compare
Choose a tag to compare

Added:

  • Integration with Smart Slider 3
  • Integration with All in One SEO: allow controlling application/ld+json schema image URLs
  • Integration with Rank Math: allow controlling application/ld+json schema image URLs
  • Filter cf_images_disable_crop to disable auto cropping for registered crop images
  • Background image support in Spectra plugin when styles are inlined (props @josephdsouza86)

Changed:

  • Improve performance processing external images
  • Rename 'cf_images_can_run' filter to 'cf_images_skip_image' so it's more clear what it does

Fixed:

  • Images being replaced in RSS feeds, regardless of the settings
  • Fatal error when a registered image size does not have height or width defined

1.9.2

16 Jul 20:33
dabb46c
Compare
Choose a tag to compare

Added:

  • Integration with WPBakery page builder image galleries
  • Integration with Elementor Pro Gallery
  • Integration with Flatsome theme gallery
  • cf_images_upload_host filter to adjust the image host ID

Changed:

  • Improve image AI modules
  • Improve performance when Rank Math image SEO is active

Fixed:

  • Only allow generating image alt text for supported formats (JPEG, PNG, GIF, BMP)
  • Duplicate queries for images that are not part of the media library
  • Rank Math image SEO module not working with custom domains

1.9.1

23 Apr 07:34
d2dc9eb
Compare
Choose a tag to compare

Added:

  • Integration with Elementor lightbox

Fixed:

  • NaN undefined error in compression savings stats
  • AI image captioning when custom image paths are set
  • WPML compatibility
  • "Disable WordPress image sizes" option causing issues with image URLs

1.9.0

22 Mar 10:04
271f3ff
Compare
Choose a tag to compare

Added:

  • Set browser TTL for images
  • Option to serve originals for logged-in users
  • Option to apply settings network wide in multisite

Changed:

  • Disable logging in wp-admin
  • Improve detection of cropped images
  • Fallback to scaled images if original image is larger than 20 Mb

Fixed:

  • Image size can now be changed in the Gutenberg image block for fully offloaded images
  • Full size images not replaced in the gallery block on expand
  • Multiple fixes and improvements with the WPML integration

1.8.0

16 Feb 08:37
cb65a6d
Compare
Choose a tag to compare

Added:

  • Support for RSS feeds
  • Auto crop option. If an image width matches the image height - auto crop the image.
  • Use img width size. New option that allows using the img width attribute value for the image size, if the value is smaller than the requested image.
  • Bulk remove files from the media library.
  • Bulk restore files to the media library.

Fixed:

  • Page parser will now add the wp-image-* class to images that do not have it
  • Page parser not detecting images that have a custom title set in the media library

1.7.1

30 Dec 23:34
1dcbddf
Compare
Choose a tag to compare

Fixed:

  • Fatal error on plugin uninstall
  • Do not bulk offload SVG images
  • Compatibility with Gutenberg Interactivity API
  • Type error when fetching image hashes

1.7.0

03 Dec 05:23
f92e636
Compare
Choose a tag to compare

Added:

  • Bunny CDN integration
  • Service tools module - reset ignored images
  • Custom URLs module - control your image links
  • Track stats for images served via Cloudflare Images
  • REST API integration module

Changed:

  • UI/UX improvements

Fixed:

  • Notices getting injected into plugin navigation
  • Do not expose internal methods to WP CLI commands
  • WP CLI command only processing the first 10 images
  • Auto resize feature using incorrect descriptors
  • Page parser not replacing all images
  • Expand on click functionality

1.6.0

12 Nov 07:35
d980f9a
Compare
Choose a tag to compare

Added:

  • Generate images with AI
  • Logging module
  • Images in media library can now be sorted by offload status
  • Integration with ShortPixel
  • Compatibility option to store credentials in the database

Changed:

  • Increase timeout to 15 seconds when offloading images

Fixed:

  • Bulk processing stops if an image triggers an error during upload
  • Settings resetting on update after using a beta version

1.5.1

27 Oct 20:41
354a21c
Compare
Choose a tag to compare

Fixed:

  • Do not replace images on wp-admin if full offload module is disabled