Skip to content

Commit 4a62556

Browse files
Version 1.1.11
1 parent 57caa39 commit 4a62556

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
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.10
7+
Version: 1.1.11
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.10');
13+
define('cloudinary_VERSION', '1.1.11');
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: cloudinary
33
Tags: image, images, media, gallery, photo, photos, picture, pictures, thumbnail, upload, admin, administration, api, cms, dashboard, editor, flickr, integration, manage, mobile, page, pages, post, social-media
44
Requires at least: 3.0
5-
Tested up to: 4.9.5
5+
Tested up to: 5.1
66
Stable tag: trunk
77
License: GPLv2
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -161,7 +161,12 @@ N/A
161161

162162
== Changelog ==
163163

164-
= 1.1.10 (17 May 2018)
164+
= 1.1.11 (3 Mar 2019) =
165+
* Add CLI command for syncing media
166+
* Fix `update_window_dimensions` to fire only when library is visible
167+
* Fix illegal function call in PHP5.3
168+
169+
= 1.1.10 (17 May 2018) =
165170
* Fix memory exhaustion in "Upload to Cloudinary" functionality
166171
* Fix "Cloudinary Upload/Insert" button compatibility and style
167172
* Fix `url` and `secure_url` inconsistency

0 commit comments

Comments
 (0)