Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tocker committed Nov 30, 2015
1 parent 7b9ee40 commit 879c7a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2.0.2 / 2015-11-30
==================

* Bootstrap fileupload when loading the code directly. Required for backward compatibility.
* Verify that cloudinary domain exists when defining the Tranfsormation class

2.0.1 / 2015-11-22
==================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary",
"version": "2.0.1",
"version": "2.0.2",
"title": "Cloudinary jQuery Plugin",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary_js",
"version": "2.0.1",
"version": "2.0.2",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion src/cloudinary.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Main Cloudinary class
###
class Cloudinary
VERSION = "2.0.1"
VERSION = "2.0.2"
CF_SHARED_CDN = "d3jpl91pxevbkh.cloudfront.net";
OLD_AKAMAI_SHARED_CDN = "cloudinary-a.akamaihd.net";
AKAMAI_SHARED_CDN = "res.cloudinary.com";
Expand Down

0 comments on commit 879c7a6

Please sign in to comment.