Skip to content
Merged

3.2.10 #1062

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.9
3.2.10
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@
"webpack-cli": "^4.2.0",
"webpackbar": "^5.0.2"
},
"version": "3.2.9"
"version": "3.2.10"
}
2 changes: 1 addition & 1 deletion php/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ protected function setup_endpoints() {
* The Cloudinary Video Player version.
*/
if ( ! defined( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION' ) ) {
define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '3.0.1' );
define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '3.0.2' );
}
}

Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ Your site is now setup to start using Cloudinary.

== Changelog ==

= 3.2.10 (24 June 2025) =

Fixes and Improvements:

* Upgraded the Cloudinary Video Player to v3.0.2

= 3.2.9 (24 June 2025) =

Fixes and Improvements:
Expand Down