From 7a9a885150b97e436c24da336eacf13bb98d767b Mon Sep 17 00:00:00 2001 From: Brad Touesnard Date: Fri, 5 Dec 2014 18:49:24 -0400 Subject: [PATCH] Bump version numbers. --- readme.txt | 7 +++++-- wordpress-s3.php | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index fdb4c4a0..eb992eab 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: bradt Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5VPMGLLK94XJC Tags: uploads, amazon, s3, mirror, admin, media, cdn, cloudfront Requires at least: 3.5 -Tested up to: 3.9 -Stable tag: 0.7 +Tested up to: 4.0.1 +Stable tag: 0.7.1 License: GPLv3 Copies files to Amazon S3 as they are uploaded to the Media Library. Optionally configure Amazon CloudFront for faster delivery. @@ -58,6 +58,9 @@ This version requires PHP 5.3.3+ and the Amazon Web Services plugin == Changelog == += 0.7.1 - 2014-12-05 = +* Bug: Read-only error on settings page sometimes false positive + = 0.7 - 2014-12-04 = * New: Proper S3 region subdomain in URLs for buckets not in the US Standard region (e.g. https://s3-us-west-2.amazonaws.com/...) * New: Update all existing attachment meta with bucket region (automatically runs in the background) diff --git a/wordpress-s3.php b/wordpress-s3.php index f0e7243b..2dfc7408 100644 --- a/wordpress-s3.php +++ b/wordpress-s3.php @@ -4,7 +4,7 @@ Plugin URI: http://wordpress.org/extend/plugins/amazon-s3-and-cloudfront/ Description: Automatically copies media uploads to Amazon S3 for storage and delivery. Optionally configure Amazon CloudFront for even faster delivery. Author: Brad Touesnard -Version: 0.7 +Version: 0.7.1 Author URI: http://bradt.ca Network: True Text Domain: as3cf @@ -26,7 +26,7 @@ // Then completely rewritten. */ -$GLOBALS['aws_meta']['amazon-s3-and-cloudfront']['version'] = '0.7'; +$GLOBALS['aws_meta']['amazon-s3-and-cloudfront']['version'] = '0.7.1'; $GLOBALS['aws_meta']['amazon-s3-and-cloudfront']['supported_addon_versions'] = array( 'amazon-s3-and-cloudfront-edd' => '1.0',