From 5add86fd3ea1887a905f5861395edd2732e0105f Mon Sep 17 00:00:00 2001 From: googleforcreators-bot <94923726+googleforcreators-bot@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:32:29 +0000 Subject: [PATCH] Update assets version to 19 --- web-stories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-stories.php b/web-stories.php index 791436d9c97d..2fddae4a997d 100644 --- a/web-stories.php +++ b/web-stories.php @@ -48,7 +48,7 @@ define( 'WEBSTORIES_PLUGIN_DIR_URL', plugin_dir_url( WEBSTORIES_PLUGIN_FILE ) ); define( 'WEBSTORIES_MINIMUM_PHP_VERSION', '7.4' ); define( 'WEBSTORIES_MINIMUM_WP_VERSION', '6.3' ); -define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/main' ); +define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/19' ); if ( ! defined( 'WEBSTORIES_DEV_MODE' ) ) { define( 'WEBSTORIES_DEV_MODE', false );