Changeset 1683592
- Timestamp:
- 06/22/2017 03:44:43 PM (9 years ago)
- Location:
- ider-login
- Files:
-
- 3 edited
- 26 copied
-
tags/1.5.5 (copied) (copied from ider-login/trunk)
-
tags/1.5.5/LICENSE.txt (copied) (copied from ider-login/trunk/LICENSE.txt)
-
tags/1.5.5/assets (copied) (copied from ider-login/trunk/assets)
-
tags/1.5.5/assets/css/admin.css (copied) (copied from ider-login/trunk/assets/css/admin.css)
-
tags/1.5.5/assets/css/general.css (copied) (copied from ider-login/trunk/assets/css/general.css)
-
tags/1.5.5/assets/images/ider_logo_white_32.png (copied) (copied from ider-login/trunk/assets/images/ider_logo_white_32.png)
-
tags/1.5.5/assets/js/admin.js (copied) (copied from ider-login/trunk/assets/js/admin.js)
-
tags/1.5.5/composer.json (copied) (copied from ider-login/trunk/composer.json)
-
tags/1.5.5/composer.lock (copied) (copied from ider-login/trunk/composer.lock)
-
tags/1.5.5/includes (copied) (copied from ider-login/trunk/includes)
-
tags/1.5.5/includes/IDER_Admin.php (copied) (copied from ider-login/trunk/includes/IDER_Admin.php)
-
tags/1.5.5/includes/IDER_Callback.php (copied) (copied from ider-login/trunk/includes/IDER_Callback.php) (1 diff)
-
tags/1.5.5/includes/IDER_Rewrites.php (copied) (copied from ider-login/trunk/includes/IDER_Rewrites.php)
-
tags/1.5.5/includes/IDER_Server.php (copied) (copied from ider-login/trunk/includes/IDER_Server.php)
-
tags/1.5.5/includes/IDER_Shortcodes.php (copied) (copied from ider-login/trunk/includes/IDER_Shortcodes.php)
-
tags/1.5.5/includes/IDER_UserInfoManager.php (copied) (copied from ider-login/trunk/includes/IDER_UserInfoManager.php)
-
tags/1.5.5/includes/IDER_Widget.php (copied) (copied from ider-login/trunk/includes/IDER_Widget.php)
-
tags/1.5.5/log (copied) (copied from ider-login/trunk/log)
-
tags/1.5.5/log/ider-connect.log (copied) (copied from ider-login/trunk/log/ider-connect.log)
-
tags/1.5.5/readme.md (copied) (copied from ider-login/trunk/readme.md) (1 diff)
-
tags/1.5.5/vendor (copied) (copied from ider-login/trunk/vendor)
-
tags/1.5.5/vendor/autoload.php (copied) (copied from ider-login/trunk/vendor/autoload.php)
-
tags/1.5.5/vendor/composer/autoload_real.php (copied) (copied from ider-login/trunk/vendor/composer/autoload_real.php)
-
tags/1.5.5/vendor/composer/autoload_static.php (copied) (copied from ider-login/trunk/vendor/composer/autoload_static.php)
-
tags/1.5.5/vendor/jlmsrl/ider-openid-client-php/src/IDEROpenIDClient.php (copied) (copied from ider-login/trunk/vendor/jlmsrl/ider-openid-client-php/src/IDEROpenIDClient.php)
-
tags/1.5.5/wp-ider-login-client.php (copied) (copied from ider-login/trunk/wp-ider-login-client.php) (2 diffs)
-
trunk/includes/IDER_Callback.php (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
-
trunk/wp-ider-login-client.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ider-login/tags/1.5.5/includes/IDER_Callback.php
r1679807 r1683592 41 41 if (!$user->ID) { 42 42 $user = get_users(['meta_key' => 'ider_sub', 'meta_value' => $user_info->sub]); 43 $user = @$user[0]; 43 44 44 45 // TODO: leverage future endpoint to check which side changed the email: local->no access and error msg, remote->update email -
ider-login/tags/1.5.5/readme.md
r1679807 r1683592 3 3 Requires at least: 4.6 4 4 Tested up to: 4.7.3 5 Stable tag: 1.5. 45 Stable tag: 1.5.5 6 6 License: Apache License, Version 2.0 or later 7 7 License URI: http://directory.fsf.org/wiki/License:Apache2.0 -
ider-login/tags/1.5.5/wp-ider-login-client.php
r1679807 r1683592 3 3 * Plugin Name: IDer Login 4 4 * Plugin URI: https://www.ider.com 5 * Version: 1.5. 45 * Version: 1.5.5 6 6 * Description: Provides Single Sign On via IDer Identity Server 7 7 * Author: JLM srl … … 34 34 35 35 if (!defined('IDER_CLIENT_VERSION')) { 36 define('IDER_CLIENT_VERSION', '1.5. 4');36 define('IDER_CLIENT_VERSION', '1.5.5'); 37 37 } 38 38 -
ider-login/trunk/includes/IDER_Callback.php
r1679807 r1683592 41 41 if (!$user->ID) { 42 42 $user = get_users(['meta_key' => 'ider_sub', 'meta_value' => $user_info->sub]); 43 $user = @$user[0]; 43 44 44 45 // TODO: leverage future endpoint to check which side changed the email: local->no access and error msg, remote->update email -
ider-login/trunk/readme.md
r1679807 r1683592 3 3 Requires at least: 4.6 4 4 Tested up to: 4.7.3 5 Stable tag: 1.5. 45 Stable tag: 1.5.5 6 6 License: Apache License, Version 2.0 or later 7 7 License URI: http://directory.fsf.org/wiki/License:Apache2.0 -
ider-login/trunk/wp-ider-login-client.php
r1679807 r1683592 3 3 * Plugin Name: IDer Login 4 4 * Plugin URI: https://www.ider.com 5 * Version: 1.5. 45 * Version: 1.5.5 6 6 * Description: Provides Single Sign On via IDer Identity Server 7 7 * Author: JLM srl … … 34 34 35 35 if (!defined('IDER_CLIENT_VERSION')) { 36 define('IDER_CLIENT_VERSION', '1.5. 4');36 define('IDER_CLIENT_VERSION', '1.5.5'); 37 37 } 38 38
Note: See TracChangeset
for help on using the changeset viewer.