Plugin Directory

Changeset 2285200


Ignore:
Timestamp:
04/16/2020 07:11:06 PM (6 years ago)
Author:
Trumani
Message:

2020.1.4 - Various hotfixes

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

Legend:

Unmodified
Added
Removed
  • stop-spammer-registrations-plugin/trunk/includes/ss-admin-options.php

    r2244513 r2285200  
    6565    }
    6666    if ( count( $wlrequests ) == 1 ) {
    67         echo "<p><strong>" . count( $wlrequests ) . "</strong> user has been denied access and <a href='admin.php?page=ss_allowrequests'>requested</a> that you add them to the Allow List.</p>";
     67        echo "<p><strong>" . count( $wlrequests ) . "</strong> user has been denied access and <a href='admin.php?page=ss_allow_list'>requested</a> that you add them to the Allow List.</p>";
    6868    } else if ( count( $wlrequests ) > 0 ) {
    69         echo "<p><strong>" . count( $wlrequests ) . "</strong> users have been denied access and <a href='admin.php?page=ss_allowrequests'>requested</a> that you add them to the Allow List.</p>";
     69        echo "<p><strong>" . count( $wlrequests ) . "</strong> users have been denied access and <a href='admin.php?page=ss_allow_list'>requested</a> that you add them to the Allow List.</p>";
    7070    }
    7171}
  • stop-spammer-registrations-plugin/trunk/readme.txt

    r2244523 r2285200  
    66Tags: 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
    77Stable Tag: trunk
    8 Version: 2020.1.2
     8Version: 2020.1.4
    99Tested up to: 5.3.2
    1010License: https://www.gnu.org/licenses/gpl.html
     
    3535== Changelog ==
    3636
     37= 2020.1.1-2020.1.4 =
     38* [Update] Various hotfixes
    3739
    3840= 2020.1 =
  • stop-spammer-registrations-plugin/trunk/stop-spammer-registrations-new.php

    r2244530 r2285200  
    44Plugin URI: https://trumani.com/
    55Description: Stop WordPress spam dead in its tracks. Designed to secure your website immediately. Enhance your UX with 30+ configurable options and a testing tool.
    6 Version: 2020.1.3
     6Version: 2020.1.4
    77Author: Trumani
    88Author URI: https://trumani.com/
Note: See TracChangeset for help on using the changeset viewer.