Plugin Directory

Changeset 3411392


Ignore:
Timestamp:
12/04/2025 08:41:07 PM (4 months ago)
Author:
mvpis
Message:

Updated to 6.9

Location:
fluentc-translation
Files:
124 added
3 edited

Legend:

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

    r3388470 r3411392  
    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.7
     9 * Version: 2.8
    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.7" );
     19define( 'FLUENTC_TRANSLATION_VERSION', "2.8" );
    2020define( 'POLYLANG_VERSION', "2.5.2" );
    2121define( 'FLUENTC_TRANSLATION_PLUGIN_DIR', plugin_dir_path(__FILE__) );
  • fluentc-translation/trunk/readme.txt

    r3388462 r3411392  
    44Tags: translation, multilingual, translate, language switcher, automatic translation
    55Requires at least: 4.6
    6 Tested up to: 6.8.3
    7 Stable tag: 2.7.7
     6Tested up to: 6.9
     7Stable tag: 2.8
    88Requires PHP: 7.3
    99License: GPLv2 or later
  • fluentc-translation/trunk/src/services/class-pll-language.php

    r3267615 r3411392  
    2626    }
    2727
     28     /**
     29     * Summary of get_languages_list over for plugins that use more than the API
     30     * @return string[]
     31     */
     32    public function get_language(){
     33   
     34        return pll_default_language();
     35   
     36    }
     37
    2838}
Note: See TracChangeset for help on using the changeset viewer.