Changeset 3321437
- Timestamp:
- 07/02/2025 07:28:31 PM (9 months ago)
- Location:
- spam-prevention-for-contact-form-7-and-comments/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
sitelint.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spam-prevention-for-contact-form-7-and-comments/trunk/README.txt
r3312012 r3321437 1 === Plugin Name===1 === Spam Prevention for Contact Form 7 and Comments === 2 2 Contributors: ctomczyk 3 3 Tags: contact form 7,comments,spam,prevent,protection 4 4 Requires at least: 4.7 5 5 Tested up to: 6.8.1 6 Stable tag: 1.3.1 36 Stable tag: 1.3.14 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 26 26 27 27 == Changelog == 28 29 = 1.3.14 = 30 * Updating Plugin Name 28 31 29 32 = 1.3.13 = -
spam-prevention-for-contact-form-7-and-comments/trunk/sitelint.php
r3312012 r3321437 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 312 * Version: 1.3.14 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 3');29 define('SLSP_SITELINT_VERSION', '1.3.14'); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.