Skip to content

Commit

Permalink
Deploying version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Jun 19, 2017
1 parent 0b64dc5 commit 297cb20
Show file tree
Hide file tree
Showing 15 changed files with 145 additions and 259 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Amazon Web Services #
**Contributors:** bradt, deliciousbrains
**Tags:** amazon, amazon web services
**Requires at least:** 4.4
**Tested up to:** 4.7.3
**Stable tag:** 1.0.2
**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.
Expand All @@ -13,7 +13,7 @@ Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Requ
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:

* [WP Offload S3 Lite](http://wordpress.org/plugins/amazon-s3-and-cloudfront/)
* [WP Offload S3](https://deliciousbrains.com/wp-offload-s3/)
* [WP Offload S3](https://deliciousbrains.com/wp-offload-s3/?utm_campaign=WP%2BOffload%2BS3&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS)

### Requirements ###

Expand All @@ -35,6 +35,9 @@ This plugin is required by other plugins, which use its libraries and its settin

## Changelog ##

### 1.0.3 - 2017-06-19 ###
* Improvement: Compatibility with WP Offload S3 1.5

### 1.0.2 - 2017-03-13 ###
* New: AWS SDK updated to 2.8.31
* New: London and Montreal regions added
Expand All @@ -47,7 +50,7 @@ This plugin is required by other plugins, which use its libraries and its settin
* Improvement: Compatibility with WP Offload S3 1.2

### 0.3.7 - 2016-09-01 ###
* Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this [doc](https://deliciousbrains.com/wp-offload-s3/doc/uninstall/).
* Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this [doc](https://deliciousbrains.com/wp-offload-s3/doc/uninstall/?utm_campaign=changelogs&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS).

### 0.3.6 - 2016-05-30 ###
* Improvement: Now checks that the `curl_multi_exec` function is available.
Expand All @@ -73,12 +76,12 @@ This plugin is required by other plugins, which use its libraries and its settin
* Bug fix: Style inconsistencies on the _Addons_ screen

### 0.3 - 2015-07-08 ###
* New: Support for [IAM Roles on Amazon EC2](https://deliciousbrains.com/wp-offload-s3/doc/iam-roles/) using the `AWS_USE_EC2_IAM_ROLE` constant
* New: Support for [IAM Roles on Amazon EC2](https://deliciousbrains.com/wp-offload-s3/doc/iam-roles/?utm_campaign=changelogs&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS) 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](https://deliciousbrains.com/wp-offload-s3/doc/quick-start-guide/) documentation
* Improvement: [Quick Start Guide](https://deliciousbrains.com/wp-offload-s3/doc/quick-start-guide/?utm_campaign=changelogs&utm_source=wordpress.org&utm_medium=free%2Bplugin%2Blisting&utm_content=AWS) documentation

### 0.2.2 - 2015-01-19 ###
* Bug Fix: Reverting AWS client config of region and signature
Expand Down
6 changes: 3 additions & 3 deletions amazon-web-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Plugin URI: http://wordpress.org/extend/plugins/amazon-web-services/
Description: Includes the Amazon Web Services PHP libraries, stores access keys, and allows other plugins to hook into it.
Author: Delicious Brains
Version: 1.0.2
Author URI: http://deliciousbrains.com/
Version: 1.0.3
Author URI: https://deliciousbrains.com/
Network: True
Text Domain: amazon-web-services
Domain Path: /languages/
Expand All @@ -22,7 +22,7 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// **********************************************************************

$GLOBALS['aws_meta']['amazon-web-services']['version'] = '1.0.2';
$GLOBALS['aws_meta']['amazon-web-services']['version'] = '1.0.3';

$GLOBALS['aws_meta']['amazon-web-services']['supported_addon_versions'] = array(
'amazon-s3-and-cloudfront' => '0.9',
Expand Down
2 changes: 1 addition & 1 deletion assets/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions assets/img/icon-acf-image-crop.svg

This file was deleted.

10 changes: 0 additions & 10 deletions assets/img/icon-edd.svg

This file was deleted.

10 changes: 0 additions & 10 deletions assets/img/icon-enable-media-replace.svg

This file was deleted.

16 changes: 0 additions & 16 deletions assets/img/icon-meta-slider.svg

This file was deleted.

Loading

0 comments on commit 297cb20

Please sign in to comment.