Amazon Web Services - Version 1.0

Version Description

  • 2016-09-29 =
  • Improvement: Compatibility with WP Offload S3 Lite 1.1
  • Improvement: Compatibility with WP Offload S3 1.2
Download this release

Release Info

Developer deliciousbrains
Plugin Icon 128x128 Amazon Web Services
Version 1.0
Comparing to
See all releases

Code changes from version 0.3.7 to 1.0

README.md CHANGED
@@ -2,8 +2,8 @@
2
  **Contributors:** bradt, deliciousbrains
3
  **Tags:** amazon, amazon web services
4
  **Requires at least:** 4.4
5
- **Tested up to:** 4.6
6
- **Stable tag:** 0.3.6
7
  **License:** GPLv3
8
 
9
  Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
@@ -35,6 +35,10 @@ This plugin is required by other plugins, which use its libraries and its settin
35
 
36
  ## Changelog ##
37
 
 
 
 
 
38
  ### 0.3.7 - 2016-09-01 ###
39
  * Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this [doc](https://deliciousbrains.com/wp-offload-s3/doc/uninstall/).
40
 
2
  **Contributors:** bradt, deliciousbrains
3
  **Tags:** amazon, amazon web services
4
  **Requires at least:** 4.4
5
+ **Tested up to:** 4.6.1
6
+ **Stable tag:** 1.0
7
  **License:** GPLv3
8
 
9
  Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
35
 
36
  ## Changelog ##
37
 
38
+ ### 1.0 - 2016-10-29 ###
39
+ * Improvement: Compatibility with WP Offload S3 Lite 1.1
40
+ * Improvement: Compatibility with WP Offload S3 1.2
41
+
42
  ### 0.3.7 - 2016-09-01 ###
43
  * Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this [doc](https://deliciousbrains.com/wp-offload-s3/doc/uninstall/).
44
 
amazon-web-services.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Amazon Web Services
4
  Plugin URI: http://wordpress.org/extend/plugins/amazon-web-services/
5
  Description: Includes the Amazon Web Services PHP libraries, stores access keys, and allows other plugins to hook into it.
6
  Author: Delicious Brains
7
- Version: 0.3.7
8
  Author URI: http://deliciousbrains.com/
9
  Network: True
10
  Text Domain: amazon-web-services
@@ -22,7 +22,7 @@ Domain Path: /languages/
22
  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
23
  // **********************************************************************
24
 
25
- $GLOBALS['aws_meta']['amazon-web-services']['version'] = '0.3.7';
26
 
27
  $GLOBALS['aws_meta']['amazon-web-services']['supported_addon_versions'] = array(
28
  'amazon-s3-and-cloudfront' => '0.9',
4
  Plugin URI: http://wordpress.org/extend/plugins/amazon-web-services/
5
  Description: Includes the Amazon Web Services PHP libraries, stores access keys, and allows other plugins to hook into it.
6
  Author: Delicious Brains
7
+ Version: 1.0
8
  Author URI: http://deliciousbrains.com/
9
  Network: True
10
  Text Domain: amazon-web-services
22
  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
23
  // **********************************************************************
24
 
25
+ $GLOBALS['aws_meta']['amazon-web-services']['version'] = '1.0';
26
 
27
  $GLOBALS['aws_meta']['amazon-web-services']['supported_addon_versions'] = array(
28
  'amazon-s3-and-cloudfront' => '0.9',
languages/amazon-web-services-en.pot CHANGED
@@ -8,7 +8,7 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: amazon-web-services\n"
10
  "Report-Msgid-Bugs-To: nom@deliciousbrains.com\n"
11
- "POT-Creation-Date: 2016-09-01 14:41+0100\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
8
  msgstr ""
9
  "Project-Id-Version: amazon-web-services\n"
10
  "Report-Msgid-Bugs-To: nom@deliciousbrains.com\n"
11
+ "POT-Creation-Date: 2016-09-29 12:56+0100\n"
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: bradt, deliciousbrains
3
  Tags: amazon, amazon web services
4
  Requires at least: 4.4
5
- Tested up to: 4.6
6
- Stable tag: 0.3.7
7
  License: GPLv3
8
 
9
  Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
@@ -33,6 +33,10 @@ This plugin is required by other plugins, which use its libraries and its settin
33
 
34
  == Changelog ==
35
 
 
 
 
 
36
  = 0.3.7 - 2016-09-01 =
37
  * Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this [doc](https://deliciousbrains.com/wp-offload-s3/doc/uninstall/).
38
 
2
  Contributors: bradt, deliciousbrains
3
  Tags: amazon, amazon web services
4
  Requires at least: 4.4
5
+ Tested up to: 4.7
6
+ Stable tag: 1.0
7
  License: GPLv3
8
 
9
  Houses the Amazon Web Services (AWS) PHP libraries and manages access keys. Required by other AWS plugins.
33
 
34
  == Changelog ==
35
 
36
+ = 1.0 - 2016-09-29 =
37
+ * Improvement: Compatibility with WP Offload S3 Lite 1.1
38
+ * Improvement: Compatibility with WP Offload S3 1.2
39
+
40
  = 0.3.7 - 2016-09-01 =
41
  * Improvement: No longer delete plugin data on uninstall. Manual removal possible, as per this [doc](https://deliciousbrains.com/wp-offload-s3/doc/uninstall/).
42
 
view/activation-error.php CHANGED
@@ -7,7 +7,7 @@
7
  body {
8
  background: #fff;
9
  color: #444;
10
- font-family: "Open Sans", sans-serif;
11
  margin: 0;
12
  padding: 0 2px;
13
  font-size: 13px;
7
  body {
8
  background: #fff;
9
  color: #444;
10
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
11
  margin: 0;
12
  padding: 0 2px;
13
  font-size: 13px;