Changeset 530340
- Timestamp:
- 04/12/2012 05:55:11 PM (14 years ago)
- Location:
- botblocker
- Files:
-
- 6 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/botblocker.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/screenshot-1.jpg (added)
-
tags/1.0.1/styles.css (added)
-
trunk/botblocker.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-1.jpg (added)
Legend:
- Unmodified
- Added
- Removed
-
botblocker/trunk/botblocker.php
r530323 r530340 4 4 Plugin URI: http://www.lform.com/botblocker/ 5 5 Description: 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 6 Version: 1.0.1 7 7 Author: Lform Design (Brandon Fenning) 8 Author URI: http://www.lform.com/ 8 Author URI: http://www.lform.com/botblocker/ 9 9 License: GPLv2 10 10 */ … … 289 289 290 290 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' )); 292 292 } 293 293 -
botblocker/trunk/readme.txt
r530323 r530340 5 5 Requires at least: 3.0 6 6 Tested up to: 3.3.1 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 9 9 Kills spam-bots, leaves humans standing. No CAPTCHAS, no math questions, no passwords, just spam blocking that stops spam-bots dead in their tracks. … … 48 48 == Screenshots == 49 49 50 1. These are the configuration options available for BotBlocker. While it works out of the box, BotBlocker can be configured in several ways. 51 50 52 == Changelog == 53 54 = 1.0.1 = 55 * Added screenshot of plugin settings screen 56 * Tweaked menu option 51 57 52 58 = 1.0 = 53 59 * Initial release 60 61 == Upgrade Notice == 62 63 = 1.0 = 64 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.