Skip to content

Commit 6a19513

Browse files
Version 1.1.12
* Fix jQuery exception
1 parent debf6ff commit 6a19513

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/cloudinary.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
Plugin URI: http://cloudinary.com/
55
Description: Cloudinary allows you to upload your images to the cloud. They'll be available to your visitors through a fast content delivery network, improving your website's loading speed and overall user experience. With Cloudinary, you can transform uploaded images without leaving Wordpress - apply effects (sharpen, gray scale, sepia, and more), smart cropping and re-sizing (including face detection based cropping), and much more.
66
7-
Version: 1.1.11
7+
Version: 1.1.12
88
Author: Cloudinary Ltd.
99
Author URI: http://cloudinary.com/
1010
*/
1111
require_once plugin_dir_path(__FILE__).'autoload.php';
1212

13-
define('cloudinary_VERSION', '1.1.11');
13+
define('cloudinary_VERSION', '1.1.12');
1414
define('cloudinary_PLUGIN_URL', plugin_dir_url(__FILE__));
1515
define('CLOUDINARY_BASE_URL', 'https://cloudinary.com');
1616
define('CLOUDINARY_UNIQUE_ID', 'cloudinary-image-management-and-manipulation-in-the-cloud-cdn');

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ N/A
161161

162162
== Changelog ==
163163

164+
= 1.1.12 (11 Mar 2019) =
165+
* Fix jQuery exception
166+
164167
= 1.1.11 (3 Mar 2019) =
165168
* Add CLI command for syncing media
166169
* Fix `update_window_dimensions` to fire only when library is visible

0 commit comments

Comments
 (0)