From fe38d46320c111c9f6afd5597537b365f3f04e72 Mon Sep 17 00:00:00 2001 From: Thierry Feuzeu Date: Wed, 15 May 2024 02:40:24 +0200 Subject: [PATCH] Updated the js file URL. --- src/Plugin/Code/AssetManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/Code/AssetManager.php b/src/Plugin/Code/AssetManager.php index ac0b85c..93108a9 100644 --- a/src/Plugin/Code/AssetManager.php +++ b/src/Plugin/Code/AssetManager.php @@ -35,7 +35,7 @@ class AssetManager * * @var string */ - const JS_LIB_URL = 'https://cdn.jsdelivr.net/gh/jaxon-php/jaxon-js@5.0.0rc2/dist'; + const JS_LIB_URL = 'https://cdn.jsdelivr.net/gh/jaxon-php/jaxon-js@5.0.0rc3/dist'; /** * The constructor