Plugin Directory

Changeset 2690735


Ignore:
Timestamp:
03/08/2022 11:32:20 AM (4 years ago)
Author:
authress
Message:

Update to version 0.2.53 from GitHub

Location:
authress
Files:
4 added
21 edited
1 copied

Legend:

Unmodified
Added
Removed
  • authress/assets/readme.txt

    r2690711 r2690735  
    55Requires PHP: 7.4
    66Tested up to: 5.9.1
    7 Stable tag: 0.2.51
     7Stable tag: 0.2.53
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
  • authress/tags/0.2.53/Authress_Sso_Login.php

    r2690711 r2690735  
    44    Plugin URI:   https://wordpress.org/plugins/authress
    55    Description:  Upgrades the WordPress login to support SSO Login.
    6     Version:      0.2.51
     6    Version:      0.2.53
    77    Author:       Authress
    88    Author URI:   https://authress.io
     
    1111*/
    1212
    13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.51' );
     13define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.53' );
    1414
    1515define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ );
  • authress/tags/0.2.53/lib/Authress_Sso_Login_Lock.php

    r2690169 r2690735  
    3636        // wp_enqueue_script('authress_sso_login_login_auto_load', AUTHRESS_SSO_LOGIN_PLUGIN_JS_URL . 'login.js', [ 'authress_sso_login_login_sdk' ], AUTHRESS_SSO_LOGIN_VERSION);
    3737        $login_tpl = AUTHRESS_SSO_LOGIN_PLUGIN_DIR . 'templates/authress-login-form.php';
    38         $login_tpl = apply_filters( 'authress::user_login_template::html::formatter', $login_tpl);
     38
     39        $authress_options = Authress_Sso_Login_Options::Instance();
     40        $options = [
     41            'custom_domain' => $authress_options->get('customDomain'),
     42            'application_id' => $authress_options->get('applicationId')
     43        ];
     44        $login_tpl = apply_filters( 'authress::user_login_template::html::formatter', $login_tpl, $options);
    3945        require $login_tpl;
    4046    }
  • authress/tags/0.2.53/readme.txt

    r2690711 r2690735  
    55Requires PHP: 7.4
    66Tested up to: 5.9.1
    7 Stable tag: 0.2.51
     7Stable tag: 0.2.53
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
  • authress/tags/0.2.53/templates/authress-login-form.php

    r2690169 r2690735  
    139139        width: 320px;
    140140    }
    141     #registerform, #lostpasswordform, #login .message, #login #login_error {
     141    #registerform, #lostpasswordform {
    142142        width: 320px;
    143143        margin-left: auto;
     
    145145    }
    146146    #login .message, #login #login_error {
    147         width: 342px;
     147        max-width: 342px;
     148        margin-left: auto;
     149        margin-right: auto;
    148150    }
    149151
  • authress/tags/0.2.53/vendor/autoload.php

    r2690711 r2690735  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInite1976fa38244c518f0301a303970e427::getLoader();
     7return ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd::getLoader();
  • authress/tags/0.2.53/vendor/composer/InstalledVersions.php

    r2690711 r2690735  
    3131    array (
    3232    ),
    33     'reference' => 'a8630816f8fc7cf87a997ac33495b2ac5b95dacf',
     33    'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567',
    3434    'name' => 'authress/wordpress-plugin.php',
    3535  ),
     
    4343      array (
    4444      ),
    45       'reference' => 'a8630816f8fc7cf87a997ac33495b2ac5b95dacf',
     45      'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567',
    4646    ),
    4747    'codercat/jwk-to-pem' =>
  • authress/tags/0.2.53/vendor/composer/autoload_real.php

    r2690711 r2690735  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInite1976fa38244c518f0301a303970e427
     5class ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInite1976fa38244c518f0301a303970e427', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInite1976fa38244c518f0301a303970e427', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInite1976fa38244c518f0301a303970e427::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInite1976fa38244c518f0301a303970e427::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequiree1976fa38244c518f0301a303970e427($fileIdentifier, $file);
     61            composerRequire2b0eb5c91ca35dcfd0eb17b49510abdd($fileIdentifier, $file);
    6262        }
    6363
     
    6666}
    6767
    68 function composerRequiree1976fa38244c518f0301a303970e427($fileIdentifier, $file)
     68function composerRequire2b0eb5c91ca35dcfd0eb17b49510abdd($fileIdentifier, $file)
    6969{
    7070    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • authress/tags/0.2.53/vendor/composer/autoload_static.php

    r2690711 r2690735  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInite1976fa38244c518f0301a303970e427
     7class ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd
    88{
    99    public static $files = array (
     
    631631    {
    632632        return \Closure::bind(function () use ($loader) {
    633             $loader->prefixLengthsPsr4 = ComposerStaticInite1976fa38244c518f0301a303970e427::$prefixLengthsPsr4;
    634             $loader->prefixDirsPsr4 = ComposerStaticInite1976fa38244c518f0301a303970e427::$prefixDirsPsr4;
    635             $loader->fallbackDirsPsr4 = ComposerStaticInite1976fa38244c518f0301a303970e427::$fallbackDirsPsr4;
    636             $loader->classMap = ComposerStaticInite1976fa38244c518f0301a303970e427::$classMap;
     633            $loader->prefixLengthsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$prefixLengthsPsr4;
     634            $loader->prefixDirsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$prefixDirsPsr4;
     635            $loader->fallbackDirsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$fallbackDirsPsr4;
     636            $loader->classMap = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$classMap;
    637637
    638638        }, null, ClassLoader::class);
  • authress/tags/0.2.53/vendor/composer/installed.php

    r2690711 r2690735  
    77    array (
    88    ),
    9     'reference' => 'a8630816f8fc7cf87a997ac33495b2ac5b95dacf',
     9    'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567',
    1010    'name' => 'authress/wordpress-plugin.php',
    1111  ),
     
    1919      array (
    2020      ),
    21       'reference' => 'a8630816f8fc7cf87a997ac33495b2ac5b95dacf',
     21      'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567',
    2222    ),
    2323    'codercat/jwk-to-pem' =>
  • authress/tags/0.2.53/wordpress/readme.txt

    r2690711 r2690735  
    55Requires PHP: 7.4
    66Tested up to: 5.9.1
    7 Stable tag: 0.2.51
     7Stable tag: 0.2.53
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
  • authress/trunk/Authress_Sso_Login.php

    r2690711 r2690735  
    44    Plugin URI:   https://wordpress.org/plugins/authress
    55    Description:  Upgrades the WordPress login to support SSO Login.
    6     Version:      0.2.51
     6    Version:      0.2.53
    77    Author:       Authress
    88    Author URI:   https://authress.io
     
    1111*/
    1212
    13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.51' );
     13define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.53' );
    1414
    1515define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ );
  • authress/trunk/lib/Authress_Sso_Login_Lock.php

    r2690169 r2690735  
    3636        // wp_enqueue_script('authress_sso_login_login_auto_load', AUTHRESS_SSO_LOGIN_PLUGIN_JS_URL . 'login.js', [ 'authress_sso_login_login_sdk' ], AUTHRESS_SSO_LOGIN_VERSION);
    3737        $login_tpl = AUTHRESS_SSO_LOGIN_PLUGIN_DIR . 'templates/authress-login-form.php';
    38         $login_tpl = apply_filters( 'authress::user_login_template::html::formatter', $login_tpl);
     38
     39        $authress_options = Authress_Sso_Login_Options::Instance();
     40        $options = [
     41            'custom_domain' => $authress_options->get('customDomain'),
     42            'application_id' => $authress_options->get('applicationId')
     43        ];
     44        $login_tpl = apply_filters( 'authress::user_login_template::html::formatter', $login_tpl, $options);
    3945        require $login_tpl;
    4046    }
  • authress/trunk/readme.txt

    r2690711 r2690735  
    55Requires PHP: 7.4
    66Tested up to: 5.9.1
    7 Stable tag: 0.2.51
     7Stable tag: 0.2.53
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
  • authress/trunk/templates/authress-login-form.php

    r2690169 r2690735  
    139139        width: 320px;
    140140    }
    141     #registerform, #lostpasswordform, #login .message, #login #login_error {
     141    #registerform, #lostpasswordform {
    142142        width: 320px;
    143143        margin-left: auto;
     
    145145    }
    146146    #login .message, #login #login_error {
    147         width: 342px;
     147        max-width: 342px;
     148        margin-left: auto;
     149        margin-right: auto;
    148150    }
    149151
  • authress/trunk/vendor/autoload.php

    r2690711 r2690735  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInite1976fa38244c518f0301a303970e427::getLoader();
     7return ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd::getLoader();
  • authress/trunk/vendor/composer/InstalledVersions.php

    r2690711 r2690735  
    3131    array (
    3232    ),
    33     'reference' => 'a8630816f8fc7cf87a997ac33495b2ac5b95dacf',
     33    'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567',
    3434    'name' => 'authress/wordpress-plugin.php',
    3535  ),
     
    4343      array (
    4444      ),
    45       'reference' => 'a8630816f8fc7cf87a997ac33495b2ac5b95dacf',
     45      'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567',
    4646    ),
    4747    'codercat/jwk-to-pem' =>
  • authress/trunk/vendor/composer/autoload_real.php

    r2690711 r2690735  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInite1976fa38244c518f0301a303970e427
     5class ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInite1976fa38244c518f0301a303970e427', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInite1976fa38244c518f0301a303970e427', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit2b0eb5c91ca35dcfd0eb17b49510abdd', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInite1976fa38244c518f0301a303970e427::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInite1976fa38244c518f0301a303970e427::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequiree1976fa38244c518f0301a303970e427($fileIdentifier, $file);
     61            composerRequire2b0eb5c91ca35dcfd0eb17b49510abdd($fileIdentifier, $file);
    6262        }
    6363
     
    6666}
    6767
    68 function composerRequiree1976fa38244c518f0301a303970e427($fileIdentifier, $file)
     68function composerRequire2b0eb5c91ca35dcfd0eb17b49510abdd($fileIdentifier, $file)
    6969{
    7070    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • authress/trunk/vendor/composer/autoload_static.php

    r2690711 r2690735  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInite1976fa38244c518f0301a303970e427
     7class ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd
    88{
    99    public static $files = array (
     
    631631    {
    632632        return \Closure::bind(function () use ($loader) {
    633             $loader->prefixLengthsPsr4 = ComposerStaticInite1976fa38244c518f0301a303970e427::$prefixLengthsPsr4;
    634             $loader->prefixDirsPsr4 = ComposerStaticInite1976fa38244c518f0301a303970e427::$prefixDirsPsr4;
    635             $loader->fallbackDirsPsr4 = ComposerStaticInite1976fa38244c518f0301a303970e427::$fallbackDirsPsr4;
    636             $loader->classMap = ComposerStaticInite1976fa38244c518f0301a303970e427::$classMap;
     633            $loader->prefixLengthsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$prefixLengthsPsr4;
     634            $loader->prefixDirsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$prefixDirsPsr4;
     635            $loader->fallbackDirsPsr4 = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$fallbackDirsPsr4;
     636            $loader->classMap = ComposerStaticInit2b0eb5c91ca35dcfd0eb17b49510abdd::$classMap;
    637637
    638638        }, null, ClassLoader::class);
  • authress/trunk/vendor/composer/installed.php

    r2690711 r2690735  
    77    array (
    88    ),
    9     'reference' => 'a8630816f8fc7cf87a997ac33495b2ac5b95dacf',
     9    'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567',
    1010    'name' => 'authress/wordpress-plugin.php',
    1111  ),
     
    1919      array (
    2020      ),
    21       'reference' => 'a8630816f8fc7cf87a997ac33495b2ac5b95dacf',
     21      'reference' => '887bb439e965d138b19569d28fdd7ec6a345c567',
    2222    ),
    2323    'codercat/jwk-to-pem' =>
  • authress/trunk/wordpress/readme.txt

    r2690711 r2690735  
    55Requires PHP: 7.4
    66Tested up to: 5.9.1
    7 Stable tag: 0.2.51
     7Stable tag: 0.2.53
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
Note: See TracChangeset for help on using the changeset viewer.