Skip to content

Commit edd640e

Browse files
committed
3.1.6
1 parent 8213dd5 commit edd640e

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.6-build-8
1+
3.1.6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@
150150
"webpack-cli": "^4.2.0",
151151
"webpackbar": "^5.0.2"
152152
},
153-
"version": "3.1.0"
153+
"version": "3.1.6"
154154
}

readme.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: Cloudinary, XWP, Automattic
33
Tags: image-optimizer, crop, core-web-vitals, responsive, resize, product-gallery, performance
44
Requires at least: 4.7
5-
Tested up to: 6.3.1
5+
Tested up to: 6.4.2
66
Requires PHP: 5.6
77
Stable tag: STABLETAG
88
License: GPLv2
@@ -134,6 +134,25 @@ Your site is now setup to start using Cloudinary.
134134

135135
== Changelog ==
136136

137+
= 3.1.6 (17 JANUARY 2024) =
138+
139+
Fixes and Improvements:
140+
141+
* Added support for video adaptive bitrate streaming protocols, HLS and MPEG-DASH
142+
* Implemented eagerly generating transformations for auto_formats to ensure faster delivery for both images and videos
143+
* Enable the Cloudinary video player when using a video URL in the video block
144+
* Fixed syncing and delivery of SVG files to Cloudinary
145+
* Resolved the issue of failure in fetching local data as it should appear on the plugin dashboard
146+
* Fixed a missing comma in the `sizes` attribute
147+
* Fixed the problem of extra query calls when no frontend URLs are detected
148+
* Fixed the extension being removed while using f_auto for video delivery
149+
* Resolved the issue of pushing staging assets to production, resulting in a full resync of the assets
150+
* Fixed invalid data in the additional settings block when editing the Cloudinary product gallery widget
151+
* Added a filter for extending eagerly generating transformations formats - `cloudinary_upload_eager_formats`
152+
* Added a filter for supporting different headless frontend domain - `cloudinary_delivery_searchable_url`
153+
* Added a filter for supporting different content URLs - `cloudinary_content_url`
154+
155+
137156
= 3.1.5 (11 OCTOBER 2023) =
138157

139158
Fixes and Improvements:

0 commit comments

Comments
 (0)