Skip to content

Releases: deliciousbrains/wp-amazon-s3-and-cloudfront

3.1.0

07 Dec 10:54
Compare
Choose a tag to compare
  • Release Summary Blog Post
  • New: PHP 8.1 compatibility is now improved
  • New: Amazon S3 regions Asia Pacific (Hyderabad), EU (Spain), EU (Zurich) and Middle East (UAE) are now selectable
  • New: Google Cloud Storage regions Middle East (Tel Aviv) and Dual-Region (Asia) are now selectable
  • New: DigitalOcean region Sydney (SYD1) is now selectable
  • New: AWS PHP SDK has been updated to v3.238.6
  • New: Google Cloud Storage SDK has been updated to v1.28.1
  • Improvement: Storage Provider regions are now listed alphabetically
  • Improvement: Google Cloud Storage regions are now grouped by geographic area
  • Bug fix: Pathless external URLs entered in a post no longer cause an error when saved
  • Bug fix: Media upload time no longer degrades as the Media Library grows
  • Bug fix: Periodic updates of media offload statistics no longer time out in large multisite installs
  • Bug fix: The clear post meta cache upgrade routine now works properly on multisite subsites
  • Bug fix: Completed upgrade routines no longer create redundant cron schedule entries
  • Bug fix: Upgrade routines no longer try to run on non-primary subsites
  • Bug fix: Custom table format upgrades no longer run unnecessarily
  • Bug fix: Settings REST API endpoints are no longer enabled if unusable
  • Bug fix: Only offloaded items with valid attachment IDs are retrieved from external cache
  • Bug fix: Legacy bucket names that include uppercase letters or underscores can now be selected
  • Bug fix: Offloading already-edited files no longer causes issues with filename uniqueness checks

3.0.2

05 Oct 14:30
Compare
Choose a tag to compare
  • Bug fix: ACF integration no longer breaks sites using closures in ACF field config (edge case)
  • Bug fix: The Offload metabox for attachments no longer has issues for some browser and screen resolution combinations

3.0.0

29 Sep 19:13
Compare
Choose a tag to compare
  • Release Summary Blog Post
  • New: Fresh new settings page UI! 🎉
  • New: Advanced Custom Fields Lite & Pro now supported
  • New: Authenticated WP-REST-API endpoints added for managing settings
  • New: Amazon S3 Object Ownership controls are now supported
  • New: Added Asia Pacific (Jakarta) Amazon S3 region
  • New: Added Columbus, Dallas, Toronto, Santiago, Warsaw, Milan, Paris, Madrid, Delhi, Jakarta and Melbourne Google Cloud Storage regions
  • New: AWS PHP SDK updated to v3.222.1
  • New: Google Cloud Storage SDK updated to v1.26.3
  • New: PHP 7.2 or later required
  • New: WordPress 6.1 compatible
  • Improvement: Settings changes by another user or in wp-config.php are detected and reflected in UI
  • Improvement: A page refresh is requested if settings changes by another user conflict with unsaved changes
  • Improvement: Important error notices on the settings page are less easy to miss when displayed
  • Improvement: The Custom Domain (CNAME) can no longer be left empty if enabled
  • Improvement: The format of the entered Custom Domain (CNAME) for a CDN is now validated before being able to save settings
  • Improvement: It is no longer possible to mistake the example URL preview for an offloaded media item
  • Improvement: The relationship between settings and the example URL preview is now easier to understand
  • Improvement: Some common AWS S3 errors are caught and shown with easier to understand messages
  • Improvement: Media settings can now be used even if previously defined Storage Provider credentials have been removed but bucket still set (useful for development or test installs cloned from large production sites)
  • Bug fix: Saving posts with serialized data in post_content that include offloaded URLs now have correct string length values
  • Bug fix: EC2 hosted sites using IAM Roles no longer get an error when retrieving credentials from the instance profile metadata service in some instances
  • Bug fix: URLs are no longer rewritten for media offloaded to a different storage provider than currently configured
  • Bug fix: Creating a bucket on DigitalOcean Spaces no longer fails with 403 Forbidden error
  • Bug fix: Rewrite Media URLs can now be turned off for installs updated from pre WP Offload S3 1.0
  • Bug fix: Legacy AWS access key defines no longer cause issues with upgrade routines
  • Bug fix: Getting Block All Public Access status no longer fails for recently created buckets
  • Bug fix: Block All Public Access warning notice no longer shows even though CloudFront set up
  • Bug fix: Images with non-numeric width or height values no longer cause fatal errors

2.6.2

04 Apr 11:09
Compare
Choose a tag to compare

= WP Offload Media Lite 2.6.2 - 2022-04-04 =

  • Bug fix: Upgrade routine no longer risks breaking items when external object cache is in use

2.6.1

21 Mar 15:25
Compare
Choose a tag to compare
  • Bug fix: Local files are no longer removed if as3cf_pre_upload_attachment filter is used to abort upload

2.6.0

09 Mar 14:23
Compare
Choose a tag to compare
  • Release Summary Blog Post
  • New: WP Offload Media is now compatible with WordPress 5.9 and Full Site Editing
  • Improvement: Offloaded thumbnail sizes are now tracked for better handling of changes to registered sizes
  • Improvement: Offloads and other storage provider actions are faster
  • Bug fix: URL rewriting now works in the Full Site Editor
  • Bug fix: Offloaded images are now shown when re-editing a Block Template or Template Part
  • Bug fix: URL rewriting now works for Widgets migrated to a Widget Sidebar Block
  • Bug fix: Objects are no longer left in the bucket when deleting a Media Library item with many changes to its thumbnail sizes

2.5.5

19 Jul 13:22
Compare
Choose a tag to compare
  • Bug fix: Signed GCS URLs broken when updating a post
  • Bug fix: Incorrect mime type set on scaled image's bucket object when thumbnail format differs from original file's format
  • Tested: WordPress 5.8

2.5.3

03 Mar 12:05
Compare
Choose a tag to compare
  • New: Added DigitalOcean region San Francisco 3
  • Bug fix: Domain mapping not handled correctly when the local URL includes a port number
  • Bug fix: In some unusual configurations the upgrade routine uses incorrect name for multisite blogs table
  • Tested: WordPress 5.7

2.5.2

14 Dec 15:18
Compare
Choose a tag to compare
  • New: AWS PHP SDK 3.168.0
  • New: Google Cloud Storage SDK 1.23.0
  • Improvement: Faster saving of posts with many external links
  • Improvement: Faster URL rewriting when Force HTTPS setting is being used but is not needed
  • Bug fix: PHP Fatal error on the settings page when using PHP 8.0

2.5.1

25 Nov 13:56
Compare
Choose a tag to compare
  • New: WordPress 5.6 compatible
  • New: PHP 8.0 compatible
  • Bug fix: Unexpectedly asked to select bucket after saving settings when legacy access key named constants defined
  • Bug fix: srcset missing for some images
  • Bug fix: Error saving item during Metadata upgrade in some cases