Skip to content

Commit 3a06a47

Browse files
authored
Merge pull request #1062 from cloudinary/uat
3.2.10
2 parents 37d34a5 + c0bf2f2 commit 3a06a47

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.9
1+
3.2.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@
143143
"webpack-cli": "^4.2.0",
144144
"webpackbar": "^5.0.2"
145145
},
146-
"version": "3.2.9"
146+
"version": "3.2.10"
147147
}

php/class-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ protected function setup_endpoints() {
587587
* The Cloudinary Video Player version.
588588
*/
589589
if ( ! defined( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION' ) ) {
590-
define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '3.0.1' );
590+
define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '3.0.2' );
591591
}
592592
}
593593

readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ Your site is now setup to start using Cloudinary.
146146

147147
== Changelog ==
148148

149+
= 3.2.10 (24 June 2025) =
150+
151+
Fixes and Improvements:
152+
153+
* Upgraded the Cloudinary Video Player to v3.0.2
154+
149155
= 3.2.9 (24 June 2025) =
150156

151157
Fixes and Improvements:

0 commit comments

Comments
 (0)