Plugin Directory

Changeset 485945


Ignore:
Timestamp:
01/07/2012 01:48:53 AM (14 years ago)
Author:
manfer
Message:

Fixed hide for qualified users feature.

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

    r485904 r485945  
    44Plugin URI: http://www.manfersite.tk/cf7bwpcapt
    55Description: Provides Better WordPress reCAPTCHA possibilities to the Contact Form 7 plugin. Requires both.
    6 Version: 0.3
     6Version: 0.4
    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.3' );
     33define( 'CF7BWPRECAPT_VERSION', '0.4' );
    3434define( 'CF7BWPRECAPT_URL', 'http://www.manfersite.tk/cf7bwpcapt' );
    3535define( 'CF7BWPRECAPT_TITLE', 'Contact Form 7 BWP reCAPTCHA Extension' );
  • contact-form-7-bwp-recaptcha-extension/trunk/includes/CF7bwpCAPT.class.php

    r485904 r485945  
    414414            global $wpcf7_contact_form, $bwp_capt;
    415415
     416            if ( $bwp_capt->user_can_bypass() ) return '';
     417
    416418            $name = $tag[ 'name' ];
    417419
  • contact-form-7-bwp-recaptcha-extension/trunk/readme.txt

    r485904 r485945  
    55Requires at least: 2.9
    66Tested up to: 3.1.3
    7 Stable tag: 0.3
     7Stable tag: 0.4
    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.4 (20120107) =
     69* Fixed hide for qualified users feature.
     70
    6871= 0.3 (20120106) =
    6972* Added support for custom theme.
Note: See TracChangeset for help on using the changeset viewer.