Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawngee committed Sep 30, 2017
1 parent fe3f048 commit 84a88c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ilab-media-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
Version: 2.0.7
Author URI: http://interfacelab.io
*/

Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
Stable tag: 2.0.7
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.
Expand Down Expand Up @@ -41,6 +41,9 @@ When integrating with [Imgix](https://imgix.com), Media Cloud by ILAB provides t
= Image Cropping =
Media Cloud by ILAB ships with the most advanced image cropping tool available for WordPress, based on Chen Fengyuan's amazing Cropper plugin for jQuery.

= WP-CLI Support =
Import your media library to the cloud, regenerate thumbnails and process your library with Amazon Rekognition using WP-CLI commands.

**Best of all you get this functionality for free.**

* Upload to S3
Expand Down Expand Up @@ -94,6 +97,12 @@ No, I'm just one very enthusiastic customer.

== Changelog ==

= 2.0.7 =
* Added WP-CLI support
* Added WP-CLI command `wp mediacloud import` to import the media library to cloud storage from the command line.
* Added WP-CLI command `wp mediacloud regenerate` to rebuild thumbnails for cloud storage from the command line.
* Added WP-CLI command `wp rekognition process` to run the media library through Amazon Rekognition from the command line.

= 2.0.6 =
* Fix for PHP 5.6. Was using a couple of PHP 7.x features.
* Slimmed down the size of the plugin.
Expand Down

0 comments on commit 84a88c9

Please sign in to comment.