Plugin Directory

Changeset 3013671


Ignore:
Timestamp:
12/23/2023 03:15:07 PM (15 months ago)
Author:
okvee
Message:

v1.5.3

Location:
okv-oauth
Files:
87 added
3 edited

Legend:

Unmodified
Added
Removed
  • okv-oauth/trunk/App/Controllers/Front/HookLoginPage.php

    r3000871 r3013671  
    134134        public function authenticate($user, $username, $password)
    135135        {
    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 
    141136            $this->init();
    142137
  • okv-oauth/trunk/okv-oauth.php

    r3003660 r3013671  
    44 * Plugin URI: https://rundiz.com/?p=319
    55 * Description: Use OAuth such as Google, Facebook to login and register.
    6  * Version: 1.5.2
     6 * Version: 1.5.3
    77 * Requires at least: 5.0
    88 * Requires PHP: 5.4
  • okv-oauth/trunk/readme.txt

    r3003660 r3013671  
    55Requires at least: 5.0
    66Requires PHP: 5.4
    7 Stable tag: 1.5.2
     7Stable tag: 1.5.3
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    5959
    6060== Changelog ==
     61= 1.5.3 =
     622023-12-23
     63
     64* Fix check settings that use OAuth only.
     65
    6166= 1.5.2 =
    62672023-11-30
Note: See TracChangeset for help on using the changeset viewer.