Plugin Directory

Changeset 3322187


Ignore:
Timestamp:
07/04/2025 09:23:16 AM (9 months ago)
Author:
ctomczyk
Message:

Release trunk 1.3.16

Location:
spam-prevention-for-contact-form-7-and-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • spam-prevention-for-contact-form-7-and-comments/trunk/README.txt

    r3322181 r3322187  
    44Requires at least: 4.7
    55Tested up to: 6.8.1
    6 Stable tag: 1.3.15
     6Stable tag: 1.3.16
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1414Spam Prevention for WP Contact Form 7 and WordPress Comments.
    1515This plugin adds a small code snippet to determine page scroll and add dynamically a unique token.
     16It also supports the "Contact Form 7 Database Addon - CFDB7" and prevents contact form submissions from being saved if validation fails.
    1617
    1718If the token doesn't exists while submitting or call directly API then the incoming request will be rejected.
    1819
    19 You can see how it works on [SiteLint](https://www.sitelint.com/) website.
     20You can see how it works on [SiteLint](https://www.sitelint.com/contact) website.
    2021
    2122== Installation ==
     
    2627
    2728== Changelog ==
     29
     30= 1.3.16 =
     31* Updating the README.txt about "Contact Form 7 Database Addon - CFDB7" support.
    2832
    2933= 1.3.15 =
  • spam-prevention-for-contact-form-7-and-comments/trunk/sitelint.php

    r3322181 r3322187  
    1010 * Plugin Name:       Spam Prevention for Contact Form 7 and Comments
    1111 * Description:       Automatic Spam Prevention for Contact Form 7 and Comments
    12  * Version:           1.3.15
     12 * Version:           1.3.16
    1313 * Author:            SiteLint
    1414 * Author URI:        https://www.sitelint.com
     
    2727 * Currently plugin version. Use SemVer - https://semver.org
    2828 */
    29 define('SLSP_SITELINT_VERSION', '1.3.15');
     29define('SLSP_SITELINT_VERSION', '1.3.16');
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.