Plugin Directory

Changeset 1714093


Ignore:
Timestamp:
08/16/2017 12:47:10 PM (9 years ago)
Author:
superauth
Message:

check in 1.1.0

Location:
superauth
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • superauth/trunk/readme.txt

    r1694885 r1714093  
    55Requires at least: 4.0
    66Tested up to: 4.8.x
    7 Stable tag: 1.0.0
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    116116== Upgrade Notice ==
    117117
     118= 1.1.0 =
     119* Works with "All In One WP Security & Firewall" plugin
     120
    118121= 1.0.0 =
    119122*Initial version.
     
    121124== Changelog ==
    122125
     126= 1.1.0 =
     127* Works with "All In One WP Security & Firewall" plugin
     128
    123129= 1.0.0 =
    124130*Initial version.
  • superauth/trunk/superauth-login-template.php

    r1473231 r1714093  
    7373  wp_set_current_user($userId);
    7474  wp_set_auth_cookie($userId);
    75  
     75  //set last login time
     76  update_usermeta( $userId, 'last_login_time', current_time('mysql') );
    7677  wp_safe_redirect(home_url());
    7778  exit();
Note: See TracChangeset for help on using the changeset viewer.