WooCommerce Amazon S3存储

WooCommerce Amazon S3存储 3.5.0

没有下载权限
* Tweak - Migrate file offloading from WP Background Process to Action Scheduler for improved reliability on sites behind HTTP Basic Auth, staging environments, and restrictive hosting
* Tweak - Use the file's stored region when checking if a remote file exists in S3, preventing false "Not found" status when the default region setting differs from the bucket's actual region
* Dev - Remove direct WP Background Process dependency (still included in the embedded Fenix framework components)
* Tweak - Improve support of S3 content disposition in pre signed URLs
* Tweak - Add a setting to control the default behavior of the plugin concerning the content disposition for S3 downloads
* Dev - Add a filter hook to allow customizing the content disposition of the pre-signed URLs generated by the plugin
* Tweak - Cache pre-signed URLs to database for improved performance
* Tweak - Make the S3 shortcode processing more efficient and reduce the number of queries to S3 in some admin and REST contexts
* Tweak - Improve the plugin performance in the WordPress admin by further limiting when the S3 client caches are pruned
* Fix - Improve compatibility with the Yith WooCommerce Membership when using the downloadable files shortcode directly in the product description
* Misc - Please save your settings again to ensure the S3 credentials are encrypted with the new AES-256-GCM algorithm when updating to this version
* Dev - Uses a stronger algorithm (AES-256-GCM) to encrypt the S3 credentials stored in the database
* 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
* 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 of S3 region in the shortcode modal should consistently list all the available regions
* Localization - Add Polish translations
* Misc - Do not pass a region in the S3 client when listing all buckets or checking the connection status
* Misc - Update WP Background Processing to 1.4.0
* Dev - Allow filtering S3 client connection status and bucket list cache durations
* 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 flag to the S3 client to ignore some deprecated PHP warnings
* Localization - Add Dutch translations
* 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
顶部