Changeset 3322187
- Timestamp:
- 07/04/2025 09:23:16 AM (9 months ago)
- Location:
- spam-prevention-for-contact-form-7-and-comments/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
sitelint.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spam-prevention-for-contact-form-7-and-comments/trunk/README.txt
r3322181 r3322187 4 4 Requires at least: 4.7 5 5 Tested up to: 6.8.1 6 Stable tag: 1.3.1 56 Stable tag: 1.3.16 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 14 14 Spam Prevention for WP Contact Form 7 and WordPress Comments. 15 15 This plugin adds a small code snippet to determine page scroll and add dynamically a unique token. 16 It also supports the "Contact Form 7 Database Addon - CFDB7" and prevents contact form submissions from being saved if validation fails. 16 17 17 18 If the token doesn't exists while submitting or call directly API then the incoming request will be rejected. 18 19 19 You can see how it works on [SiteLint](https://www.sitelint.com/ ) website.20 You can see how it works on [SiteLint](https://www.sitelint.com/contact) website. 20 21 21 22 == Installation == … … 26 27 27 28 == Changelog == 29 30 = 1.3.16 = 31 * Updating the README.txt about "Contact Form 7 Database Addon - CFDB7" support. 28 32 29 33 = 1.3.15 = -
spam-prevention-for-contact-form-7-and-comments/trunk/sitelint.php
r3322181 r3322187 10 10 * Plugin Name: Spam Prevention for Contact Form 7 and Comments 11 11 * Description: Automatic Spam Prevention for Contact Form 7 and Comments 12 * Version: 1.3.1 512 * Version: 1.3.16 13 13 * Author: SiteLint 14 14 * Author URI: https://www.sitelint.com … … 27 27 * Currently plugin version. Use SemVer - https://semver.org 28 28 */ 29 define('SLSP_SITELINT_VERSION', '1.3.1 5');29 define('SLSP_SITELINT_VERSION', '1.3.16'); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.