Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit a2a1c0f

Browse files
author
Amir Tocker
committed
Version 2.5.0
1 parent 905b3fc commit a2a1c0f

5 files changed

+8
-8
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-jquery-file-upload",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"homepage": "http://cloudinary.com",
55
"authors": [
66
{

cloudinary-jquery-file-upload.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/**
3-
* Cloudinary's JavaScript library - Version 2.4.0
3+
* Cloudinary's JavaScript library - Version 2.5.0
44
* Copyright Cloudinary
55
* see https://github.com/cloudinary/cloudinary_js
66
*
@@ -3462,7 +3462,7 @@ var slice = [].slice,
34623462
Cloudinary = (function() {
34633463
var AKAMAI_SHARED_CDN, CF_SHARED_CDN, DEFAULT_POSTER_OPTIONS, DEFAULT_VIDEO_SOURCE_TYPES, OLD_AKAMAI_SHARED_CDN, SEO_TYPES, SHARED_CDN, VERSION, absolutize, applyBreakpoints, cdnSubdomainNumber, closestAbove, cloudinaryUrlPrefix, defaultBreakpoints, finalizeResourceType, findContainerWidth, maxWidth, updateDpr;
34643464

3465-
VERSION = "2.4.0";
3465+
VERSION = "2.5.0";
34663466

34673467
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
34683468

@@ -4713,7 +4713,7 @@ var slice = [].slice,
47134713
TextLayer: TextLayer,
47144714
SubtitlesLayer: SubtitlesLayer,
47154715
Cloudinary: Cloudinary,
4716-
VERSION: "2.4.0",
4716+
VERSION: "2.5.0",
47174717
CloudinaryJQuery: CloudinaryJQuery
47184718
};
47194719
return cloudinary;

cloudinary-jquery-file-upload.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/global.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h4><span class="type-signature"></span>slice<span class="type-signature"></span
141141
<dd>
142142

143143
<div class="description">
144-
<p>Cloudinary's JavaScript library - Version 2.4.0
144+
<p>Cloudinary's JavaScript library - Version 2.5.0
145145
Copyright Cloudinary
146146
see https://github.com/cloudinary/cloudinary_js</p>
147147
</div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-jquery-file-upload",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
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
"files": ["*.js"],

0 commit comments

Comments
 (0)