-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from av3nger/release/1.7.0
Release/1.7.0
- Loading branch information
Showing
50 changed files
with
1,678 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,233 @@ | ||
= 1.7.0 - 03.12.2023 = | ||
|
||
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.11.2023 = | ||
|
||
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 - 28.10.2023 = | ||
|
||
Fixed: | ||
* Do not replace images on wp-admin if full offload module is disabled | ||
|
||
= 1.5.0 - 27.10.2023 = | ||
|
||
Added: | ||
* New and improved React-based UI | ||
* Image compression module: optimize the size of your media library images | ||
* WP CLI support via the "wp cf-images" commands (bulk & individual offload) | ||
* Compatibility with the "Enable Media Replace" plugin | ||
* Option to bulk add image captions | ||
* Allow viewing a page with original images, using a "?cf-images-disable=true" URL query | ||
|
||
Changed: | ||
* The "Auto resize images on front-end" module has been refactored to prevent double loading of images | ||
|
||
Fixed: | ||
* Cropped image detection | ||
* Compatibility with latest WordPress coding standards | ||
* PHP warnings with page parser module on pages with no images | ||
* Link for adding API key for AI module was not working | ||
|
||
= 1.4.1 - 21.08.2023 = | ||
|
||
Fixed: | ||
* Cannot log in Image AI module without activating it first | ||
* Handling of images with "scaled" in the file name | ||
|
||
= 1.4.0 - 09.08.2023 = | ||
|
||
Added: | ||
* Image AI - tag and caption your images with AI | ||
* Page parser module | ||
* Compatibility with Breakdance builder (via page parser module) | ||
* Compatibility with WMPL | ||
|
||
Changed: | ||
* Improved detection of image sizes | ||
* Media UI refactored for better accessibility | ||
|
||
Fixed: | ||
* Issues with lazy loading | ||
* When full offload is enabled, images are not displaying on front-end | ||
* Removing of scaled images | ||
|
||
= 1.3.0 - 24.06.2023 = | ||
|
||
Added: | ||
* Full offload and restore for images from the WordPress media library [beta] | ||
* ACF integration | ||
* Option to remove selected images from Cloudflare | ||
* Preconnect to CDN URL | ||
|
||
Changed: | ||
* Improved internal plugin structure | ||
* Improved media library status layout | ||
* Improved media library UI | ||
|
||
Fixed: | ||
* Scaled images offloaded instead of originals | ||
* Fatal error when uninstalling the plugin | ||
* Error when image metadata is not an array | ||
* Images not served via CDN if a custom size is used | ||
|
||
= 1.2.0 - 29.03.2023 = | ||
|
||
Added: | ||
* Auto image sizes on front-end | ||
* Option to use custom paths for images | ||
* Confirmation modal for bulk remove action | ||
* Offload status to media library grid mode | ||
* Detailed setup guide link in the setup wizard | ||
|
||
Changed: | ||
* Improved descriptions for the plugin settings | ||
* Improve settings layout | ||
* Intentionally sleep for a second after setup to allow the PHP cache to expire on setup/disconnect | ||
* Various UI/UX improvements | ||
|
||
Fixed: | ||
* Properly handle already uploaded images and duplicates | ||
* Prevent replacing images in wp-admin, because WordPress does not respect is_admin() checks | ||
* Scaled images having an empty 'w' parameter | ||
|
||
= 1.1.5 - 28.02.2023 = | ||
|
||
Added: | ||
* Integration with RankMath Image SEO module | ||
* Integration with Multisite Global Media plugin | ||
* Option to disable async image offloading | ||
|
||
Changed: | ||
* Store the Cloudflare image hash in network options on multisite installs | ||
* Code refactor to be fully compatible with WordPress coding standards | ||
|
||
Fixed: | ||
* RankMath image titles not working properly with Cloudflare images | ||
* TypeError in get_attachment_image_src method | ||
* Removed debug code | ||
|
||
= 1.1.4 - 29.01.2023 = | ||
|
||
Fixed: | ||
* Links in readme.txt file | ||
|
||
= 1.1.3 - 29.01.2023 = | ||
|
||
Added: | ||
* Compatibility with "Spectra – WordPress Gutenberg Blocks" plugin | ||
* cf_images_upload_meta_data filter to allow customizing the metadata sent to Cloudflare Images | ||
|
||
Changed: | ||
* Improve detection of image sizes, fallback to scaled image dimensions | ||
* Improved compatibility with RankMath - og:image tags will not be converted to Cloudflare Image URLs | ||
|
||
Fixed: | ||
* Image file names on subdirectory multisite installs | ||
|
||
= 1.1.2 - 19.11.2022 = | ||
|
||
Added: | ||
* Support for WooCommerce bulk product uploads | ||
* Allow defining a custom domain for the Cloudflare Images service | ||
* Option to skip images in media library from offloading | ||
* Button to disconnect from Cloudflare | ||
|
||
Changed: | ||
* On network installs, plugin can now only be activated on the network level | ||
* When bulk uploading, if no metadata is found for an image - skip the image, instead of failing the whole process | ||
* Minor UI/UX improvements | ||
* Improved compatibility with WordPress 6.1 | ||
|
||
Fixed: | ||
* Settings redirect to media library after saving | ||
|
||
= 1.1.1 - 24.10.2022 = | ||
|
||
Changed: | ||
* Improved button styling | ||
* Allow skipping the setup wizard with CF_IMAGES_ACCOUNT_ID and CF_IMAGES_KEY_TOKEN defines | ||
|
||
Fixed: | ||
* Argument #1 ($metadata) must be of type array, bool given error | ||
|
||
= 1.1.0 - 09.09.2022 = | ||
|
||
Added: | ||
* Global API stats | ||
* Option to disable auto offload | ||
* New and improved UI | ||
* New plugin icon | ||
|
||
Fixed: | ||
* Remove autocomplete for setup form fields | ||
* Incorrect stats calculations | ||
* Reset image stats, when no offloaded images found in media library | ||
* Offloading images on servers with outdated SSL libraries | ||
|
||
= 1.0.3 - 05.09.2022 = | ||
|
||
Fixed: | ||
* Fatal error in rare cases | ||
|
||
= 1.0.2 - 05.09.2022 = | ||
|
||
Added: | ||
* Support for scaled images | ||
* Detect API key changes or other auth issues | ||
|
||
Changed: | ||
* Improve code quality | ||
|
||
Fixed: | ||
* Do not replace images on the editor | ||
|
||
= 1.0.1 - 30.08.2022 = | ||
|
||
Added: | ||
* Image statistics | ||
|
||
Changed: | ||
* Better handling of unsupported media types | ||
* Improve UI and UX | ||
|
||
Fixed: | ||
* Failed bulk offload if an image path is not defined in metadata | ||
* PHP fatal error with Spectra plugin | ||
* Incorrect status during bulk offload | ||
|
||
= 1.0.0 = | ||
|
||
First release | ||
* Offload images to Cloudflare Images | ||
* Option to disable WordPress image sizes | ||
* Support for custom domains |
Oops, something went wrong.