Changeset 1682208
- Timestamp:
- 06/20/2017 10:17:19 PM (9 years ago)
- Location:
- si-captcha-for-wordpress/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
si-captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
si-captcha-for-wordpress/trunk/readme.txt
r1680218 r1682208 5 5 Tags: captcha, recaptcha, buddypress, bbpress, woocommerce, wpforo, multisite, jetpack, comment, comments, login, register, anti-spam, spam, security 6 6 Requires at least: 3.6.0 7 Tested up to: 4. 77 Tested up to: 4.8 8 8 Stable tag: 3.0.0.19 9 9 License: GPLv2 or later … … 258 258 == Changelog == 259 259 260 = 3.0.0.20 = 261 * (20 Jun 2017) - Fix readme 262 260 263 = 3.0.0.19 = 261 264 * (05 Jun 2017) - Fix duplicate si_captcha_code ID. -
si-captcha-for-wordpress/trunk/si-captcha.php
r1671442 r1682208 4 4 Plugin URI: https://wordpress.org/plugins/si-captcha-for-wordpress/ 5 5 Description: Adds Secure Image CAPTCHA to WordPress pages for comments, login, registration, lost password, BuddyPress register, bbPress register, wpForo register, bbPress New Topic and Reply to Topic Forms, Jetpack Contact Form, and WooCommerce checkout. In order to post comments, login, or register, users will have to pass the CAPTCHA test. Prevents spam from automated bots. Compatible with Akismet and Multisite Network Activate. 6 Author: Mike Challis6 Author: fastsecure 7 7 Author URI: http://www.642weather.com/weather/scripts.php 8 8 Text Domain: si-captcha 9 9 Domain Path: /languages 10 10 License: GPLv2 or later 11 Version: 3.0.0. 1911 Version: 3.0.0.20 12 12 */ 13 13 14 $si_captcha_version = '3.0.0. 19';14 $si_captcha_version = '3.0.0.20'; 15 15 16 16 /* Copyright (C) 2008-2017 Mike Challis (http://www.642weather.com/weather/contact_us.php)
Note: See TracChangeset
for help on using the changeset viewer.