Plugin Directory

Changeset 2855235


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

3.3.5 [01/26/2023]

  • Added additional changes to the plugin's internationalization settings to fix issues with translations not working correctly on some sites.
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

    r2855216 r2855235  
    11<?php
    22/**
    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
    1213 */
    1314
     
    3233 * Load Textdomains
    3334 */
    34 add_action('plugins_loaded', 'cf7ic_load_textdomain');
     35add_action('init', 'cf7ic_load_textdomain');
    3536function cf7ic_load_textdomain() {
    3637    load_plugin_textdomain( 'contact-form-7-image-captcha', false, dirname( plugin_basename(__FILE__) ) . '/languages' );
  • contact-form-7-image-captcha/trunk/readme.txt

    r2855216 r2855235  
    102102
    103103== 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
    104107= 3.3.4 [01/26/2023] =
    105108* 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.