diff --git a/auto-cloudinary.php b/auto-cloudinary.php index 8113f90..696723f 100644 --- a/auto-cloudinary.php +++ b/auto-cloudinary.php @@ -2,7 +2,7 @@ /* Plugin Name: Auto Cloudinary Description: Super simple Cloudinary auto-upload implementation for WordPress. -Version: 1.1.1 +Version: 1.2.0 Author: Junaid Bhura Author URI: https://junaidbhura.com Text Domain: cloudinary diff --git a/readme.txt b/readme.txt index aeb6821..ef78ad9 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: cloudinary, dynamic-images, cdn, image-optimization, image-manipulation Requires at least: 4.4 Tested up to: 5.2 Requires PHP: 5.6 -Stable tag: 1.1.1 +Stable tag: 1.2.0 Super simple Cloudinary auto-upload implementation for WordPress. @@ -140,6 +140,11 @@ Activate the plugin through the 'Plugins' menu in WordPress. == Changelog == += 1.2.0 = +* Turn off Cloudinary URLs for REST API calls [#18](https://github.com/junaidbhura/auto-cloudinary/issues/18) +* Added progressive image loading parameter [#20](https://github.com/junaidbhura/auto-cloudinary/issues/20) +* Full release details: [https://github.com/junaidbhura/auto-cloudinary/releases/tag/1.2.0](https://github.com/junaidbhura/auto-cloudinary/releases/tag/1.2.0) + = 1.1.1 = * Better AJAX support [#13](https://github.com/junaidbhura/auto-cloudinary/issues/13)