Skip to content

Commit

Permalink
Deploying version 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Sep 1, 2016
1 parent 14500c7 commit 87953d6
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 355 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
**Contributors:** bradt, deliciousbrains
**Tags:** amazon, amazon web services
**Requires at least:** 4.4
**Tested up to:** 4.5.2
**Stable tag:** trunk
**Tested up to:** 4.6
**Stable tag:** 0.3.6
**License:** GPLv3

Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
Expand Down Expand Up @@ -35,6 +35,9 @@ This plugin is required by other plugins, which use its libraries and its settin

## Changelog ##

### 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/).

### 0.3.6 - 2016-05-30 ###
* Improvement: Now checks that the `curl_multi_exec` function is available.

Expand Down
4 changes: 2 additions & 2 deletions amazon-web-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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: 0.3.6
Version: 0.3.7
Author URI: http://deliciousbrains.com/
Network: True
Text Domain: amazon-web-services
Expand All @@ -22,7 +22,7 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// **********************************************************************

$GLOBALS['aws_meta']['amazon-web-services']['version'] = '0.3.6';
$GLOBALS['aws_meta']['amazon-web-services']['version'] = '0.3.7';

$GLOBALS['aws_meta']['amazon-web-services']['supported_addon_versions'] = array(
'amazon-s3-and-cloudfront' => '0.9',
Expand Down
263 changes: 0 additions & 263 deletions classes/wp-aws-uninstall.php

This file was deleted.

Loading

0 comments on commit 87953d6

Please sign in to comment.