From 6a8f2dbf6463ac00892e9e13679935ec3b76a59c Mon Sep 17 00:00:00 2001 From: Amir Tocker Date: Mon, 10 Oct 2016 11:26:13 +0300 Subject: [PATCH] Version 2.1.5 --- CHANGELOG.md | 12 ++++++++++++ bower.json | 2 +- js/jquery.cloudinary.js | 6 +++--- package.json | 2 +- src/cloudinary.coffee | 2 +- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf763d4..182985ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +2.1.5 / 2016-10-10 +================== + + * Refactor `grunt version` + * Test width value 'ow' and height value 'oh' + * Update documentation + * Merge branch 'dpr_auto' + * preview URL shows dpr_1.0 when setting DPR to auto + * Re-introduce the copy:docs task + * Guard for null or empty param in `cloudinary_update` and `processImageTags` as mentioned in #99 + * Fix documentation for `processImageTags` as mentioned in #99 + 2.1.4 / 2016-10-06 ================== diff --git a/bower.json b/bower.json index 215be744..9a4c206d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cloudinary", - "version": "2.1.4", + "version": "2.1.5", "title": "Cloudinary jQuery Plugin", "authors": [ { diff --git a/js/jquery.cloudinary.js b/js/jquery.cloudinary.js index c1ccee04..58c7cd27 100644 --- a/js/jquery.cloudinary.js +++ b/js/jquery.cloudinary.js @@ -1,6 +1,6 @@ /** - * Cloudinary's JavaScript library - Version 2.1.4 + * Cloudinary's JavaScript library - Version 2.1.5 * Copyright Cloudinary * see https://github.com/cloudinary/cloudinary_js * @@ -2866,7 +2866,7 @@ var slice = [].slice, Cloudinary = (function() { var AKAMAI_SHARED_CDN, CF_SHARED_CDN, DEFAULT_POSTER_OPTIONS, DEFAULT_VIDEO_SOURCE_TYPES, OLD_AKAMAI_SHARED_CDN, SHARED_CDN, VERSION, absolutize, applyBreakpoints, cdnSubdomainNumber, closestAbove, cloudinaryUrlPrefix, defaultBreakpoints, finalizeResourceType, findContainerWidth, maxWidth, updateDpr; - VERSION = "2.1.4"; + VERSION = "2.1.5"; CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net"; @@ -4094,7 +4094,7 @@ var slice = [].slice, TextLayer: TextLayer, SubtitlesLayer: SubtitlesLayer, Cloudinary: Cloudinary, - VERSION: "2.1.4", + VERSION: "2.1.5", CloudinaryJQuery: CloudinaryJQuery }; return cloudinary; diff --git a/package.json b/package.json index 7fb76657..d7301421 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudinary_js", - "version": "2.1.4", + "version": "2.1.5", "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/src/cloudinary.coffee b/src/cloudinary.coffee index 179aeb02..7c8fe094 100644 --- a/src/cloudinary.coffee +++ b/src/cloudinary.coffee @@ -1,5 +1,5 @@ class Cloudinary - VERSION = "2.1.4" + VERSION = "2.1.5" CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net" OLD_AKAMAI_SHARED_CDN = "cloudinary-a.akamaihd.net" AKAMAI_SHARED_CDN = "res.cloudinary.com"