From 198237668853b8f6a6f1e102b7c03720848c6e20 Mon Sep 17 00:00:00 2001 From: Marco Pereirinha Date: Fri, 20 Dec 2024 16:07:25 +0000 Subject: [PATCH 1/2] Use the `latest` video player --- php/class-plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/class-plugin.php b/php/class-plugin.php index 0ff01421..75458386 100644 --- a/php/class-plugin.php +++ b/php/class-plugin.php @@ -586,7 +586,7 @@ protected function setup_endpoints() { * The Cloudinary Video Player version. */ if ( ! defined( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION' ) ) { - define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '1.11.1' ); + define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', 'latest' ); } } From 370a773050b46dfc17d828852df2bff91ed2f1f2 Mon Sep 17 00:00:00 2001 From: Marco Pereirinha Date: Fri, 20 Dec 2024 16:43:19 +0000 Subject: [PATCH 2/2] Update the video player --- php/class-plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/class-plugin.php b/php/class-plugin.php index 75458386..7aecee44 100644 --- a/php/class-plugin.php +++ b/php/class-plugin.php @@ -586,7 +586,7 @@ protected function setup_endpoints() { * The Cloudinary Video Player version. */ if ( ! defined( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION' ) ) { - define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', 'latest' ); + define( 'CLOUDINARY_ENDPOINTS_VIDEO_PLAYER_VERSION', '2.2.0' ); } }