Plugin Directory

Changeset 3323050


Ignore:
Timestamp:
07/06/2025 03:17:14 PM (9 months ago)
Author:
mvpis
Message:

Updated fix for Locales setting. Thank you for the feedback

Location:
fluentc-translation
Files:
124 added
3 edited

Legend:

Unmodified
Added
Removed
  • fluentc-translation/trunk/fluentc_wordpress_plugin.php

    r3320264 r3323050  
    77 * Plugin URI: https://www.fluentc.ai
    88 * Description: A plugin that enables website owners to easily install the FluentC Translation on their WordPress site.
    9  * Version: 2.7.1
     9 * Version: 2.7.2
    1010 * Author: FluentC
    1111 * Author URI: https://www.fluentc.ai
     
    1717define( 'FLUENTC_DIR', __DIR__ );
    1818define( 'FLUENTC_SLUG', 'fluentc_translation' );
    19 define( 'FLUENTC_TRANSLATION_VERSION', "2.7.1" );
     19define( 'FLUENTC_TRANSLATION_VERSION', "2.7.2" );
    2020define( 'POLYLANG_VERSION', "2.5.2" );
    2121define( 'FLUENTC_TRANSLATION_PLUGIN_DIR', plugin_dir_path(__FILE__) );
  • fluentc-translation/trunk/readme.txt

    r3320264 r3323050  
    55Requires at least: 4.6
    66Tested up to: 6.8.1
    7 Stable tag: 2.7.1
     7Stable tag: 2.7.2
    88Requires PHP: 7.3
    99License: GPLv2 or later
  • fluentc-translation/trunk/src/class-polylang.php

    r3267615 r3323050  
    6161     */
    6262    public function init_hooks() {
    63         add_filter( 'locale', array( $this, 'set_locale' ) );
     63        //add_filter( 'locale', array( $this, 'set_locale' ) );
    6464    }
    6565
Note: See TracChangeset for help on using the changeset viewer.