Releases: deliciousbrains/wp-amazon-s3-and-cloudfront
Releases · deliciousbrains/wp-amazon-s3-and-cloudfront
1.1.1
- 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
- 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
1.0.4
- 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
- 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
- Bug fix: Uninstall would run even if pro plugin installed
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
- 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
- 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
- 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