Plugin Directory

Changeset 468226


Ignore:
Timestamp:
11/27/2011 12:07:38 PM (14 years ago)
Author:
manfer
Message:

Fixed tag generator not working.

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

Legend:

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

    r464270 r468226  
    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.2
     6Version: 0.0.3
    77Author: Fernando San Julián
    88Email: manfer.site@gmail.com
     
    3333
    3434define('ALLOW_INCLUDE', true);
    35 define('CF7BWPRECAPT_VERSION', '0.0.2');
     35define('CF7BWPRECAPT_VERSION', '0.0.3');
    3636define('CF7BWPRECAPT_URL', 'http://www.manfersite.tk/cf7bwpcapt');
    3737define('CF7BWPRECAPT_TITLE', 'Contact Form 7 BWP reCAPTCHA Extension');
  • contact-form-7-bwp-recaptcha-extension/trunk/includes/CF7bwpCAPT.class.php

    r464269 r468226  
    371371                    'recaptcha',
    372372                    'reCAPTCHA',
    373                     'cf7recaptcha-tag-pane',
     373                    'cf7recaptcha-tg-pane',
    374374                    array( &$this, 'tag_pane' )
    375375                );
  • contact-form-7-bwp-recaptcha-extension/trunk/readme.txt

    r464270 r468226  
    55Requires at least: 2.9
    66Tested up to: 3.1.3
    7 Stable tag: 0.0.2
     7Stable tag: 0.0.3
    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.
     
    6868== Changelog ==
    6969
     70= 0.0.3 (20111127) =
     71* FIX: Tag generator not working.
     72
    7073= 0.0.2 (20111117) =
    7174* FIX: Coding standards reviewed.
Note: See TracChangeset for help on using the changeset viewer.