Skip to content

Commit

Permalink
Version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tocker committed Dec 28, 2015
1 parent 7d27e74 commit 5c9c745
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

2.0.4 / 2015-12-28
==================

* Create `namespace` folder. Move "`-full`" files to the new folder and rename them.
* Make root module nameless.
* Update dependencies and documentation of script tags.
* Check if jQuery.fn.fileupload exists before executing related methods. Used for backward compatibility. Fixes #67
* Add test runner for source ("un-packed") AMD.
* Don't use `file:` for Cloudinary URL. Modify resources URLs in the test files.
* Remove `testWindow.removeEventListener handler` - it was causing the test to fail.
* Fix reference to Configuration.

2.0.3 / 2015-11-30
==================

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.3",
"version": "2.0.4",
"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.3",
"version": "2.0.4",
"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.3"
VERSION = "2.0.4"
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 5c9c745

Please sign in to comment.