Changeset 2295493
- Timestamp:
- 04/30/2020 03:37:55 PM (6 years ago)
- Location:
- astounding-spam-prevention
- Files:
-
- 47 added
- 2 edited
-
tags/1.16 (added)
-
tags/1.16/astound-spam-prevention.php (added)
-
tags/1.16/css (added)
-
tags/1.16/css/astound.css (added)
-
tags/1.16/includes (added)
-
tags/1.16/includes/astound-admin-options.php (added)
-
tags/1.16/includes/astound-check.php (added)
-
tags/1.16/includes/astound-class-loader.php (added)
-
tags/1.16/includes/astound-init-options.php (added)
-
tags/1.16/includes/astound-init.php (added)
-
tags/1.16/includes/astound-post-checks.php (added)
-
tags/1.16/includes/astound-redherring-setup.php (added)
-
tags/1.16/modules (added)
-
tags/1.16/modules/astound_chkaccept.php (added)
-
tags/1.16/modules/astound_chkagent.php (added)
-
tags/1.16/modules/astound_chkbadneighborhoods.php (added)
-
tags/1.16/modules/astound_chkbadtld.php (added)
-
tags/1.16/modules/astound_chkbbcode.php (added)
-
tags/1.16/modules/astound_chkcache.php (added)
-
tags/1.16/modules/astound_chkdisp.php (added)
-
tags/1.16/modules/astound_chkdnsbl.php (added)
-
tags/1.16/modules/astound_chkdomains.php (added)
-
tags/1.16/modules/astound_chkexploits.php (added)
-
tags/1.16/modules/astound_chkinvalidip.php (added)
-
tags/1.16/modules/astound_chkisphosts.php (added)
-
tags/1.16/modules/astound_chklong.php (added)
-
tags/1.16/modules/astound_chkmyip.php (added)
-
tags/1.16/modules/astound_chkperiods.php (added)
-
tags/1.16/modules/astound_chkphish.php (added)
-
tags/1.16/modules/astound_chkredherring.php (added)
-
tags/1.16/modules/astound_chkreferer.php (added)
-
tags/1.16/modules/astound_chksession.php (added)
-
tags/1.16/modules/astound_chksfs.php (added)
-
tags/1.16/modules/astound_chkshort.php (added)
-
tags/1.16/modules/astound_chkspamwords.php (added)
-
tags/1.16/modules/astound_chksubdomains.php (added)
-
tags/1.16/modules/astound_chktld.php (added)
-
tags/1.16/modules/astound_chktor.php (added)
-
tags/1.16/modules/astound_chktoxic.php (added)
-
tags/1.16/modules/astound_chkvalidip.php (added)
-
tags/1.16/modules/astound_chkvpn.php (added)
-
tags/1.16/modules/astound_chkwlist.php (added)
-
tags/1.16/modules/astound_module.class.php (added)
-
tags/1.16/readme.txt (added)
-
tags/1.16/script (added)
-
tags/1.16/script/astound.js (added)
-
tags/1.16/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
r2110931 r2295493 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 56 Version: 1.16 7 7 Author: Will Jenkins 8 8 … … 16 16 * define globals. 17 17 */ 18 define('ASTOUND_VERSION', '1.1 5');18 define('ASTOUND_VERSION', '1.16'); 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
r2110931 r2295493 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. 13 Tested up to: 5.4.1 4 4 Contributors: willjenkins 5 5 Requires at least: 4.0 6 Stable tag: 1.1 56 Stable tag: 1.16 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.16 = 32 * Tested under WordPress 5.4.1 30 33 31 34 = 1.15 =
Note: See TracChangeset
for help on using the changeset viewer.