Skip to content

Commit

Permalink
Version 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmaoz committed Aug 18, 2019
1 parent 91278b9 commit 38c09c2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.7.4 / 2019-08-18
==================

New functionality and features
------------------------------
* Add support for remote\local "pre" function invocation

Other Changes
-------------
* Fix responsive images in ie11
* Add pre release test for packages (#185)

2.7.3 / 2019-08-05
==================

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.7.3",
"version": "2.7.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 pkg/cloudinary-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-core",
"version": "2.7.3",
"version": "2.7.4",
"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.",
"main": "cloudinary-core.js",
"types": "cloudinary-core.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloudinary-jquery-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-jquery-file-upload",
"version": "2.7.3",
"version": "2.7.4",
"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.",
"main": "cloudinary-jquery-file-upload.js",
"types": "cloudinary-jquery-file-upload.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloudinary-jquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary-jquery",
"version": "2.7.3",
"version": "2.7.4",
"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.",
"main": "cloudinary-jquery.js",
"types": "cloudinary-jquery.d.ts",
Expand Down

0 comments on commit 38c09c2

Please sign in to comment.