Plugin Directory

Changeset 999119


Ignore:
Timestamp:
09/30/2014 01:03:36 PM (12 years ago)
Author:
petervanderdoes
Message:

Release v3.6.9

Location:
avh-first-defense-against-spam/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • avh-first-defense-against-spam/trunk/avh-fdas.php

    r911137 r999119  
    44 * URI: http://blog.avirtualhome.com/wordpress-plugins
    55 * Description: This plugin gives you the ability to block spammers before content is served.
    6  * Version: 3.6.8
     6 * Version: 3.6.9
    77 * Author: Peter van der Does
    88 * Author URI: http://blog.avirtualhome.com/
  • avh-first-defense-against-spam/trunk/class/avh-fdas.define.php

    r911137 r999119  
    99     * General Constants
    1010     */
    11     const PLUGIN_VERSION = '3.6.8';
     11    const PLUGIN_VERSION = '3.6.9';
    1212
    1313    const PLUGIN_README_URL = 'http://svn.wp-plugins.org/avh-first-defense-against-spam/trunk/readme.txt';
     
    3333    const ERROR_EXISTS_IN_BLACKLIST = '202';
    3434    // URL For Stop Forum API
    35     const STOPFORUMSPAM_ENDPOINT = 'http://www.stopforumspam.com/api';
     35    const STOPFORUMSPAM_ENDPOINT = 'http://api.stopforumspam.org/api';
    3636    // Menu Slugs for Admin menu
    3737    const MENU_SLUG = 'avh-first-defense-against-spam';
  • avh-first-defense-against-spam/trunk/readme.txt

    r911137 r999119  
    44Tags: spam, block, blacklist, whitelist, comment, anti-spam, comments
    55Requires at least: 2.8
    6 Tested up to: 3.9.1
    7 Stable tag: 3.6.8
     6Tested up to: 4.0
     7Stable tag: 3.6.9
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    124124
    125125== Changelog ==
     126= Version 3.6.9 =
     127* The API URL changed for Stop Forum Spam.
     128
    126129= Version 3.6.8 =
    127130* Drop the use of Spamhaus checking the CBL.
Note: See TracChangeset for help on using the changeset viewer.