Skip to content

Commit

Permalink
Merge branch 'dev' into fixed-client-grant-to-management-api
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp authored Jan 20, 2018
2 parents 5168e1f + 56ca133 commit 7ce0eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/WP_Auth0_DBManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/WP_Auth0_Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 7ce0eac

Please sign in to comment.