Changeset 3013671
- Timestamp:
- 12/23/2023 03:15:07 PM (15 months ago)
- Location:
- okv-oauth
- Files:
-
- 87 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
okv-oauth/trunk/App/Controllers/Front/HookLoginPage.php
r3000871 r3013671 134 134 public function authenticate($user, $username, $password) 135 135 { 136 if (is_a($user, 'WP_User')) {137 // if already logged in (maybe by previous hook or plugin), do nothing.138 return $user;139 }140 141 136 $this->init(); 142 137 -
okv-oauth/trunk/okv-oauth.php
r3003660 r3013671 4 4 * Plugin URI: https://rundiz.com/?p=319 5 5 * Description: Use OAuth such as Google, Facebook to login and register. 6 * Version: 1.5. 26 * Version: 1.5.3 7 7 * Requires at least: 5.0 8 8 * Requires PHP: 5.4 -
okv-oauth/trunk/readme.txt
r3003660 r3013671 5 5 Requires at least: 5.0 6 6 Requires PHP: 5.4 7 Stable tag: 1.5. 27 Stable tag: 1.5.3 8 8 License: MIT 9 9 License URI: https://opensource.org/licenses/MIT … … 59 59 60 60 == Changelog == 61 = 1.5.3 = 62 2023-12-23 63 64 * Fix check settings that use OAuth only. 65 61 66 = 1.5.2 = 62 67 2023-11-30
Note: See TracChangeset
for help on using the changeset viewer.