We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69612b1 commit f96f3ceCopy full SHA for f96f3ce
CHANGELOG.md
@@ -1,4 +1,18 @@
1
2
+1.18.0 / 2020-09-27
3
+===================
4
+
5
+New functionality and features
6
+------------------------------
7
+ * Add `download_folder` helper
8
+ * Add support for `sources` in `video` tag
9
+ * Add structured metadata to Admin and Upload API
10
11
+Other Changes
12
+-------------
13
+ * Fix download of a raw file in ActiveStorage
14
+ * Update embedded `jquery.cloudinary.js` to fix ES5 compatibility issue
15
16
1.17.1 / 2020-08-25
17
===================
18
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.17.1"
+ VERSION = "1.18.0"
end
0 commit comments