Plugin Directory

Changeset 464270


Ignore:
Timestamp:
11/17/2011 06:15:32 PM (14 years ago)
Author:
manfer
Message:

Preparing for version 0.0.2

Location:
contact-form-7-bwp-recaptcha-extension/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-bwp-recaptcha-extension/trunk/contact-form-7-bwp-recaptcha-extension.php

    r464268 r464270  
    44Plugin URI: http://www.manfersite.tk/cf7bwpcapt
    55Description: Provides Better WordPress reCAPTCHA possibilities to the Contact Form 7 plugin. Requires both.
    6 Version: 0.0.1
     6Version: 0.0.2
    77Author: Fernando San Julián
    88Email: manfer.site@gmail.com
     
    3333
    3434define('ALLOW_INCLUDE', true);
    35 define('CF7BWPRECAPT_VERSION', '0.0.1');
     35define('CF7BWPRECAPT_VERSION', '0.0.2');
    3636define('CF7BWPRECAPT_URL', 'http://www.manfersite.tk/cf7bwpcapt');
    3737define('CF7BWPRECAPT_TITLE', 'Contact Form 7 BWP reCAPTCHA Extension');
  • contact-form-7-bwp-recaptcha-extension/trunk/readme.txt

    r463327 r464270  
    55Requires at least: 2.9
    66Tested up to: 3.1.3
    7 Stable tag: 0.0.10
     7Stable tag: 0.0.2
    88
    99This 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.
     
    2626= Settings =
    2727
    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:
     28The settings of the BWP reCAPTCHA plugin are used by default. You can change that behaviour on the settings page of the plugin under:
    3129
    3230*BWP reCAPT* -> *CF7 Options*
    3331
    34 
    3532= Feedback =
    3633
    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.
     34If 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
     36Please 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.
    3837
    3938This plugin is provided as is by manfer (http://manfersite.tk).
     
    53521. past it into the "Form Box" where the existing code is.
    5453
     54IMPORTANT: 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
    5556If 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.
    5657
     
    6768== Changelog ==
    6869
     70= 0.0.2 (20111117) =
     71* FIX: Coding standards reviewed.
     72* FIX: Minor bugs.
     73
    6974= Known Issues =
     75
    7076
    7177
Note: See TracChangeset for help on using the changeset viewer.