From ae7380c87bc9f41c4ec787b4bedd92a25e9ee1d3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Sep 2020 13:30:18 +0000 Subject: [PATCH] Version 2.11.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- pkg/cloudinary-core/package.json | 2 +- pkg/cloudinary-jquery-file-upload/package.json | 2 +- pkg/cloudinary-jquery/package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6130f93..00580e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +2.11.3 / 2020-09-30 +================== + +* Fix js/jquery.cloudinary.js es5 compatibility by removing arrow functions + 2.11.2 / 2020-08-11 ================== diff --git a/package.json b/package.json index 954657a6..0ce31127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_js", - "version": "2.11.2", + "version": "2.11.3", "description": "Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.", "main": "js/jquery.cloudinary.js", "directories": { diff --git a/pkg/cloudinary-core/package.json b/pkg/cloudinary-core/package.json index c6f8c94b..fb1adafe 100644 --- a/pkg/cloudinary-core/package.json +++ b/pkg/cloudinary-core/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-core", - "version": "2.11.2", + "version": "2.11.3", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.", "main": "cloudinary-core.js", "types": "cloudinary-core.d.ts", diff --git a/pkg/cloudinary-jquery-file-upload/package.json b/pkg/cloudinary-jquery-file-upload/package.json index 71e02357..5025dd54 100644 --- a/pkg/cloudinary-jquery-file-upload/package.json +++ b/pkg/cloudinary-jquery-file-upload/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-jquery-file-upload", - "version": "2.11.2", + "version": "2.11.3", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more. Cloudinary's jQuery File Upload plugin allows direct uploading from the browser to the cloud and dynamic cloud-based image transformations and effects.", "main": "cloudinary-jquery-file-upload.js", "types": "cloudinary-jquery-file-upload.d.ts", diff --git a/pkg/cloudinary-jquery/package.json b/pkg/cloudinary-jquery/package.json index 3bab0d7e..27ef2071 100644 --- a/pkg/cloudinary-jquery/package.json +++ b/pkg/cloudinary-jquery/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-jquery", - "version": "2.11.2", + "version": "2.11.3", "description": "Cloudinary Client Side JS library. Cloudinary streamlines your web application’s image manipulation needs. Cloudinary's cloud-based servers automate image uploading, resizing, cropping, optimizing, sprite generation and more.", "main": "cloudinary-jquery.js", "types": "cloudinary-jquery.d.ts",