Skip to content

Commit

Permalink
Deploying version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bradt committed Jan 19, 2015
1 parent 5af1180 commit 8e5d5ee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 20 deletions.
11 changes: 0 additions & 11 deletions .scrutinizer.yml

This file was deleted.

6 changes: 3 additions & 3 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: Brad Touesnard
Version: 0.2.1
Version: 0.2.2
Author URI: http://bradt.ca/
Network: True
Text Domain: amazon-web-services
Expand All @@ -22,10 +22,10 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// **********************************************************************

$GLOBALS['aws_meta']['amazon-web-services']['version'] = '0.2.1';
$GLOBALS['aws_meta']['amazon-web-services']['version'] = '0.2.2';

$GLOBALS['aws_meta']['amazon-web-services']['supported_addon_versions'] = array(
'amazon-s3-and-cloudfront' => '0.8',
'amazon-s3-and-cloudfront' => '0.8.1',
);

require dirname( __FILE__ ) . '/classes/aws-compatibility-check.php';
Expand Down
2 changes: 0 additions & 2 deletions classes/amazon-web-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ function get_client() {
$args = array(
'key' => $this->get_access_key_id(),
'secret' => $this->get_secret_access_key(),
'region' => 'us-east-1',
'signature' => 'v4',
);

$args = apply_filters( 'aws_get_client_args', $args );
Expand Down
6 changes: 3 additions & 3 deletions languages/amazon-web-services.pot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Amazon Web Services\n"
"POT-Creation-Date: 2015-01-09 17:14-0000\n"
"PO-Revision-Date: 2015-01-09 17:14-0000\n"
"POT-Creation-Date: 2015-01-19 16:01-0000\n"
"PO-Revision-Date: 2015-01-19 16:01-0000\n"
"Last-Translator: Delicious Brains <[email protected]>\n"
"Language-Team: Delicious Brains <[email protected]>\n"
"Language: en\n"
Expand Down Expand Up @@ -40,7 +40,7 @@ msgstr ""
msgid "Cheatin' eh?"
msgstr ""

#: classes/amazon-web-services.php:245
#: classes/amazon-web-services.php:232
#, php-format
msgid ""
"You must first <a href=\"%s\">set your AWS access keys</a> to use this addon."
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: amazon, amazon web services
Requires at least: 3.5
Tested up to: 4.1
Stable tag: 0.2.1
Stable tag: 0.2.2
License: GPLv3

Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
Expand All @@ -26,6 +26,9 @@ This plugin is required by other plugins, which uses its libraries and its setti

== Changelog ==

= 0.2.2 - 2015-01-19 =
* Bug Fix: Reverting AWS client config of region and signature

= 0.2.1 - 2015-01-10 =
* New: AWS SDK updated to 2.7.13
* New: Translation ready
Expand Down

0 comments on commit 8e5d5ee

Please sign in to comment.