Skip to content

Commit

Permalink
Deploying version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Oct 26, 2015
1 parent f39b927 commit 1f4f5d5
Show file tree
Hide file tree
Showing 129 changed files with 17,154 additions and 17,222 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,13 @@ This plugin is required by other plugins, which uses its libraries and its setti

## Changelog ##

### 0.3.3 - 2015-10-26 ###
* Improvement: Updated Amazon SDK to version 2.8.18
* Improvement: Fix inconsistent notice widths on _Access Keys_ screen
* New: WP Offload S3 Pro addons (Enable Media Replace, Meta Slider, WPML) added to the _Addons_ screen

### 0.3.2 - 2015-08-26 ###
* New: WP Offload S3 Pro upgrade and addons added to the _Addons_ screen
* New: WP Offload S3 Pro upgrade and addons added to the _Addons_ screen

### 0.3.1 - 2015-07-29 ###
* Bug fix: Style inconsistencies on the _Addons_ screen
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.2
Version: 0.3.3
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.2';
$GLOBALS['aws_meta']['amazon-web-services']['version'] = '0.3.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: 10 additions & 0 deletions assets/img/icon-enable-media-replace.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/img/icon-meta-slider.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/img/icon-wpml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 27 additions & 3 deletions assets/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ $aws_orange: #f7a80d;
max-width: 650px;
}

.toplevel_page_amazon-web-services {
.error,
.notice,
.updated {
box-sizing: border-box;
max-width: 650px;
}
}

.aws-addons,
.aws-main[data-view="addons"] .aws-compatibility-notice {
max-width: 772px;
Expand Down Expand Up @@ -48,7 +57,7 @@ $aws_orange: #f7a80d;
}

body.toplevel_page_amazon-web-services .wrap {
h2 {
h1 {
color: #fff;
font-weight: 600;
font-size: 26px;
Expand Down Expand Up @@ -153,7 +162,7 @@ body.toplevel_page_amazon-web-services .wrap {

.info {
position: static;
padding: 25px 20px 25px 100px;
padding: 25px 20px 25px 110px;

ul {
margin: 12px 0 0;
Expand All @@ -173,7 +182,7 @@ body.toplevel_page_amazon-web-services .wrap {
height: 80px;

.info {
padding: 19px 10px 19px 80px;
padding: 19px 10px 19px 90px;

ul {
margin: 8px 0 0;
Expand Down Expand Up @@ -222,6 +231,21 @@ body.toplevel_page_amazon-web-services .wrap {
background-size: 50px 50px;
}

.amazon-s3-and-cloudfront-wpml article {
background: #277f91 url(../img/icon-wpml.svg) no-repeat 15px center;
background-size: 50px 50px;
}

.amazon-s3-and-cloudfront-meta-slider article {
background: #03b0d8 url(../img/icon-meta-slider.svg) no-repeat 15px center;
background-size: 50px 50px;
}

.amazon-s3-and-cloudfront-enable-media-replace article {
background: #33cc66 url(../img/icon-enable-media-replace.svg) no-repeat 15px center;
background-size: 50px 50px;
}

// Tree hierarchy
li li.addon {
position: relative;
Expand Down
25 changes: 20 additions & 5 deletions classes/amazon-web-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,17 +355,32 @@ function get_addons() {
'addons' => array(
'amazon-s3-and-cloudfront-assets' => array(
'title' => __( 'Assets', 'amazon-web-services' ),
'url' => 'https://deliciousbrains.com/wp-offload-s3/#assets-addon',
'url' => 'https://deliciousbrains.com/wp-offload-s3/doc/assets-addon/',
'label' => __( 'Addon', 'amazon-web-services' ),
),
'amazon-s3-and-cloudfront-woocommerce' => array(
'title' => __( 'WooCommerce', 'amazon-web-services' ),
'url' => 'https://deliciousbrains.com/wp-offload-s3/doc/woocommerce-addon/',
'label' => __( 'Addon', 'amazon-web-services' ),
),
'amazon-s3-and-cloudfront-edd' => array(
'title' => __( 'Easy Digital Downloads', 'amazon-web-services' ),
'url' => 'https://deliciousbrains.com/wp-offload-s3/#edd-addon',
'url' => 'https://deliciousbrains.com/wp-offload-s3/doc/edd-addon/',
'label' => __( 'Addon', 'amazon-web-services' ),
),
'amazon-s3-and-cloudfront-woocommerce' => array(
'title' => __( 'WooCommerce', 'amazon-web-services' ),
'url' => 'https://deliciousbrains.com/wp-offload-s3/#woocommerce-addon',
'amazon-s3-and-cloudfront-wpml' => array(
'title' => __( 'WPML', 'amazon-web-services' ),
'url' => 'https://deliciousbrains.com/wp-offload-s3/doc/wpml-addon/',
'label' => __( 'Addon', 'amazon-web-services' ),
),
'amazon-s3-and-cloudfront-meta-slider' => array(
'title' => __( 'Meta Slider', 'amazon-web-services' ),
'url' => 'https://deliciousbrains.com/wp-offload-s3/doc/meta-slider-addon/',
'label' => __( 'Addon', 'amazon-web-services' ),
),
'amazon-s3-and-cloudfront-enable-media-replace' => array(
'title' => __( 'Enable Media Replace', 'amazon-web-services' ),
'url' => 'https://deliciousbrains.com/wp-offload-s3/doc/enable-media-replace-addon/',
'label' => __( 'Addon', 'amazon-web-services' ),
),
),
Expand Down
Loading

0 comments on commit 1f4f5d5

Please sign in to comment.