Skip to content

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

1.1.1

17 Oct 12:11
Compare
Choose a tag to compare
  • New: Filter post excerpts - S3 URLs will no longer be saved to the database
  • Bug fix: PHP 5.3 Fatal error: Using $this when not in object context
  • Bug fix: Query string parameters incorrectly encoded for Media Library items

1.1

29 Sep 13:26
Compare
Choose a tag to compare
1.1
  • New: Filter post content. S3 URLs will no longer be saved to the database
  • New: Upgrade routine to replace all S3 URLs in content with local URLs
  • New: Support for theme custom logos
  • New: Control the ACL for intermediate image sizes using the as3cf_upload_acl_sizes filter
  • Bug fix: File names containing special characters double encoded
  • Bug fix: srcset not working for file names containing special characters
  • Bug fix: Incorrect placeholder text for 'Path' option
  • Bug fix: Objects in root of bucket not deleted when removed from the Media Library
  • Bug fix: No longer use deprecated functions in WordPress 4.6
  • Bug fix: Don't delete local file when 'Remove Files From Server' enabled and upload to S3 fails

1.0.5

01 Sep 15:37
Compare
Choose a tag to compare
  • New: Compatibility with WordPress 4.6
  • Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this doc

1.0.4

30 May 12:04
Compare
Choose a tag to compare
  • New: Now using simpler Force HTTPS setting, removed redundant Always Use HTTP setting.
  • New: as3cf_cloudfront_path_parts filter allows changing served CloudFront path (useful when distribution pulls subdirectory).
  • Improvement: Better compatibility with non-standard notices from other plugins and themes.
  • Improvement: Added basic auth and proxy info to diagnostic info.
  • Improvement: Added allow_url_fopen status to diagnostic info.
  • Improvement: Added memory usage to diagnostic info.
  • Improvement: Ensure notice text is 800px or less in width.
  • Improvement: Reduced database queries on settings screen.
  • Bug fix: Properly handle _wp_attachment_data metadata when it is a serialized WP_Error.

1.0.3

23 Mar 14:12
Compare
Choose a tag to compare
  • Bug fix: Don't replace srcset URLs when Rewrite File URLs option disabled
  • Bug fix: Fatal error: Cannot redeclare as3cf_get_secure_attachment_url()

1.0.2

08 Mar 15:22
Compare
Choose a tag to compare
  • Bug fix: Uninstall would run even if pro plugin installed

1.0

08 Mar 15:22
Compare
Choose a tag to compare
1.0
  • New: Plugin renamed to "WP Offload S3 Lite"
  • New: Define any and all settings with a constant in wp-config.php
  • New: Documentation links for each setting
  • Improvement: Simplified domain setting UI
  • Improvement: Far future expiration header set by default
  • Improvement: Newly created bucket now immediately appears in the bucket list
  • Improvement: Cleanup user meta on uninstall
  • Improvement: WP Retina 2x integration removed
  • Bug fix: Year/Month folder structure on S3 not created if the 'Organise my uploads into month and year-based folders' WordPress setting is disabled
  • Bug fix: Responsive srcset PHP notices
  • Bug fix: Compatibility addon notices displayed to non-admin users
  • Bug fix: Potential PHP fatal error in MySQL version check in diagnostic log
  • Bug fix: Missing image library notices displaying before plugin is setup

0.9.12

03 Feb 14:09
Compare
Choose a tag to compare
  • Improvement: Compatibility with WP Offload S3 Assets 1.1
  • Bug fix: Object versioned responsive images in post content not working when served from S3 on WordPress 4.4+

0.9.11

19 Dec 11:19
Compare
Choose a tag to compare
  • Bug fix: Responsive images in post content not working when served from S3
  • Bug fix: Responsive images using wrong image size when there are multiple images with the same width

0.9.10

26 Nov 14:11
Compare
Choose a tag to compare
  • Improvement: Support for responsive images in WP 4.4
  • Bug fix: Incorrect file path for intermediate image size files uploaded to S3 with no prefix
  • Bug fix: Thumbnail previews return 404 error during image edit screen due to character encoding