Skip to content

Commit

Permalink
Deploying version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Sep 29, 2016
1 parent 87953d6 commit 55e6fac
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
8 changes: 6 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.6
**Stable tag:** 0.3.6
**Tested up to:** 4.6.1
**Stable tag:** 1.0
**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,10 @@ This plugin is required by other plugins, which use its libraries and its settin

## Changelog ##

### 1.0 - 2016-10-29 ###
* Improvement: Compatibility with WP Offload S3 Lite 1.1
* 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/).

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.7
Version: 1.0
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.7';
$GLOBALS['aws_meta']['amazon-web-services']['version'] = '1.0';

$GLOBALS['aws_meta']['amazon-web-services']['supported_addon_versions'] = array(
'amazon-s3-and-cloudfront' => '0.9',
Expand Down
2 changes: 1 addition & 1 deletion languages/amazon-web-services-en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: amazon-web-services\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2016-09-01 14:41+0100\n"
"POT-Creation-Date: 2016-09-29 12:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
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.6
Stable tag: 0.3.7
Tested up to: 4.6.1
Stable tag: 1.0
License: GPLv3

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

== Changelog ==

= 1.0 - 2016-10-29 =
* Improvement: Compatibility with WP Offload S3 Lite 1.1
* 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/).

Expand Down
2 changes: 1 addition & 1 deletion view/activation-error.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
body {
background: #fff;
color: #444;
font-family: "Open Sans", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 0;
padding: 0 2px;
font-size: 13px;
Expand Down

0 comments on commit 55e6fac

Please sign in to comment.