From d7e55399d287bc4ef7aa3f55a2e23e5c63958eda Mon Sep 17 00:00:00 2001 From: googleforcreators-bot <94923726+googleforcreators-bot@users.noreply.github.com> Date: Tue, 2 May 2023 13:43:57 +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 6aa09491d452..bad9db5cf23a 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.0' ); -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 );