Plugin Directory

Changeset 3172365


Ignore:
Timestamp:
10/20/2024 02:48:08 PM (18 months ago)
Author:
mvpis
Message:

Updates

Location:
fluentc-translation
Files:
371 added
3 edited

Legend:

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

    r3172115 r3172365  
    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.0.2
     9 * Version: 2.0.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', "2.0.2" );
     19define( 'FLUENTC_TRANSLATION_VERSION', "2.0.3" );
    2020define( 'FLUENTC_TRANSLATION_PLUGIN_DIR', plugin_dir_path(__FILE__) );
    2121define( 'FLUENTC_TRANSLATION_PLUGIN_URL', plugin_dir_url(__FILE__) );
  • fluentc-translation/trunk/readme.txt

    r3172115 r3172365  
    55Requires at least: 4.6
    66Tested up to: 6.6.2
    7 Stable tag: 2.0.2
     7Stable tag: 2.0.3
    88Requires PHP: 7.3
    99License: GPLv2 or later
  • fluentc-translation/trunk/src/services/class-translation-manager.php

    r3172115 r3172365  
    157157
    158158    public function __destruct() {
    159         if (!empty($this->translationBatch)) {
    160             $this->processPlaceholderBatch();
    161         }
     159       
    162160    }
    163161}
Note: See TracChangeset for help on using the changeset viewer.