Changeset 2855216
- Timestamp:
- 01/26/2023 02:02:00 PM (3 years ago)
- Location:
- contact-form-7-image-captcha
- Files:
-
- 29 added
- 2 edited
-
tags/3.3.3 (added)
-
tags/3.3.3/cf7-image-captcha.php (added)
-
tags/3.3.3/languages (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-bg_BG.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-bg_BG.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-de_DE.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-de_DE.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-es_ES.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-es_ES.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-es_MX.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-es_MX.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-fa_IR.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-fa_IR.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-fi_FI.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-fi_FI.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-fr_FR.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-fr_FR.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-hr.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-hr.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-it_IT.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-it_IT.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-nl_NL.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-nl_NL.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-pt_PT.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-pt_PT.po (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-ru_RU.mo (added)
-
tags/3.3.3/languages/contact-form-7-image-captcha-ru_RU.po (added)
-
tags/3.3.3/readme.txt (added)
-
tags/3.3.3/style.css (added)
-
trunk/cf7-image-captcha.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-image-captcha/trunk/cf7-image-captcha.php
r2840065 r2855216 4 4 * Plugin URI: https://wordpress.org/plugins/contact-form-7-image-captcha/ 5 5 * Description: Add a simple image captcha and Honeypot to contact form 7 6 * Version: 3.3. 36 * Version: 3.3.4 7 7 * Author: KC Computing 8 8 * Author URI: https://profiles.wordpress.org/ktc_88 … … 53 53 add_action( 'wpcf7_init', 'add_shortcode_cf7ic' ); 54 54 function add_shortcode_cf7ic() { 55 wpcf7_add_form_tag( 'cf7ic', 'call_cf7ic' , true);55 wpcf7_add_form_tag( 'cf7ic', 'call_cf7ic'); 56 56 } 57 57 -
contact-form-7-image-captcha/trunk/readme.txt
r2840064 r2855216 5 5 Requires at least: 4.7 6 6 Requires PHP: 7.0 7 Tested up to: 6.1 7 Tested up to: 6.1.1 8 8 Stable tag: trunk 9 9 License: GPLv2 or later … … 102 102 103 103 == 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 104 107 = 3.3.3 [12/27/2022] = 105 108 * 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.