From 8625c533355fa364e7efaad9f83d09328816ff87 Mon Sep 17 00:00:00 2001 From: Jon Gilkison Date: Fri, 22 Sep 2017 19:30:08 +0700 Subject: [PATCH] Version bump --- ilab-media-tools.php | 2 +- readme.txt | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ilab-media-tools.php b/ilab-media-tools.php index df3a8bd0..e713b6fd 100644 --- a/ilab-media-tools.php +++ b/ilab-media-tools.php @@ -4,7 +4,7 @@ Plugin URI: http://interfacelab.com/media-tools Description: Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN. Boosts site performance and simplifies workflows. Author: interfacelab -Version: 2.0.0 +Version: 2.0.1 Author URI: http://interfacelab.io */ diff --git a/readme.txt b/readme.txt index 338d3cf3..999062b5 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tested up to: 4.8.2 License: GPLv3 or later Donate link: http://www2.jdrf.org/site/TR?fr_id=6912&pg=personal&px=11429802 License URI: http://www.gnu.org/licenses/gpl-3.0.html -Stable tag: 2.0.0 +Stable tag: 2.0.1 Requires PHP: 5.6 Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN. Boosts site performance and simplifies workflows. @@ -94,6 +94,15 @@ No, I'm just one very enthusiastic customer. == Changelog == += 2.0.1 = +* Major refactoring of the code base +* Storage services are now "pluggable", meaning new ones can be added that aren't S3 compatible +* Added native Google Cloud Storage support +* Direct uploads to Google Cloud Storage +* Added native Backblaze B2 support +* Improved support for other S3 compatible services +* Other misc. fixes + = 2.0.0 = * Major refactoring of the code base * Storage services are now "pluggable", meaning new ones can be added that aren't S3 compatible