Skip to content

Commit ae7380c

Browse files
Version 2.11.3
1 parent cce8554 commit ae7380c

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.11.3 / 2020-09-30
2+
==================
3+
4+
* Fix js/jquery.cloudinary.js es5 compatibility by removing arrow functions
5+
16
2.11.2 / 2020-08-11
27
==================
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary_js",
3-
"version": "2.11.2",
3+
"version": "2.11.3",
44
"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.",
55
"main": "js/jquery.cloudinary.js",
66
"directories": {

pkg/cloudinary-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-core",
3-
"version": "2.11.2",
3+
"version": "2.11.3",
44
"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.",
55
"main": "cloudinary-core.js",
66
"types": "cloudinary-core.d.ts",

pkg/cloudinary-jquery-file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-jquery-file-upload",
3-
"version": "2.11.2",
3+
"version": "2.11.3",
44
"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.",
55
"main": "cloudinary-jquery-file-upload.js",
66
"types": "cloudinary-jquery-file-upload.d.ts",

pkg/cloudinary-jquery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-jquery",
3-
"version": "2.11.2",
3+
"version": "2.11.3",
44
"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.",
55
"main": "cloudinary-jquery.js",
66
"types": "cloudinary-jquery.d.ts",

0 commit comments

Comments
 (0)