Contributors: bradt, deliciousbrains
Tags: amazon, amazon web services
Requires at least: 4.6
Tested up to: 4.8
Stable tag: 1.0.3
License: GPLv3
Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
This plugin is required by other plugins, which use its libraries and its settings to connect to AWS services. Currently, there are only two plugins that require this plugin:
- PHP version 5.3.3 or greater
- PHP cURL library 7.16.2 or greater
- cURL compiled with OpenSSL and zlib
- curl_multi_exec enabled
- Use WordPress' built-in installer
- A new AWS menu will appear in the side menu
- Improvement: Compatibility with WP Offload S3 1.5
- New: AWS SDK updated to 2.8.31
- New: London and Montreal regions added
- New: Mumbai and Seoul regions added
- Improvement: Compatibility with WP Offload S3 Lite 1.1
- Improvement: Compatibility with WP Offload S3 1.2
- Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this doc.
- Improvement: Now checks that the
curl_multi_exec
function is available.
- Improvement: Support for
DBI_
prefixed constants to avoid conflicts with other plugins - Improvement: Redesign of the Addons page
- Improvement: Compatibility with WP Offload S3 Lite 1.0
- Improvement: Compatibility with WP Offload S3 1.1
- Improvement: Compatibility with WP Offload S3 Pro 1.0.3
- Improvement: Updated Amazon SDK to version 2.8.18
- Improvement: Fix inconsistent notice widths on Access Keys screen
- New: WP Offload S3 Pro addons (Enable Media Replace, Meta Slider, WPML) added to the Addons screen
- New: WP Offload S3 Pro upgrade and addons added to the Addons screen
- Bug fix: Style inconsistencies on the Addons screen
- New: Support for IAM Roles on Amazon EC2 using the
AWS_USE_EC2_IAM_ROLE
constant - New: Redesigned Access Keys and Addons screens
- Improvement: Settings menu item renamed to Access Keys
- Improvement: Access Keys link added to plugin row on Plugins screen
- Improvement: Activate addons directly from within Addons screen
- Improvement: Quick Start Guide documentation
- Bug Fix: Reverting AWS client config of region and signature
- New: AWS SDK updated to 2.7.13
- New: Translation ready
- Improvement: Code cleanup to WordPress coding standards
- Improvement: Settings notice UI aligned with WordPress style
- Bug: Error if migrating keys over from old Amazon S3 and CloudFront plugin settings
- New: AWS SDK updated to 2.6.16
- New: Set the region for the AWS client by defining
AWS_REGION
in your wp-config.php - New: Composer file for Packagist support
- Improvement: Base plugin class performance of installed version
- Improvement: Base plugin class accessor for various properties
- Improvement: Addon plugin modal now responsive
- Improvement: Better menu icon
- Improvement: Code formatting to WordPress standards
- First release