Changeset 2882158
- Timestamp:
- 03/17/2023 07:47:52 PM (3 years ago)
- Location:
- authress
- Files:
-
- 17 edited
- 1 copied
-
assets/readme.txt (modified) (1 diff)
-
tags/0.2.83 (copied) (copied from authress/trunk)
-
tags/0.2.83/Authress_Sso_Login.php (modified) (2 diffs)
-
tags/0.2.83/readme.txt (modified) (1 diff)
-
tags/0.2.83/vendor/autoload.php (modified) (1 diff)
-
tags/0.2.83/vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
tags/0.2.83/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/0.2.83/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/0.2.83/vendor/composer/installed.php (modified) (2 diffs)
-
tags/0.2.83/wordpress/readme.txt (modified) (1 diff)
-
trunk/Authress_Sso_Login.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_real.php (modified) (5 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wordpress/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
authress/assets/readme.txt
r2839877 r2882158 4 4 Requires at least: 5.5 5 5 Requires PHP: 7.4 6 Tested up to: 6. 17 Stable tag: 0.2.8 26 Tested up to: 6.2 7 Stable tag: 0.2.83 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/tags/0.2.83/Authress_Sso_Login.php
r2839877 r2882158 4 4 Plugin URI: https://wordpress.org/plugins/authress 5 5 Description: Upgrades the WordPress login to support SSO Login. 6 Version: 0.2.8 26 Version: 0.2.83 7 7 Author: Authress 8 8 Author URI: https://authress.io … … 11 11 */ 12 12 13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.8 2' );13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.83' ); 14 14 15 15 define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ ); -
authress/tags/0.2.83/readme.txt
r2839877 r2882158 4 4 Requires at least: 5.5 5 5 Requires PHP: 7.4 6 Tested up to: 6. 17 Stable tag: 0.2.8 26 Tested up to: 6.2 7 Stable tag: 0.2.83 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/tags/0.2.83/vendor/autoload.php
r2839877 r2882158 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit0 177c8117208da34753e0bd9cc185f12::getLoader();7 return ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4::getLoader(); -
authress/tags/0.2.83/vendor/composer/InstalledVersions.php
r2839877 r2882158 31 31 array ( 32 32 ), 33 'reference' => 'e d0b6f33a228e9e06b6c22452e8ac16409749681',33 'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317', 34 34 'name' => 'authress/wordpress-plugin.php', 35 35 ), … … 43 43 array ( 44 44 ), 45 'reference' => 'e d0b6f33a228e9e06b6c22452e8ac16409749681',45 'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317', 46 46 ), 47 47 'codercat/jwk-to-pem' => -
authress/tags/0.2.83/vendor/composer/autoload_real.php
r2839877 r2882158 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit0 177c8117208da34753e0bd9cc185f125 class ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit0 177c8117208da34753e0bd9cc185f12', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit0 177c8117208da34753e0bd9cc185f12', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire0 177c8117208da34753e0bd9cc185f12($fileIdentifier, $file);61 composerRequire08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire0 177c8117208da34753e0bd9cc185f12($fileIdentifier, $file)68 function composerRequire08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
authress/tags/0.2.83/vendor/composer/autoload_static.php
r2839877 r2882158 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit0 177c8117208da34753e0bd9cc185f127 class ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4 8 8 { 9 9 public static $files = array ( … … 631 631 { 632 632 return \Closure::bind(function () use ($loader) { 633 $loader->prefixLengthsPsr4 = ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$prefixLengthsPsr4;634 $loader->prefixDirsPsr4 = ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$prefixDirsPsr4;635 $loader->fallbackDirsPsr4 = ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$fallbackDirsPsr4;636 $loader->classMap = ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$classMap;633 $loader->prefixLengthsPsr4 = ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$prefixLengthsPsr4; 634 $loader->prefixDirsPsr4 = ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$prefixDirsPsr4; 635 $loader->fallbackDirsPsr4 = ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$fallbackDirsPsr4; 636 $loader->classMap = ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$classMap; 637 637 638 638 }, null, ClassLoader::class); -
authress/tags/0.2.83/vendor/composer/installed.php
r2839877 r2882158 7 7 array ( 8 8 ), 9 'reference' => 'e d0b6f33a228e9e06b6c22452e8ac16409749681',9 'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317', 10 10 'name' => 'authress/wordpress-plugin.php', 11 11 ), … … 19 19 array ( 20 20 ), 21 'reference' => 'e d0b6f33a228e9e06b6c22452e8ac16409749681',21 'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317', 22 22 ), 23 23 'codercat/jwk-to-pem' => -
authress/tags/0.2.83/wordpress/readme.txt
r2839877 r2882158 4 4 Requires at least: 5.5 5 5 Requires PHP: 7.4 6 Tested up to: 6. 17 Stable tag: 0.2.8 26 Tested up to: 6.2 7 Stable tag: 0.2.83 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/trunk/Authress_Sso_Login.php
r2839877 r2882158 4 4 Plugin URI: https://wordpress.org/plugins/authress 5 5 Description: Upgrades the WordPress login to support SSO Login. 6 Version: 0.2.8 26 Version: 0.2.83 7 7 Author: Authress 8 8 Author URI: https://authress.io … … 11 11 */ 12 12 13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.8 2' );13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.83' ); 14 14 15 15 define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ ); -
authress/trunk/readme.txt
r2839877 r2882158 4 4 Requires at least: 5.5 5 5 Requires PHP: 7.4 6 Tested up to: 6. 17 Stable tag: 0.2.8 26 Tested up to: 6.2 7 Stable tag: 0.2.83 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/trunk/vendor/autoload.php
r2839877 r2882158 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit0 177c8117208da34753e0bd9cc185f12::getLoader();7 return ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4::getLoader(); -
authress/trunk/vendor/composer/InstalledVersions.php
r2839877 r2882158 31 31 array ( 32 32 ), 33 'reference' => 'e d0b6f33a228e9e06b6c22452e8ac16409749681',33 'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317', 34 34 'name' => 'authress/wordpress-plugin.php', 35 35 ), … … 43 43 array ( 44 44 ), 45 'reference' => 'e d0b6f33a228e9e06b6c22452e8ac16409749681',45 'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317', 46 46 ), 47 47 'codercat/jwk-to-pem' => -
authress/trunk/vendor/composer/autoload_real.php
r2839877 r2882158 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit0 177c8117208da34753e0bd9cc185f125 class ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit0 177c8117208da34753e0bd9cc185f12', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit0 177c8117208da34753e0bd9cc185f12', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire0 177c8117208da34753e0bd9cc185f12($fileIdentifier, $file);61 composerRequire08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire0 177c8117208da34753e0bd9cc185f12($fileIdentifier, $file)68 function composerRequire08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
authress/trunk/vendor/composer/autoload_static.php
r2839877 r2882158 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit0 177c8117208da34753e0bd9cc185f127 class ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4 8 8 { 9 9 public static $files = array ( … … 631 631 { 632 632 return \Closure::bind(function () use ($loader) { 633 $loader->prefixLengthsPsr4 = ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$prefixLengthsPsr4;634 $loader->prefixDirsPsr4 = ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$prefixDirsPsr4;635 $loader->fallbackDirsPsr4 = ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$fallbackDirsPsr4;636 $loader->classMap = ComposerStaticInit0 177c8117208da34753e0bd9cc185f12::$classMap;633 $loader->prefixLengthsPsr4 = ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$prefixLengthsPsr4; 634 $loader->prefixDirsPsr4 = ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$prefixDirsPsr4; 635 $loader->fallbackDirsPsr4 = ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$fallbackDirsPsr4; 636 $loader->classMap = ComposerStaticInit08d2c99001f4d0502c1d08059bb96ac4::$classMap; 637 637 638 638 }, null, ClassLoader::class); -
authress/trunk/vendor/composer/installed.php
r2839877 r2882158 7 7 array ( 8 8 ), 9 'reference' => 'e d0b6f33a228e9e06b6c22452e8ac16409749681',9 'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317', 10 10 'name' => 'authress/wordpress-plugin.php', 11 11 ), … … 19 19 array ( 20 20 ), 21 'reference' => 'e d0b6f33a228e9e06b6c22452e8ac16409749681',21 'reference' => 'ecec31bd9d12919931eb32ba3f2c98deb1a7c317', 22 22 ), 23 23 'codercat/jwk-to-pem' => -
authress/trunk/wordpress/readme.txt
r2839877 r2882158 4 4 Requires at least: 5.5 5 5 Requires PHP: 7.4 6 Tested up to: 6. 17 Stable tag: 0.2.8 26 Tested up to: 6.2 7 Stable tag: 0.2.83 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE
Note: See TracChangeset
for help on using the changeset viewer.