Changeset 999119
- Timestamp:
- 09/30/2014 01:03:36 PM (12 years ago)
- Location:
- avh-first-defense-against-spam/trunk
- Files:
-
- 3 edited
-
avh-fdas.php (modified) (1 diff)
-
class/avh-fdas.define.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
avh-first-defense-against-spam/trunk/avh-fdas.php
r911137 r999119 4 4 * URI: http://blog.avirtualhome.com/wordpress-plugins 5 5 * Description: This plugin gives you the ability to block spammers before content is served. 6 * Version: 3.6. 86 * Version: 3.6.9 7 7 * Author: Peter van der Does 8 8 * Author URI: http://blog.avirtualhome.com/ -
avh-first-defense-against-spam/trunk/class/avh-fdas.define.php
r911137 r999119 9 9 * General Constants 10 10 */ 11 const PLUGIN_VERSION = '3.6. 8';11 const PLUGIN_VERSION = '3.6.9'; 12 12 13 13 const PLUGIN_README_URL = 'http://svn.wp-plugins.org/avh-first-defense-against-spam/trunk/readme.txt'; … … 33 33 const ERROR_EXISTS_IN_BLACKLIST = '202'; 34 34 // URL For Stop Forum API 35 const STOPFORUMSPAM_ENDPOINT = 'http:// www.stopforumspam.com/api';35 const STOPFORUMSPAM_ENDPOINT = 'http://api.stopforumspam.org/api'; 36 36 // Menu Slugs for Admin menu 37 37 const MENU_SLUG = 'avh-first-defense-against-spam'; -
avh-first-defense-against-spam/trunk/readme.txt
r911137 r999119 4 4 Tags: spam, block, blacklist, whitelist, comment, anti-spam, comments 5 5 Requires at least: 2.8 6 Tested up to: 3.9.17 Stable tag: 3.6. 86 Tested up to: 4.0 7 Stable tag: 3.6.9 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 124 124 125 125 == Changelog == 126 = Version 3.6.9 = 127 * The API URL changed for Stop Forum Spam. 128 126 129 = Version 3.6.8 = 127 130 * Drop the use of Spamhaus checking the CBL.
Note: See TracChangeset
for help on using the changeset viewer.