Changeset 2957855
- Timestamp:
- 08/24/2023 11:51:48 AM (2 years ago)
- Location:
- authress
- Files:
-
- 19 edited
- 1 copied
-
assets/readme.txt (modified) (1 diff)
-
tags/0.2.86 (copied) (copied from authress/trunk)
-
tags/0.2.86/Authress_Sso_Login.php (modified) (2 diffs)
-
tags/0.2.86/lib/Authress_Sso_Login_LoginManager.php (modified) (1 diff)
-
tags/0.2.86/readme.txt (modified) (1 diff)
-
tags/0.2.86/vendor/autoload.php (modified) (1 diff)
-
tags/0.2.86/vendor/composer/InstalledVersions.php (modified) (2 diffs)
-
tags/0.2.86/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/0.2.86/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/0.2.86/vendor/composer/installed.php (modified) (2 diffs)
-
tags/0.2.86/wordpress/readme.txt (modified) (1 diff)
-
trunk/Authress_Sso_Login.php (modified) (2 diffs)
-
trunk/lib/Authress_Sso_Login_LoginManager.php (modified) (1 diff)
-
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
r2882158 r2957855 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.2 7 Stable tag: 0.2.8 37 Stable tag: 0.2.86 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/tags/0.2.86/Authress_Sso_Login.php
r2882158 r2957855 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 36 Version: 0.2.86 7 7 Author: Authress 8 8 Author URI: https://authress.io … … 11 11 */ 12 12 13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.8 3' );13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.86' ); 14 14 15 15 define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ ); -
authress/tags/0.2.86/lib/Authress_Sso_Login_LoginManager.php
r2715053 r2957855 364 364 $client = new GuzzleHttp\Client([ 365 365 'base_uri' => $expectedIss, 366 'decode_content' => false 366 'decode_content' => false, 367 'headers' => [ 'User-Agent' => 'Authress SDK; WordPress; ;' ] 367 368 ]); 368 369 -
authress/tags/0.2.86/readme.txt
r2882158 r2957855 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.2 7 Stable tag: 0.2.8 37 Stable tag: 0.2.86 8 8 License: Apache-2.0 9 9 License URI: https://github.com/Authress/wordpress-sso-login/blob/main/LICENSE -
authress/tags/0.2.86/vendor/autoload.php
r2882158 r2957855 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 08d2c99001f4d0502c1d08059bb96ac4::getLoader();7 return ComposerAutoloaderInitf71b123946e41e7c5942eedb89b5ee6c::getLoader(); -
authress/tags/0.2.86/vendor/composer/InstalledVersions.php
r2882158 r2957855 31 31 array ( 32 32 ), 33 'reference' => ' ecec31bd9d12919931eb32ba3f2c98deb1a7c317',33 'reference' => '0af6cedcfc64b9a3524a586a786e53c9f7c7f429', 34 34 'name' => 'authress/wordpress-plugin.php', 35 35 ), … … 43 43 array ( 44 44 ), 45 'reference' => ' ecec31bd9d12919931eb32ba3f2c98deb1a7c317',45 'reference' => '0af6cedcfc64b9a3524a586a786e53c9f7c7f429', 46 46 ), 47 47 'codercat/jwk-to-pem' => -
authress/tags/0.2.86/vendor/composer/autoload_real.php
r2882158 r2957855 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 08d2c99001f4d0502c1d08059bb96ac45 class ComposerAutoloaderInitf71b123946e41e7c5942eedb89b5ee6c 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitf71b123946e41e7c5942eedb89b5ee6c', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitf71b123946e41e7c5942eedb89b5ee6c', '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\ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire 08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file);61 composerRequiref71b123946e41e7c5942eedb89b5ee6c($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire 08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file)68 function composerRequiref71b123946e41e7c5942eedb89b5ee6c($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
authress/tags/0.2.86/vendor/composer/autoload_static.php
r2882158 r2957855 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac47 class ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c 8 8 { 9 9 public static $files = array ( … … 631 631 { 632 632 return \Closure::bind(function () use ($loader) { 633 $loader->prefixLengthsPsr4 = ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$prefixLengthsPsr4;634 $loader->prefixDirsPsr4 = ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$prefixDirsPsr4;635 $loader->fallbackDirsPsr4 = ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$fallbackDirsPsr4;636 $loader->classMap = ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$classMap;633 $loader->prefixLengthsPsr4 = ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$prefixLengthsPsr4; 634 $loader->prefixDirsPsr4 = ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$prefixDirsPsr4; 635 $loader->fallbackDirsPsr4 = ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$fallbackDirsPsr4; 636 $loader->classMap = ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$classMap; 637 637 638 638 }, null, ClassLoader::class); -
authress/tags/0.2.86/vendor/composer/installed.php
r2882158 r2957855 7 7 array ( 8 8 ), 9 'reference' => ' ecec31bd9d12919931eb32ba3f2c98deb1a7c317',9 'reference' => '0af6cedcfc64b9a3524a586a786e53c9f7c7f429', 10 10 'name' => 'authress/wordpress-plugin.php', 11 11 ), … … 19 19 array ( 20 20 ), 21 'reference' => ' ecec31bd9d12919931eb32ba3f2c98deb1a7c317',21 'reference' => '0af6cedcfc64b9a3524a586a786e53c9f7c7f429', 22 22 ), 23 23 'codercat/jwk-to-pem' => -
authress/tags/0.2.86/wordpress/readme.txt
r2882158 r2957855 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.2 7 Stable tag: 0.2.8 37 Stable tag: 0.2.86 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
r2882158 r2957855 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 36 Version: 0.2.86 7 7 Author: Authress 8 8 Author URI: https://authress.io … … 11 11 */ 12 12 13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.8 3' );13 define( 'AUTHRESS_SSO_LOGIN_VERSION', '0.2.86' ); 14 14 15 15 define( 'AUTHRESS_SSO_LOGIN_PLUGIN_FILE', __FILE__ ); -
authress/trunk/lib/Authress_Sso_Login_LoginManager.php
r2715053 r2957855 364 364 $client = new GuzzleHttp\Client([ 365 365 'base_uri' => $expectedIss, 366 'decode_content' => false 366 'decode_content' => false, 367 'headers' => [ 'User-Agent' => 'Authress SDK; WordPress; ;' ] 367 368 ]); 368 369 -
authress/trunk/readme.txt
r2882158 r2957855 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.2 7 Stable tag: 0.2.8 37 Stable tag: 0.2.86 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
r2882158 r2957855 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 08d2c99001f4d0502c1d08059bb96ac4::getLoader();7 return ComposerAutoloaderInitf71b123946e41e7c5942eedb89b5ee6c::getLoader(); -
authress/trunk/vendor/composer/InstalledVersions.php
r2882158 r2957855 31 31 array ( 32 32 ), 33 'reference' => ' ecec31bd9d12919931eb32ba3f2c98deb1a7c317',33 'reference' => '0af6cedcfc64b9a3524a586a786e53c9f7c7f429', 34 34 'name' => 'authress/wordpress-plugin.php', 35 35 ), … … 43 43 array ( 44 44 ), 45 'reference' => ' ecec31bd9d12919931eb32ba3f2c98deb1a7c317',45 'reference' => '0af6cedcfc64b9a3524a586a786e53c9f7c7f429', 46 46 ), 47 47 'codercat/jwk-to-pem' => -
authress/trunk/vendor/composer/autoload_real.php
r2882158 r2957855 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 08d2c99001f4d0502c1d08059bb96ac45 class ComposerAutoloaderInitf71b123946e41e7c5942eedb89b5ee6c 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitf71b123946e41e7c5942eedb89b5ee6c', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 08d2c99001f4d0502c1d08059bb96ac4', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitf71b123946e41e7c5942eedb89b5ee6c', '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\ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; … … 54 54 55 55 if ($useStaticLoader) { 56 $includeFiles = Composer\Autoload\ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$files;56 $includeFiles = Composer\Autoload\ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$files; 57 57 } else { 58 58 $includeFiles = require __DIR__ . '/autoload_files.php'; 59 59 } 60 60 foreach ($includeFiles as $fileIdentifier => $file) { 61 composerRequire 08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file);61 composerRequiref71b123946e41e7c5942eedb89b5ee6c($fileIdentifier, $file); 62 62 } 63 63 … … 66 66 } 67 67 68 function composerRequire 08d2c99001f4d0502c1d08059bb96ac4($fileIdentifier, $file)68 function composerRequiref71b123946e41e7c5942eedb89b5ee6c($fileIdentifier, $file) 69 69 { 70 70 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
authress/trunk/vendor/composer/autoload_static.php
r2882158 r2957855 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac47 class ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c 8 8 { 9 9 public static $files = array ( … … 631 631 { 632 632 return \Closure::bind(function () use ($loader) { 633 $loader->prefixLengthsPsr4 = ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$prefixLengthsPsr4;634 $loader->prefixDirsPsr4 = ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$prefixDirsPsr4;635 $loader->fallbackDirsPsr4 = ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$fallbackDirsPsr4;636 $loader->classMap = ComposerStaticInit 08d2c99001f4d0502c1d08059bb96ac4::$classMap;633 $loader->prefixLengthsPsr4 = ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$prefixLengthsPsr4; 634 $loader->prefixDirsPsr4 = ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$prefixDirsPsr4; 635 $loader->fallbackDirsPsr4 = ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$fallbackDirsPsr4; 636 $loader->classMap = ComposerStaticInitf71b123946e41e7c5942eedb89b5ee6c::$classMap; 637 637 638 638 }, null, ClassLoader::class); -
authress/trunk/vendor/composer/installed.php
r2882158 r2957855 7 7 array ( 8 8 ), 9 'reference' => ' ecec31bd9d12919931eb32ba3f2c98deb1a7c317',9 'reference' => '0af6cedcfc64b9a3524a586a786e53c9f7c7f429', 10 10 'name' => 'authress/wordpress-plugin.php', 11 11 ), … … 19 19 array ( 20 20 ), 21 'reference' => ' ecec31bd9d12919931eb32ba3f2c98deb1a7c317',21 'reference' => '0af6cedcfc64b9a3524a586a786e53c9f7c7f429', 22 22 ), 23 23 'codercat/jwk-to-pem' => -
authress/trunk/wordpress/readme.txt
r2882158 r2957855 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.2 7 Stable tag: 0.2.8 37 Stable tag: 0.2.86 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.