From e34025e50aca745448ac72435f707ae3e873d1f8 Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Sun, 17 Jul 2022 07:46:58 +0000 Subject: [PATCH] Version 2.13.0 --- CHANGELOG.md | 17 +++++++++++++++++ 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, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62eb9ad..1354c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +2.13.0 / 2022-07-17 +================== + +New functionality and features +------------------------------ +* Allow to disable b-frames for video codec (#284) +* Add support for generating url with auth_token (#290) + +Fixes +------------- +* Fix support for start offset and end offset parameters (#289) + +Other Changes +------------- +* Remove links to nonexistent mapfiles in js folder (#283) +* Update README + 2.12.3 / 2022-01-06 ================== diff --git a/package.json b/package.json index 5f097e8..640a8c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_js", - "version": "2.12.3", + "version": "2.13.0", "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 a4c64c9..76e4981 100644 --- a/pkg/cloudinary-core/package.json +++ b/pkg/cloudinary-core/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-core", - "version": "2.12.3", + "version": "2.13.0", "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 fbbbc6a..306aeed 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.12.3", + "version": "2.13.0", "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 cef0d96..63d83c7 100644 --- a/pkg/cloudinary-jquery/package.json +++ b/pkg/cloudinary-jquery/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary-jquery", - "version": "2.12.3", + "version": "2.13.0", "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",