Plugin Directory

Changeset 2855216


Ignore:
Timestamp:
01/26/2023 02:02:00 PM (3 years ago)
Author:
KTC_88
Message:

3.3.4 [01/26/2023]

  • Fixed bug introduced by Contact Form 7 version 5.7.3 which prevented the CAPTCHA from rendering. Thanks @patrick1994 for providing the fix.
Location:
contact-form-7-image-captcha
Files:
29 added
2 edited

Legend:

Unmodified
Added
Removed
  • contact-form-7-image-captcha/trunk/cf7-image-captcha.php

    r2840065 r2855216  
    44 * Plugin URI:        https://wordpress.org/plugins/contact-form-7-image-captcha/
    55 * Description:       Add a simple image captcha and Honeypot to contact form 7
    6  * Version:           3.3.3
     6 * Version:           3.3.4
    77 * Author:            KC Computing
    88 * Author URI:        https://profiles.wordpress.org/ktc_88
     
    5353add_action( 'wpcf7_init', 'add_shortcode_cf7ic' );
    5454function add_shortcode_cf7ic() {
    55     wpcf7_add_form_tag( 'cf7ic', 'call_cf7ic', true );
     55    wpcf7_add_form_tag( 'cf7ic', 'call_cf7ic');
    5656}
    5757
  • contact-form-7-image-captcha/trunk/readme.txt

    r2840064 r2855216  
    55Requires at least: 4.7
    66Requires PHP: 7.0
    7 Tested up to: 6.1
     7Tested up to: 6.1.1
    88Stable tag: trunk
    99License: GPLv2 or later
     
    102102
    103103== Changelog ==
     104= 3.3.4 [01/26/2023] =
     105* Fixed bug introduced by Contact Form 7 version 5.7.3 which prevented the CAPTCHA from rendering. Thanks @patrick1994 for providing the fix.
     106
    104107= 3.3.3 [12/27/2022] =
    105108* Updated the name of the languages folder to correct issues with translations not working on some sites.
Note: See TracChangeset for help on using the changeset viewer.