diff --git a/lib/WP_Auth0_DBManager.php b/lib/WP_Auth0_DBManager.php index f21580ee..b3c5c4f3 100644 --- a/lib/WP_Auth0_DBManager.php +++ b/lib/WP_Auth0_DBManager.php @@ -136,8 +136,8 @@ public function install_db( $version_to_install = null, $app_token = '' ) { if ( $this->current_db_version < 15 || 15 === $version_to_install ) { $options->set('use_lock_10', true); - $options->set('cdn_url', '//cdn.auth0.com/js/lock/11.0.0/lock.min.js'); - $options->set('auth0js-cdn', '//cdn.auth0.com/js/auth0/9.0.0/auth0.min.js'); + $options->set('cdn_url', '//cdn.auth0.com/js/lock/11.1/lock.min.js'); + $options->set('auth0js-cdn', '//cdn.auth0.com/js/auth0/9.1/auth0.min.js'); $options->set('cache_expiration', 1440); // Update Client diff --git a/lib/WP_Auth0_Options.php b/lib/WP_Auth0_Options.php index 8fc5cf4e..bc0a1ee1 100755 --- a/lib/WP_Auth0_Options.php +++ b/lib/WP_Auth0_Options.php @@ -129,7 +129,7 @@ protected function defaults() { 'passwordless_method' => 'magiclink', 'passwordless_cdn_url' => '//cdn.auth0.com/js/lock-passwordless-2.2.min.js', 'use_lock_10' => true, - 'cdn_url' => '//cdn.auth0.com/js/lock/11.0.0/lock.min.js', + 'cdn_url' => '//cdn.auth0.com/js/lock/11.1/lock.min.js', 'cdn_url_legacy' => '//cdn.auth0.com/js/lock-9.2.min.js', 'requires_verified_email' => true, 'wordpress_login_enabled' => true, @@ -183,7 +183,7 @@ protected function defaults() { 'default_login_redirection' => home_url(), 'auth0_server_domain' => 'auth0.auth0.com', - 'auth0js-cdn' => '//cdn.auth0.com/js/auth0/9.0.0/auth0.min.js', + 'auth0js-cdn' => '//cdn.auth0.com/js/auth0/9.1/auth0.min.js', //DASHBOARD 'chart_idp_type' => 'donut',