Changeset 556589
- Timestamp:
- 06/12/2012 10:00:14 AM (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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-bwp-recaptcha-extension/trunk/contact-form-7-bwp-recaptcha-extension.php
r556017 r556589 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. 76 Version: 0.8 7 7 Author: Fernando San Julián 8 8 Email: manfer.site@gmail.com … … 31 31 // this is the 'driver' file that instantiates the object 32 32 define( 'ALLOW_CF7_BWP_CAPT_INCLUDE', true ); 33 define( 'CF7BWPRECAPT_VERSION', '0. 7' );33 define( 'CF7BWPRECAPT_VERSION', '0.8' ); 34 34 define( 'CF7BWPRECAPT_URL', 'http://www.manfersite.tk/cf7bwpcapt' ); 35 35 define( 'CF7BWPRECAPT_TITLE', 'Contact Form 7 BWP reCAPTCHA Extension' ); -
contact-form-7-bwp-recaptcha-extension/trunk/readme.txt
r556017 r556589 5 5 Requires at least: 2.9 6 6 Tested up to: 3.1.3 7 Stable tag: 0. 77 Stable tag: 0.8 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. … … 66 66 == Changelog == 67 67 68 = 0.8 (20120612) = 69 * Requirements checking code reviewed. 70 68 71 = 0.7 (20120611) = 69 72 * Fixed notice because menu_slug undefined.
Note: See TracChangeset
for help on using the changeset viewer.