Plugin Directory

Changeset 530340


Ignore:
Timestamp:
04/12/2012 05:55:11 PM (14 years ago)
Author:
brandonfenning
Message:

Added screenshot, minor menu tweak.

Location:
botblocker
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • botblocker/trunk/botblocker.php

    r530323 r530340  
    44Plugin URI: http://www.lform.com/botblocker/
    55Description: Kills spam-bots, leaves humans standing. No CAPTCHAS, no math questions, no passwords, just spam blocking that stops comment spam-bots dead in their tracks.
    6 Version: 1.0
     6Version: 1.0.1
    77Author: Lform Design (Brandon Fenning)
    8 Author URI: http://www.lform.com/
     8Author URI: http://www.lform.com/botblocker/
    99License: GPLv2
    1010*/
     
    289289   
    290290    function adminSettingsPage() {
    291         add_options_page('BotBlocker Settings', 'BotBlocker Settings', 'manage_options', 'BotBlocker_options', array( &$this, 'adminSettingsPageForm' ));
     291        add_options_page('BotBlocker Settings', 'BotBlocker', 'manage_options', 'BotBlocker_options', array( &$this, 'adminSettingsPageForm' ));
    292292    }
    293293   
  • botblocker/trunk/readme.txt

    r530323 r530340  
    55Requires at least: 3.0
    66Tested up to: 3.3.1
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88
    99Kills spam-bots, leaves humans standing. No CAPTCHAS, no math questions, no passwords, just spam blocking that stops spam-bots dead in their tracks.
     
    4848== Screenshots ==
    4949
     501. These are the configuration options available for BotBlocker. While it works out of the box, BotBlocker can be configured in several ways.
     51
    5052== Changelog ==
     53
     54= 1.0.1 =
     55* Added screenshot of plugin settings screen
     56* Tweaked menu option
    5157
    5258= 1.0 =
    5359* Initial release
     60
     61== Upgrade Notice ==
     62
     63= 1.0 =
     64* Initial release
Note: See TracChangeset for help on using the changeset viewer.