Changeset 2855235
- Timestamp:
- 01/26/2023 02:45:35 PM (3 years ago)
- Location:
- contact-form-7-image-captcha
- Files:
-
- 29 added
- 2 edited
-
tags/3.3.4 (added)
-
tags/3.3.4/cf7-image-captcha.php (added)
-
tags/3.3.4/languages (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-bg_BG.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-bg_BG.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-de_DE.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-de_DE.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-es_ES.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-es_ES.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-es_MX.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-es_MX.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-fa_IR.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-fa_IR.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-fi_FI.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-fi_FI.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-fr_FR.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-fr_FR.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-hr.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-hr.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-it_IT.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-it_IT.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-nl_NL.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-nl_NL.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-pt_PT.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-pt_PT.po (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-ru_RU.mo (added)
-
tags/3.3.4/languages/contact-form-7-image-captcha-ru_RU.po (added)
-
tags/3.3.4/readme.txt (added)
-
tags/3.3.4/style.css (added)
-
trunk/cf7-image-captcha.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-image-captcha/trunk/cf7-image-captcha.php
r2855216 r2855235 1 1 <?php 2 2 /** 3 * Plugin Name: Contact Form 7 Image Captcha 4 * Plugin URI: https://wordpress.org/plugins/contact-form-7-image-captcha/ 5 * Description: Add a simple image captcha and Honeypot to contact form 7 6 * Version: 3.3.4 7 * Author: KC Computing 8 * Author URI: https://profiles.wordpress.org/ktc_88 9 * License: GNU General Public License v2 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 * Text Domain: contact-form-7-image-captcha 3 * Plugin Name: Contact Form 7 Image Captcha 4 * Plugin URI: https://wordpress.org/plugins/contact-form-7-image-captcha/ 5 * Description: Add a simple image captcha and Honeypot to contact form 7 6 * Version: 3.3.5 7 * Author: KC Computing 8 * Author URI: https://profiles.wordpress.org/ktc_88 9 * License: GNU General Public License v2 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 * Text Domain: contact-form-7-image-captcha 12 * Domain Path: /languages 12 13 */ 13 14 … … 32 33 * Load Textdomains 33 34 */ 34 add_action(' plugins_loaded', 'cf7ic_load_textdomain');35 add_action('init', 'cf7ic_load_textdomain'); 35 36 function cf7ic_load_textdomain() { 36 37 load_plugin_textdomain( 'contact-form-7-image-captcha', false, dirname( plugin_basename(__FILE__) ) . '/languages' ); -
contact-form-7-image-captcha/trunk/readme.txt
r2855216 r2855235 102 102 103 103 == Changelog == 104 = 3.3.5 [01/26/2023] = 105 * Added additional changes to the plugin's internationalization settings to fix issues with translations not working correctly on some sites. 106 104 107 = 3.3.4 [01/26/2023] = 105 108 * Fixed bug introduced by Contact Form 7 version 5.7.3 which prevented the CAPTCHA from rendering. Thanks @patrick1994 for providing the fix.
Note: See TracChangeset
for help on using the changeset viewer.