Changeset 464270
- Timestamp:
- 11/17/2011 06:15:32 PM (14 years ago)
- Location:
- contact-form-7-bwp-recaptcha-extension/trunk
- Files:
-
- 2 edited
-
contact-form-7-bwp-recaptcha-extension.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-bwp-recaptcha-extension/trunk/contact-form-7-bwp-recaptcha-extension.php
r464268 r464270 4 4 Plugin URI: http://www.manfersite.tk/cf7bwpcapt 5 5 Description: Provides Better WordPress reCAPTCHA possibilities to the Contact Form 7 plugin. Requires both. 6 Version: 0.0. 16 Version: 0.0.2 7 7 Author: Fernando San Julián 8 8 Email: manfer.site@gmail.com … … 33 33 34 34 define('ALLOW_INCLUDE', true); 35 define('CF7BWPRECAPT_VERSION', '0.0. 1');35 define('CF7BWPRECAPT_VERSION', '0.0.2'); 36 36 define('CF7BWPRECAPT_URL', 'http://www.manfersite.tk/cf7bwpcapt'); 37 37 define('CF7BWPRECAPT_TITLE', 'Contact Form 7 BWP reCAPTCHA Extension'); -
contact-form-7-bwp-recaptcha-extension/trunk/readme.txt
r463327 r464270 5 5 Requires at least: 2.9 6 6 Tested up to: 3.1.3 7 Stable tag: 0.0. 107 Stable tag: 0.0.2 8 8 9 9 This plugin provides a new tag for the Contact Form 7 Plugin. It allows the usage of a reCAPTCHA field provided by the BWP reCAPTCHA Plugin. … … 26 26 = Settings = 27 27 28 The settings of the BWP reCAPTCHA plugin are used by default. 29 30 You can change that behaviour on the settings page of the plugin under: 28 The settings of the BWP reCAPTCHA plugin are used by default. You can change that behaviour on the settings page of the plugin under: 31 29 32 30 *BWP reCAPT* -> *CF7 Options* 33 31 34 35 32 = Feedback = 36 33 37 If you like the plugin **please rate** it. If you don't like it, **please contact us** so we can address the problem or feature request. 34 If you like the plugin **please rate** it. If you don't like it, **please contact us** so we can address the problem or feature request. 35 36 Please if you find the plugin is not working for you and you report it, fill the form with what exactly do you think is not working. Thanks. 38 37 39 38 This plugin is provided as is by manfer (http://manfersite.tk). … … 53 52 1. past it into the "Form Box" where the existing code is. 54 53 54 IMPORTANT: The reCAPTCHA is not shown to qualified visitors so you must logout if you want to test the form in which you include the reCAPTCHA. 55 55 56 If you like the plugin **please rate** it. If you don't like it, **please contact us** so we can address the problem or feature request. 56 57 … … 67 68 == Changelog == 68 69 70 = 0.0.2 (20111117) = 71 * FIX: Coding standards reviewed. 72 * FIX: Minor bugs. 73 69 74 = Known Issues = 75 70 76 71 77
Note: See TracChangeset
for help on using the changeset viewer.