Plugin Directory

Changeset 3360842


Ignore:
Timestamp:
09/13/2025 02:36:51 AM (7 months ago)
Author:
dnesscarkey
Message:

2.3.02 release

Location:
honeypot
Files:
49 added
4 edited

Legend:

Unmodified
Added
Removed
  • honeypot/trunk/includes/integration/wpa_wplogin.php

    r3360586 r3360842  
    2626        //return $user;
    2727    }
    28     add_filter( 'authenticate', 'wpae_wplogin_extra_validation', 30, 3 );
     28    add_filter( 'authenticate', 'wpae_wplogin_extra_validation', 10, 3 );
    2929
    3030
  • honeypot/trunk/includes/wpa_config.php

    r3360645 r3360842  
    11<?php
    22if ( ! defined( 'ABSPATH' ) ) exit;
    3 $GLOBALS['wpa_version']                 = '2.3.01';
     3$GLOBALS['wpa_version']                 = '2.3.02';
    44$GLOBALS['wpa_field_name']              = get_option('wpa_field_name');
    55$GLOBALS['wpa_error_message']           = get_option('wpa_error_message');
  • honeypot/trunk/readme.txt

    r3360645 r3360842  
    55Requires at least: 5.0
    66Tested up to: 6.8
    7 Stable tag: 2.3.01
     7Stable tag: 2.3.02
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    145145== Changelog ==
    146146
     147= = 2.3.02 =
     148
     149* Fixed the login issue. We are really sorry for the trouble it has occured.
     150
    147151= = 2.3.01 =
    148152
  • honeypot/trunk/wp-armour.php

    r3360645 r3360842  
    66Description: Add honeypot anti spam protection.
    77Author: Dnesscarkey
    8 Version: 2.3.01
     8Version: 2.3.02
    99Author URI: https://dineshkarki.com.np/wp-armour-anti-spam
    1010*/
Note: See TracChangeset for help on using the changeset viewer.