Skip to content

Commit

Permalink
Version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Mar 22, 2016
1 parent 9b21d81 commit 3e716e5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

2.0.8 / 2016-03-22
==================

* Create local variables for `lodash` and `_` for the shrinkwrap version.
* Add `face_count` and `page_count` to Condition. Use replace with callback to process condition.
* Add `transformation-spec.js` to karma configuration
* Add translation of parameter names in conditional transformation
* Fix responsive tests
* Update tests
* Set default `responsive_use_breakpoints` instead of `responsive_use_stoppoints`.

2.0.7 / 2016-03-08
==================

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.7",
"version": "2.0.8",
"title": "Cloudinary jQuery Plugin",
"authors": [
{
Expand Down
47 changes: 18 additions & 29 deletions js/jquery.cloudinary.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7",
"version": "2.0.8",
"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
@@ -1,5 +1,5 @@
class Cloudinary
VERSION = "2.0.7"
VERSION = "2.0.8"
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 3e716e5

Please sign in to comment.