Changeset 2521078
- Timestamp:
- 04/25/2021 02:22:46 PM (5 years ago)
- Location:
- astounding-spam-prevention
- Files:
-
- 47 added
- 2 edited
-
tags/1.17 (added)
-
tags/1.17/astound-spam-prevention.php (added)
-
tags/1.17/css (added)
-
tags/1.17/css/astound.css (added)
-
tags/1.17/includes (added)
-
tags/1.17/includes/astound-admin-options.php (added)
-
tags/1.17/includes/astound-check.php (added)
-
tags/1.17/includes/astound-class-loader.php (added)
-
tags/1.17/includes/astound-init-options.php (added)
-
tags/1.17/includes/astound-init.php (added)
-
tags/1.17/includes/astound-post-checks.php (added)
-
tags/1.17/includes/astound-redherring-setup.php (added)
-
tags/1.17/modules (added)
-
tags/1.17/modules/astound_chkaccept.php (added)
-
tags/1.17/modules/astound_chkagent.php (added)
-
tags/1.17/modules/astound_chkbadneighborhoods.php (added)
-
tags/1.17/modules/astound_chkbadtld.php (added)
-
tags/1.17/modules/astound_chkbbcode.php (added)
-
tags/1.17/modules/astound_chkcache.php (added)
-
tags/1.17/modules/astound_chkdisp.php (added)
-
tags/1.17/modules/astound_chkdnsbl.php (added)
-
tags/1.17/modules/astound_chkdomains.php (added)
-
tags/1.17/modules/astound_chkexploits.php (added)
-
tags/1.17/modules/astound_chkinvalidip.php (added)
-
tags/1.17/modules/astound_chkisphosts.php (added)
-
tags/1.17/modules/astound_chklong.php (added)
-
tags/1.17/modules/astound_chkmyip.php (added)
-
tags/1.17/modules/astound_chkperiods.php (added)
-
tags/1.17/modules/astound_chkphish.php (added)
-
tags/1.17/modules/astound_chkredherring.php (added)
-
tags/1.17/modules/astound_chkreferer.php (added)
-
tags/1.17/modules/astound_chksession.php (added)
-
tags/1.17/modules/astound_chksfs.php (added)
-
tags/1.17/modules/astound_chkshort.php (added)
-
tags/1.17/modules/astound_chkspamwords.php (added)
-
tags/1.17/modules/astound_chksubdomains.php (added)
-
tags/1.17/modules/astound_chktld.php (added)
-
tags/1.17/modules/astound_chktor.php (added)
-
tags/1.17/modules/astound_chktoxic.php (added)
-
tags/1.17/modules/astound_chkvalidip.php (added)
-
tags/1.17/modules/astound_chkvpn.php (added)
-
tags/1.17/modules/astound_chkwlist.php (added)
-
tags/1.17/modules/astound_module.class.php (added)
-
tags/1.17/readme.txt (added)
-
tags/1.17/script (added)
-
tags/1.17/script/astound.js (added)
-
tags/1.17/uninstall.php (added)
-
trunk/astound-spam-prevention.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
astounding-spam-prevention/trunk/astound-spam-prevention.php
r2295493 r2521078 4 4 Plugin URI: http://wordpress.org/plugins/stop-spammer-registrations-plugin/ 5 5 Description: Astounding Spam Prevention blocks spammers from leaving comments. Protects sites from robot registrations and malicious attacks. 6 Version: 1.1 66 Version: 1.17 7 7 Author: Will Jenkins 8 8 … … 16 16 * define globals. 17 17 */ 18 define('ASTOUND_VERSION', '1.1 6');18 define('ASTOUND_VERSION', '1.17'); 19 19 define( 'ASTOUND_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 20 20 define( 'ASTOUND_PLUGIN_FILE', plugin_dir_path( __FILE__ ) ); -
astounding-spam-prevention/trunk/readme.txt
r2295493 r2521078 1 1 === Astounding Spam Prevention === 2 2 Tags: spam, antispam, anti-spam, spam blocker, block spam, signup spam, comment spam, spam filter, registration spam, spammer, spammers, spamming, comment, comments, protection, register, registration, security, signup, user registration spam, wonderful spam, lovely spam, wonderful spam 3 Tested up to: 5. 4.13 Tested up to: 5.7.1 4 4 Contributors: willjenkins 5 5 Requires at least: 4.0 6 Stable tag: 1.1 66 Stable tag: 1.17 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 29 29 == Changelog == 30 31 = 1.17 = 32 * Tested under WordPress 5.7.1 30 33 31 34 = 1.16 =
Note: See TracChangeset
for help on using the changeset viewer.