WooCommerce Amazon S3 Storage Changelog

The latest version is WooCommerce Amazon S3 Storage 3.0.3, Released on December 17, 2024

Changelog for WooCommerce Amazon S3 Storage


  *** Amazon S3 Storage for WooCommerce Changelog ***

2024-12-17 - version 3.0.3
* Tweak - Ignore AWS shared config files when loading the AWS SDK as some hosts with `open_basedir` restrictions may prevent the SDK from loading properly
* Fix - Ensure the plugin keeps compatible with the Free Downloads WooCommerce extension
* Dev - Make the S3 client arguments filterable, with an additional filter for shortcode requests
* Dev - Make the download request for a file handled by a shortcode filterable to broaden the compatibility with other plugins
* Misc - Use v3.330.0 of the AWS SDK for PHP

2024-12-10 - version 3.0.2
* Tweak - If buckets already exist in the connected S3 account, return the first available bucket as the default bucket in the plugin settings
* Tweak - Ignore approved download directories when using S3 storage for downloadable files
* Fix - Improve detection of download requests when parsing the S3 file URLs from a shortcode, to consistently serve a S3 file from frontend requests only
* Fix - Improve the handling and performance of the S3 file statuses in product variation

2024-12-05 - version 3.0.1
* 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

2024-12-03 - version 3.0.0
* Feature - Files attached as product downloadables can be automatically offloaded to AWS S3
* Feature - Display information about the files offloaded to AWS S3 in the product edit screen and media gallery
* Feature - Configure the default S3 bucket and region or create a new AWS S3 bucket directly from the extension settings
* Feature - Support advanced logging for improved troubleshooting
* Feature - Also allow setting AWS S3 credentials via WordPress constants
* Misc - Use the official AWS SDK for PHP to handle S3 operations
* Misc - Complete plugin rewrite
* Localization - Add translations for German, Spanish, French, Italian, Japanese, Portuguese languages

2024-03-25 - version 2.7.1
* Misc - Update brand to Kestrel

2023-11-23 - version 2.7.0
* 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

2023-09-11 - version 2.6.2
* Tweak - Tested compatibility up to WC 8.1
* Tweak - Tested compatibility with WP 6.3
* Fix - Fixed warnings due to the usage of the deprecated constant `FILTER_SANITIZE_STRING`

2023-07-14 - version 2.6.1
* Tweak - Added setting to control the download method on S3 files
* Fix - Fixed compatibility issue with the 'Free Downloads WooCommerce' plugin

2023-07-10 - version 2.6.0
* 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

2023-04-12 - version 2.5.1
* Tweak - Hide setting fields until credentials are entered
* Tweak - Remove the S3 API credentials on the plugin uninstall
* Tweak - Tested compatibility up to WC 7.6
* Tweak - Tested compatibility with WP 6.2

2023-02-20 - version 2.5.0
* Tweak - Updated the recommended privacy policy texts
* Tweak - Adapted the database migration script for version 2.0.0 to the recent WooCommerce versions
* Tweak - Added a database migration script to expire the region transients for versions lower than 2.1.5
* Tweak - Tested compatibility with WC 7.4
* Fix - Update the plugin version in the options table on activation
* Dev - New plugin updater
* Dev - Initialize the plugin when the main file is loaded
* Dev - Updated the minimum requirements to WC 3.7, WP 4.9, and PHP 5.6

2023-01-12 - version 2.4.5
* Fix - Fixed incorrect download ID value when adding files with the S3 wizard

2023-01-09 - version 2.4.4
* Tweak - Limit the maximum value of the 'URL expiration time' setting to seven days
* Tweak - Tested compatibility with WC 7.3

2022-12-20 - version 2.4.3
* Tweak - Added new S3 regions to the list
* Tweak - Updated plugin author
* Tweak - Tested compatibility with WC 7.2
* Fix - Fixed endpoint for the 'ca-central-1' region. Canada (Central)

2022-11-16 - version 2.4.2
* Feature - Enabled the S3 files wizard for the product variations

2022-11-08 - version 2.4.1
* Tweak - Use the standard endpoint in all S3 regions when generating the file URLs
* Tweak - Updated wizard fields' description
* Fix - Fixed the URLs of the downloadable files stored in a bucket whose name contains dots

2022-11-02 - version 2.4.0
* Feature - Added wizard to add and edit the S3 files of a downloadable product
* Tweak - Declare compatibility with WooCommerce High-Performance Order Storage (HPOS)
* Tweak - Tested compatibility with WC 7.1
* Tweak - Tested compatibility with WP 6.1
* Dev - Dropped deprecated template 'settings.php'

2022-10-10 - version 2.3.0
* Feature - Added settings for defining the default bucket and region
* Tweak - Added new S3 regions to the list
* Tweak - The shortcode parameter 'bucket' is now optional
* Tweak - Use the shortcode name to contextualize the filters when parsing the shortcode parameters
* Tweak - Tested compatibility with WC 7.0
* Fix - Fixed "Unrecognized S3 region" log message for valid regions that weren't on the list

2022-09-26 - version 2.2.0
* Tweak - Moved the plugin settings to an integration page
* Tweak - Updated text-domain of the translatable strings to 'woocommerce-amazon-s3-storage'
* Tweak - Added missing descriptions to the translatable strings
* Tweak - Check the minimum requirements before initializing the plugin
* Tweak - Moved the 'Docs' and 'Support' links to the plugin row links
* Dev - Deprecated 'settings.php' template
* Dev - Deprecated code from the legacy setting for disabling SSL
* Dev - Implement the singleton pattern in the main plugin class
* Dev - Updated the minimum requirements to WC 3.4, WP 4.7, and PHP 5.4

2022-09-15 - version 2.1.23
* Tweak - Updated links to the plugin documentation and to get support in the plugin list
* Tweak - Tested compatibility up to WC 6.9
* Tweak - Tested compatibility up to WP 6.0
* Fix - Fixed warnings when accessing the plugin settings without initializing the option in the database first
* Fix - Fixed typo on plugin description

2020-10-07 - version 2.1.22
* Tweak - WC 4.4 compatibility

2020-08-14 - version 2.1.21
* Tweak - WordPress 5.5 compatibility

2020-06-10 - version 2.1.20
* Tweak - WC 4.2 compatibility

2020-04-29 - version 2.1.19
* Tweak - WC 4.1 compatibility

2020-03-05 - version 2.1.18
* Tweak - WC tested up to 4.0

2020-02-18 - version 2.1.17
* Tweak - Remove legacy code

2020-01-13 - version 2.1.16
* Tweak - WC tested up to 3.9

2019-11-12 - version 2.1.15
* Tweak - Fix update script for migrations from old versions of the plugin

2019-11-04 - version 2.1.14
* Tweak - WC tested up to 3.8

2019-09-25 - version 2.1.13
* Tweak - Show Access Key ID and Secret Access Key in settings in password protected fields

2019-08-08 - version 2.1.12
* Tweak - WC tested up to 3.7

2019-04-16 - version 2.1.11
* Tweak - WC tested up to 3.6

2018-09-26 - version 2.1.10
* Tweak - WC tested up to 3.5

2018-05-22 - version 2.1.9
* Tweak - WC tested up to 3.4
* Tweak - Privacy policy notification

2018-02-21 - version 2.1.8
* Fix - Remove unnecessary HTTP/HTTPS feature (HTTPS is enforced)
* Tweak - Added settings, support, and doc links in plugin action links

2017-12-14 - version 2.1.7
* Fix - WC 3.3 compatibility

2017-06-23 - version 2.1.6
* Tweak - More region endpoints
* Tweak - Change main plugin file name to match plugin name

2017-05-19 - version 2.1.5
* Fix - Stale region cache that prevents updated region location. Set to 1 hour expiration
* Fix - File names with spaces break downloads
* Tweak - Removed unneeded SDK files

2017-04-03 - version 2.1.4
* Fix - Update for WooCommerce 3.0 compatibility

2015-12-18 - version 2.1.3
* Fix - remove CURLOPT_CLOSEPOLICY as it was never implemented and was deprecated in PHP 5.6

2015-10-07 - version 2.1.2
* Fix - Legacy Bucket names with uppercase letters now work correctly
* Fix - If a space was accidently present in the key/secret fields, signing would fail

2015-09-08 - version 2.1.1
* Added additional error handling

2015-08-24 - version 2.1.0
* Feature - Added a new 'region' shortcode attribute to make generating download URLs faster
* Fix - eu-central-1 (Frankfurt/EU) region is now supported
* Fix - Authentication & signing has been updated to use Amazon's v4 signature signing
* Fix - Remove SSLverify / SSL setting (no longer needed for WP)
* Fix - Return the file name when no custom name is set, instead of the amazon tag

2015-05-24 - version 2.0.6
* Fix - Only run shortcode when download is shortcode

2014-04-09 - version 2.0.5
* Fix - Load Amazon Class only it is used

2014-02-03 - version 2.0.4
* Misc - WC 2.1 Compatibility

2013-11-22 - version 2.0.3
* Fix - Fix deprecated warnings

2013-09-16 - version 2.0.2
* Fix - Fix auto update from <= WC 1.6 for variations

2013-05-07 - version 2.0.1
* Fix - Changed to Unix line ending to fix text output issue on some installs

2013-03-04 - version 2.0
* Feature - WooCommerce 2.0 Support
* Feature - Amazon S3 Shortcode
* Feature - Multiple downloads support

2012-12-04 - version 1.1.5
* Misc - New updater

2012-11-22 - version 1.1.4
* Fix - Remove trying to load config file, setting are loaded from db

2012-08-22 - version 1.1.3
* Misc - Update to latest Amazon SDK 1.5.12

2012-04-26 - version 1.1.2
* Fix - Minor fixes
* Fix - Improved bucket selectors
* Fix - `variable_use_amazon_s3` was unused
* Fix - Fixed variations downloads

2012-04-26 - version 1.1.1
* Fix - Enable/disable checkbox fix
* Fix - Return file path when not using amazon

2012-04-26 - version 1.1
* Tweak - Product variation support

2012-04-01 - version 1.0.2
* Tweak - Added https file serving support

2012-03-28 - version 1.0.1
* Fix - Bucket fix

2012-03-01 - version 1.0
* First release
  



Get WooCommerce Amazon S3 Storage Version 3.0.3 with 12 months of updates for just $45!




Already a WPspring Club Member?
WooCommerce Amazon S3 Storage Version 3.0.3 Released on December 17, 2024, is available from your account downloads page. Sign up at wpspri.ng/club
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Leave a Comment

@WPspringcom Facebook
Item added to cart.
0 items - $0