Plugin Directory

Changeset 3461175


Ignore:
Timestamp:
02/14/2026 03:45:50 AM (6 weeks ago)
Author:
pickplugins
Message:

version update

Location:
user-verification/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • user-verification/trunk/includes/classes/class-manage-verification.php

    r3074091 r3461175  
    360360
    361361
    362             $meta_data    = $wpdb->get_row($wpdb->prepare("SELECT * FROM $table WHERE meta_value = %s", $activation_key));
     362            $meta_data    = $wpdb->get_row($wpdb->prepare("SELECT * FROM $table WHERE meta_value = %s AND meta_key = %s", $activation_key, 'user_activation_key'));
    363363            $user_id = $meta_data->user_id;
    364364
  • user-verification/trunk/readme.md

    r3442151 r3461175  
    55    Requires at least: 4.1
    66    Tested up to: 6.9
    7     Stable tag: 2.0.45
     7    Stable tag: 2.0.46
    88    License: GPLv2 or later
    99    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    152152
    153153
     154= 2.0.46 =
     155* 2026-02-14 fix - Broken Authentication vulnerability issue fixed.
     156
    154157= 2.0.45 =
    155158* 2026-01-19 fix - OTP login security issue fixed.
  • user-verification/trunk/user-verification.php

    r3442150 r3461175  
    44Plugin URI: http://pickplugins.com
    55Description: Verify user before access on your website.
    6 Version: 2.0.45
     6Version: 2.0.46
    77Text Domain: user-verification
    88Domain Path: /languages
Note: See TracChangeset for help on using the changeset viewer.