Skip to content

Commit

Permalink
Bump required version.
Browse files Browse the repository at this point in the history
It may work with 0.7, but we haven't tested it so...
  • Loading branch information
bradt committed Jan 9, 2015
1 parent c7fe7e1 commit 5af1180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazon-web-services.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$GLOBALS['aws_meta']['amazon-web-services']['version'] = '0.2.1';

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

require dirname( __FILE__ ) . '/classes/aws-compatibility-check.php';
Expand Down

0 comments on commit 5af1180

Please sign in to comment.