Releases: deliciousbrains/wp-amazon-s3-and-cloudfront
Releases · deliciousbrains/wp-amazon-s3-and-cloudfront
0.9.9
- Improvement: Improve wording of compatibility notices
- Improvement: Compatibility with Easy Digital Downloads 1.0.1 and WooCommerce 1.0.3 addons
- Improvement: Better determine available memory for background processes
- Bug fix: URL previews incorrect due to stripping
/
characters - Bug fix: PHP Warning: stream_wrapper_register(): Protocol s3:// is already defined
- Bug fix: PHP Fatal error: Call to undefined method WP_Error::get()
0.9.8
- Bug fix: Attachment URLs containing query string parameters incorrectly encoded
0.9.7
- Improvement: Improve compatibility with third party plugins when the Remove Files From Server option is enabled
- Improvement: Fix inconsistent spacing on the WP Offload S3 settings screen
- Improvement: Validate CloudFront or custom domain input field
- Improvement: Link to current S3 bucket added to WP Offload S3 settings screen
- Improvement: Show notice when neither GD or Imagick image libraries are not installed
- Improvement: Supply Cache-Control header to S3 when the Far Future Expiration Header option is enabled
- Improvement: Additional information added to Diagnostic Information
- Improvement: Added warning when Remove Files From Server option is enabled
- Improvement: Filter added to allow additional image versions to be uploaded to S3
- Bug fix: File size not stored in wp_attachment_metadata when Remove Files From Server option is enabled
- Bug fix: Uploads on Multisite installs allowed after surpassing upload limit
- Bug fix: Site icon in WordPress customizer returns 404
- Bug fix: Image versions remain locally and on S3 after deletion, when the file name contains characters which require escaping
- Bug fix: Files with the same file name overwritten when _Remove Files From Server option is enabled
- Bug fix: Cron tasks incorrectly scheduled due to passing the wrong time to
wp_schedule_event
- Bug fix: Default options not shown in the UI after first install
0.9.6
- Improvement: Update text domains for translate.wordpress.org integration
0.9.5
- Bug fix: Fatal error: Cannot use object of type WP_Error as array
0.9.4
- New: Update all existing attachments with missing file sizes when the 'Remove Files From Server' option is enabled (automatically runs in the background)
- Improvement: Show when constants are used to set bucket and region options
- Improvement: Don't show compatibility notices on plugin update screen
- Improvement: On Multisite installs don't call
restore_current_blog()
on successive loop iterations - Bug fix: 'Error getting URL preview' alert shown when enter key pressed on settings screen
- Bug fix: Unable to crop header images when the 'Remove Files From Server' option is enabled
- Bug fix: Incorrect storage space shown on Multisite installs when the 'Remove Files From Server' option is enabled
- Bug fix: Upload attempted to non existent bucket when defined by constant
- Bug fix: 'SignatureDoesNotMatch' error shown when using signed URLs with bucket names containing '.' characters
0.9.3
0.9.2
0.9.1
- Improvement: Access denied sample IAM policy replaced with link to Quick Start Guide
- Improvement: Access denied messages on bucket selection or bucket creation now link to Quick Start Guide
- Improvement: Object expires time can now be filtered using the
as3cf_object_meta
filter - Bug fix: Error not always shown when S3 bucket inaccessible due to incorrect permissions
- Bug fix: Permission checks fail when S3 bucket is in a non-default region and defined by
AS3CF_BUCKET
constant - Bug fix: Restore
as3cf_get_attached_file_copy_back_to_local
filter - Bug fix: Image versions not uploaded to S3 when an edited image is restored
- Bug fix: Original image version not deleted from server when Remove Files From Server option enabled
- Bug fix: Media library items with non-ascii characters in the file name are not removed from S3
- Bug fix: Compatibility notices shown on plugin install pages
- Bug fix: WordPress footer overlaps WP Offload S3 sidebar
- Bug fix: Upon initial setup the settings changed alert shows when no settings have changed
0.9
- New: Plugin rebranded to WP Offload S3
- New: Support tab added to Offload S3 screen containing diagnostic information
- New: Compatibility with the Media Replace plugin
- New: Select bucket region when creating a new bucket
- New: Toggle switches redesigned
- Improvement: Compatibility with release candidate of Pro plugin
- Improvement: Example IAM policy more secure
- Improvement: Set default bucket region using the
AS3CF_REGION
constant - Improvement: Added
as3cf_object_meta
filter for developers - Improvement: Bucket selection moved to modal window
- Improvement: Don't allow bucket names to contain invalid characters on creation
- Improvement: More verbose error messages on bucket selection
- Improvement: Settings link added to plugin row on Plugins screen
- Improvement: Object versioning enabled by default
- Improvement: Uninstall routines added
- Improvement: JavaScript coding standards
- Improvement: Cache result when checking S3 bucket permissions
- Bug fix: Bucket region errors result in blank WP Offload S3 screen
- Bug fix: Editing an image when Remove Files From Server option is enabled results in error
- Bug fix: Metadata upgrade procedure triggered on new installs
- Bug fix: File URLs when uploaded to a subdirectory result in incorrect S3 URLs
- Bug fix: Errors logged when trying to delete non-existent HiDPI images
- Bug fix: SignatureDoesNotMatch errors on regions with v4 authentication
- Bug fix: Customizer background image not editable
- Bug fix: Error when creating buckets with US Standard region
- Bug fix: Notices appearing incorrectly on some admin screens
- Bug fix: Subsite upload paths repeated on multisite installs
- Bug fix: Handle multisite installs where
BLOG_ID_CURRENT_SITE
is not 1