Plugin Directory

Changeset 556017


Ignore:
Timestamp:
06/11/2012 08:06:02 AM (14 years ago)
Author:
manfer
Message:

Prepared for 0.7 version

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

    r502330 r556017  
    44Plugin URI: http://www.manfersite.tk/cf7bwpcapt
    55Description: Provides Better WordPress reCAPTCHA possibilities to the Contact Form 7 plugin. Requires both.
    6 Version: 0.6
     6Version: 0.7
    77Author: Fernando San Julián
    88Email: manfer.site@gmail.com
     
    3131// this is the 'driver' file that instantiates the object
    3232define( 'ALLOW_CF7_BWP_CAPT_INCLUDE', true );
    33 define( 'CF7BWPRECAPT_VERSION', '0.6' );
     33define( 'CF7BWPRECAPT_VERSION', '0.7' );
    3434define( 'CF7BWPRECAPT_URL', 'http://www.manfersite.tk/cf7bwpcapt' );
    3535define( 'CF7BWPRECAPT_TITLE', 'Contact Form 7 BWP reCAPTCHA Extension' );
  • contact-form-7-bwp-recaptcha-extension/trunk/readme.txt

    r556008 r556017  
    55Requires at least: 2.9
    66Tested up to: 3.1.3
    7 Stable tag: 0.6
     7Stable tag: 0.7
    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.
     
    6666== Changelog ==
    6767
    68 = 0.7 (2012xxxx) =
     68= 0.7 (20120611) =
    6969* Fixed notice because menu_slug undefined.
     70* Fixed bug after upgrade to CF7 3.2.
    7071
    7172= 0.6 (20120208) =
Note: See TracChangeset for help on using the changeset viewer.