Plugin Directory

Changeset 2882158


Ignore:
Timestamp:
03/17/2023 07:47:52 PM (3 years ago)
Author:
authress
Message:

Update to version 0.2.83 from GitHub

Location:
authress
Files:
17 edited
1 copied

Legend:

Unmodified
Added
Removed
  • authress/assets/readme.txt

    r2839877 r2882158  
    44Requires at least: 5.5
    55Requires PHP: 7.4
    6 Tested up to: 6.1
    7 Stable tag: 0.2.82
     6Tested up to: 6.2
     7Stable tag: 0.2.83
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
  • authress/tags/0.2.83/Authress_Sso_Login.php

    r2839877 r2882158  
    44    Plugin URI:   https://wordpress.org/plugins/authress
    55    Description:  Upgrades the WordPress login to support SSO Login.
    6     Version:      0.2.82
     6    Version:      0.2.83
    77    Author:       Authress
    88    Author URI:   https://authress.io
     
    1111*/
    1212
    13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.82' );
     13define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.83' );
    1414
    1515define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ );
  • authress/tags/0.2.83/readme.txt

    r2839877 r2882158  
    44Requires at least: 5.5
    55Requires PHP: 7.4
    6 Tested up to: 6.1
    7 Stable tag: 0.2.82
     6Tested up to: 6.2
     7Stable tag: 0.2.83
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
  • authress/tags/0.2.83/vendor/autoload.php

    r2839877 r2882158  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit0177c8117208da34753e0bd9cc185f12::getLoader();
     7return ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4::getLoader();
  • authress/tags/0.2.83/vendor/composer/InstalledVersions.php

    r2839877 r2882158  
    3131    array (
    3232    ),
    33     'reference' => 'ed0b6f33a228e9e06b6c22452e8ac16409749681',
     33    'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317',
    3434    'name' => 'authress/wordpress-plugin.php',
    3535  ),
     
    4343      array (
    4444      ),
    45       'reference' => 'ed0b6f33a228e9e06b6c22452e8ac16409749681',
     45      'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317',
    4646    ),
    4747    'codercat/jwk-to-pem' =>
  • authress/tags/0.2.83/vendor/composer/autoload_real.php

    r2839877 r2882158  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0177c8117208da34753e0bd9cc185f12
     5class ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit0177c8117208da34753e0bd9cc185f12', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit0177c8117208da34753e0bd9cc185f12', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4', '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\ComposerStaticInit0177c8117208da34753e0bd9cc185f12::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInit0177c8117208da34753e0bd9cc185f12::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequire0177c8117208da34753e0bd9cc185f12($fileIdentifier, $file);
     61            composerRequire08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file);
    6262        }
    6363
     
    6666}
    6767
    68 function composerRequire0177c8117208da34753e0bd9cc185f12($fileIdentifier, $file)
     68function composerRequire08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file)
    6969{
    7070    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • authress/tags/0.2.83/vendor/composer/autoload_static.php

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

    r2839877 r2882158  
    77    array (
    88    ),
    9     'reference' => 'ed0b6f33a228e9e06b6c22452e8ac16409749681',
     9    'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317',
    1010    'name' => 'authress/wordpress-plugin.php',
    1111  ),
     
    1919      array (
    2020      ),
    21       'reference' => 'ed0b6f33a228e9e06b6c22452e8ac16409749681',
     21      'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317',
    2222    ),
    2323    'codercat/jwk-to-pem' =>
  • authress/tags/0.2.83/wordpress/readme.txt

    r2839877 r2882158  
    44Requires at least: 5.5
    55Requires PHP: 7.4
    6 Tested up to: 6.1
    7 Stable tag: 0.2.82
     6Tested up to: 6.2
     7Stable tag: 0.2.83
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
  • authress/trunk/Authress_Sso_Login.php

    r2839877 r2882158  
    44    Plugin URI:   https://wordpress.org/plugins/authress
    55    Description:  Upgrades the WordPress login to support SSO Login.
    6     Version:      0.2.82
     6    Version:      0.2.83
    77    Author:       Authress
    88    Author URI:   https://authress.io
     
    1111*/
    1212
    13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.82' );
     13define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.83' );
    1414
    1515define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ );
  • authress/trunk/readme.txt

    r2839877 r2882158  
    44Requires at least: 5.5
    55Requires PHP: 7.4
    6 Tested up to: 6.1
    7 Stable tag: 0.2.82
     6Tested up to: 6.2
     7Stable tag: 0.2.83
    88License: Apache-2.0
    99License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
  • authress/trunk/vendor/autoload.php

    r2839877 r2882158  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit0177c8117208da34753e0bd9cc185f12::getLoader();
     7return ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4::getLoader();
  • authress/trunk/vendor/composer/InstalledVersions.php

    r2839877 r2882158  
    3131    array (
    3232    ),
    33     'reference' => 'ed0b6f33a228e9e06b6c22452e8ac16409749681',
     33    'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317',
    3434    'name' => 'authress/wordpress-plugin.php',
    3535  ),
     
    4343      array (
    4444      ),
    45       'reference' => 'ed0b6f33a228e9e06b6c22452e8ac16409749681',
     45      'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317',
    4646    ),
    4747    'codercat/jwk-to-pem' =>
  • authress/trunk/vendor/composer/autoload_real.php

    r2839877 r2882158  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit0177c8117208da34753e0bd9cc185f12
     5class ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit0177c8117208da34753e0bd9cc185f12', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit0177c8117208da34753e0bd9cc185f12', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4', '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\ComposerStaticInit0177c8117208da34753e0bd9cc185f12::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5454
    5555        if ($useStaticLoader) {
    56             $includeFiles = Composer\Autoload\ComposerStaticInit0177c8117208da34753e0bd9cc185f12::$files;
     56            $includeFiles = Composer\Autoload\ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$files;
    5757        } else {
    5858            $includeFiles = require __DIR__ . '/autoload_files.php';
    5959        }
    6060        foreach ($includeFiles as $fileIdentifier => $file) {
    61             composerRequire0177c8117208da34753e0bd9cc185f12($fileIdentifier, $file);
     61            composerRequire08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file);
    6262        }
    6363
     
    6666}
    6767
    68 function composerRequire0177c8117208da34753e0bd9cc185f12($fileIdentifier, $file)
     68function composerRequire08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file)
    6969{
    7070    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • authress/trunk/vendor/composer/autoload_static.php

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

    r2839877 r2882158  
    77    array (
    88    ),
    9     'reference' => 'ed0b6f33a228e9e06b6c22452e8ac16409749681',
     9    'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317',
    1010    'name' => 'authress/wordpress-plugin.php',
    1111  ),
     
    1919      array (
    2020      ),
    21       'reference' => 'ed0b6f33a228e9e06b6c22452e8ac16409749681',
     21      'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317',
    2222    ),
    2323    'codercat/jwk-to-pem' =>
  • authress/trunk/wordpress/readme.txt

    r2839877 r2882158  
    44Requires at least: 5.5
    55Requires PHP: 7.4
    6 Tested up to: 6.1
    7 Stable tag: 0.2.82
     6Tested up to: 6.2
     7Stable tag: 0.2.83
    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.