* Tweak - Force the 'Redirect only' download method on S3 files.
* Tweak - Added new S3 region 'ap-southeast-4' (Melbourne) to the list.
* Tweak - Escape the shortcode returned values.
* Tweak - Sanitize input values when generating the file download path.
* Tweak - Tested compatibility up to WC 7.9.
* Feature - Declare compatibility with the WooCommerce Cart and Checkout blocks.
* Tweak - Added new S3 region 'il-central-1' (Tel Aviv) to the list.
* Tweak - Updated the plugin URLs to the new woo.com domain.
* Tweak - Updated plugin author.
* Tweak - Tested compatibility up to WC 8.3.
* Tweak - Tested compatibility up to WP 6.4.
* Dev - Changed the plugin namespace to `KoiLab\WC_Amazon_S3_Storage`.
* Dev - Dropped deprecated code up to version 2.5.
* Tweak - Improve persistent caching of the S3 buckets
* Fix - Address a bug that prevented the plugin from processing file names in shortcodes having special characters or formatting
* Fix - Silence S3 SDK deprecation notices for installations running on PHP 7.4
* Dev - Add a filter to allow setting a debug mode also for the S3 client
* Dev - Reduce the bundled AWS SDK to include only components needed by the plugin
* Tweak - Cache the shortcode URLs to improve performance when the same shortcodes are processed multiple times in the same thread
* Tweak - Use the same S3 client instance for all operations to avoid creating multiple clients for the same bucket in the same region when processing shortcodes
* Tweak - Add hooks to allow experimenting with third party cloud storage services compatible with S3 such as Cloudflare R2, Wasabi S3, Backblaze B2, Digital Ocean Spaces, etc.
* Tweak - Add System Status Report to help with troubleshooting
* Feature - Add support to S3 Transfer Acceleration
* Feature - The downloadable files S3 status will also contain a link to the file in the S3 bucket when using shortcodes
* Fix - When offloading files to S3, ensure the bucket region is used instead of the default region to avoid mismatches in some circumstances
* Fix - When saving S3 credentials, make sure the settings are used without having to reload the page
* Misc - Clarify URL validity period setting role
* Misc - Correctly pass the...
* Tweak - Improve caching of S3 client connection instances to improve performance
* Tweak - Append region code to region lists in dropdowns for clarity
* Tweak - Enable the force redirect download method for S3 files as the default setting value in new installations
* Fix - Harden admin code when getting a product's local file data to prevent errors in some installations
* Fix - When connecting for the first time, make sure buckets can be listed without reloading the page
* Fix - The list...
Big thanks to Member @chavez updated WooCommerce Amazon S3 Storage 3.2.1 Now,Join the discussion for WooCommerce Amazon S3 Storage. Ask questions, find support, read user reviews, and get help from the NullPro community update entry detail: 2025-06-23
* Fix - When using Cloudflare R2 experimental support, ensure regions are defaulted to 'us-east-1' (auto) since R2 does not use regions as AWS does
* Fix - Ensure the default shortcode bucket is applied consistently when a bucket is not specified in the shortcode attributes in some cases
* Dev - Add a notice in the plugin settings when using an experimental cloud storage service using WordPress hooks