Skip to content

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

1.3.2

22 Feb 22:13
Compare
Choose a tag to compare
  • Bug fix: Fatal error: Uncaught Error: Call to undefined method Composer\Autoload\ClassLoader::setClassMapAuthoritative()
  • Bug fix: AWS keys stored in database by Amazon Web Services plugin are not being migrated to new settings record
  • Bug fix: Notice in settings page that Amazon Web Services plugin no longer required is not being shown when Amazon Web Services active

1.3.1

20 Feb 23:18
Compare
Choose a tag to compare
  • Bug fix: Fatal error in stream wrapper setup when AWS Keys not set

1.3

20 Feb 15:58
Compare
Choose a tag to compare
1.3
  • Release Summary Blog Post
  • New: Amazon Web Services plugin is no longer required to run WP Offload S3 Lite
  • New: Added as3cf_local_domains filter for when site content is updated through multiple domains
  • Improvement: AWS keys can be set in new "Settings" tab if not defined in wp-config.php
  • Improvement: Minor tweaks to settings page UI including right aligning tabs and consistent title across Lite and Pro plugins
  • Improvement: cURL version, theme version and parent theme information added to diagnostics
  • Bug fix: Incompatible with plugins that include AWS PHP SDK v3
  • Bug fix: Regenerate Thumbnails v3.0+ does not work with Remove Files From Server option
  • Bug fix: "Warning: count(): Parameter must be an array or an object that implements Countable" error with PHP 7.2
  • Bug fix: Force HTTPS not being applied to non-srcset S3 URLs in pages served over HTTP
  • Bug fix: Content URLs not filtered to S3 URLs if AWS keys not set
  • Bug fix: URL preview can be coerced to display invalid URL
  • Bug fix: Changes to upload made via as3cf_object_meta filter are not reflected in amazonS3_info records
  • Bug fix: Settings link not showing in network admin plugins page
  • Bug fix: License in composer.json fails Packagist validation

1.2.1

20 Nov 16:09
Compare
Choose a tag to compare
  • New: Compatibility with HTML Widget
  • New: Dismissible admin notice that WP Offload S3 Lite will soon require PHP 5.5+
  • Improvement: Compatibility with WordPress 4.9
  • Bug fix: Incorrect region used when changing bucket by defining it in WPOS3_SETTINGS
  • Bug fix: Media library notices render inside the upload tool
  • Bug fix: Save notices disappear on settings page
  • Bug fix: Improper use of jQuery.attr logged to browser console
  • Bug fix: "Content Filtering Upgrade" URL in notice incorrect
  • Bug fix: "More info" links can be broken across two lines

1.2

19 Jun 14:37
Compare
Choose a tag to compare
1.2
  • New: Compatibility with WordPress 4.8
  • New: Support for WP CLI wp media regenerate
  • Improvement: Intermediate image sizes are now passed through the as3cf_object_meta filter
  • Improvement: Content filtering cache now uses the external object when available
  • Bug fix: Timeouts on large multisite installs due to excessive database queries on upgrade routines
  • Bug fix: Video files with private ACL not working with WordPress's default media player
  • Bug fix: Bucket permissions check not using configured path
  • Bug fix: WordPress image editor sometimes shows a 404 when 'Remove Files From Server' enabled
  • Bug fix: Notice: Undefined index: region

1.1.6

13 Mar 13:25
Compare
Choose a tag to compare
  • New: Compatibility with Advanced Custom Fields
  • New: as3cf_filter_post_local_to_s3 and as3cf_filter_post_s3_to_local filters added for filtering S3 URLs in custom content
  • Improvement: Ensure files uploaded using media_handle_sideload have unique filename on S3 when 'Remove Files From Server' enabled
  • Bug fix: Files uploaded to S3 with empty filenames when the filename started with non-latin characters
  • Bug fix: Audio files with private ACL not working with WordPress's default media player
  • Bug fix: S3 API version not passed to S3 client
  • Bug fix: Content added to text widgets via the Customizer not saved
  • Bug fix: Original file not removed locally when cropped via the Customizer and 'Remove Files From Server' enabled
  • Bug fix: Incorrect Media Library URLs saved to the database when WordPress installed in a subdirectory

1.1.5

12 Jan 14:17
Compare
Choose a tag to compare
  • Improvement: Filter custom CSS - S3 URLs will no longer be saved to the database
  • Bug fix: PDF previews have incorrect MIME type
  • Bug fix: Original PDF not removed from S3 on attachment delete when image previews exist

1.1.4

13 Dec 12:02
Compare
Choose a tag to compare
  • New: Upgrade routine to replace all S3 URLs in post excerpts with local URLs
  • Improvement: Performance improvements
  • Improvement: Allow expires time to be filtered for private content using the as3cf_expires filter
  • Bug fix: Image srcset not correctly applied when file names contain special characters

1.1.3

28 Nov 11:20
Compare
Choose a tag to compare
  • Bug fix: Private URL signing params stripped in some circumstances
  • Improvement: Performance improvements for URL filtering, especially on large sites

1.1.2

02 Nov 14:20
Compare
Choose a tag to compare
  • Improvement: Better content filtering support for third party plugins and themes
  • Bug fix: PHP Warning: Division by zero