Plugin Directory

Changeset 3159574


Ignore:
Timestamp:
09/29/2024 11:15:37 PM (18 months ago)
Author:
mvpis
Message:

Updates with improvements and bug fixes

Location:
fluentc-translation
Files:
364 added
2 edited

Legend:

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

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

    r3159410 r3159574  
    55Requires at least: 4.6
    66Tested up to: 6.6.2
    7 Stable tag: 1.9.2
     7Stable tag: 1.9.3
    88Requires PHP: 7.3
    99License: GPLv2 or later
     
    7070
    7171=== Changelog ==
     72= 1.9 =
     73
     74Improved edit translation capabilities for fine-tuning your multilingual content
     75Added support for Elementor, ACF, WPForo and SiteOrigin builder.
     76
    7277= 1.7 =
    7378
Note: See TracChangeset for help on using the changeset viewer.