Plugin Directory

Changeset 2480825


Ignore:
Timestamp:
02/24/2021 04:25:25 PM (5 years ago)
Author:
Trumani
Message:

2021.2.1

Location:
stop-spammer-registrations-plugin/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stop-spammer-registrations-plugin/trunk/modules/chkadminlog.php

    r2480009 r2480825  
    2323            $user = @wp_authenticate( $log, $pwd );
    2424            if ( !is_wp_error( $user ) ) { // user login is good
    25                 _e( 'Authenticated User Login', 'stop-spammer-registrations-plugin' );
     25                //_e( 'Authenticated User Login', 'stop-spammer-registrations-plugin' );
    2626            }
    2727            return false;
  • stop-spammer-registrations-plugin/trunk/readme.txt

    r2480009 r2480825  
    66Donate link: https://stopspammers.io/donate
    77Tags: spam, security, anti-spam, spam blocker, block spam, signup spam, comment spam, spam filter, registration spam, spammer, spammers, spamming, xss, malware, virus, captcha, comment, comments, login, protection, user registration spam
    8 Version: 2021.2
     8Version: 2021.2.1
    99Tested up to: 5.6
    1010License: https://www.gnu.org/licenses/gpl.html
     
    9191
    9292== Changelog ==
     93= 2021.2 =
     94* [Fix] login issue
    9395
    9496= 2021.2 =
  • stop-spammer-registrations-plugin/trunk/stop-spammer-registrations-new.php

    r2480009 r2480825  
    44Plugin URI: https://stopspammers.io/
    55Description: Secure your WordPress sites and stop spam dead in its tracks. Designed to secure your website immediately. Enhance your visitors' UX with 50+ configurable options, an allow access form, and a testing tool.
    6 Version: 2021.2
     6Version: 2021.2.1
    77Author: Trumani
    88Author URI: https://stopspammers.io/
Note: See TracChangeset for help on using the changeset viewer.