Plugin Directory

Changeset 3247689


Ignore:
Timestamp:
02/27/2025 09:11:55 AM (13 months ago)
Author:
frpet
Message:

Workflows support. v2 Endpoints

Location:
easytranslate
Files:
2 edited
9 copied

Legend:

Unmodified
Added
Removed
  • easytranslate/tags/v5.1/trunk/easy-translate.php

    r3038667 r3247689  
    1515 * Plugin URI:        https://www.easytranslate.com/en/integrations/cms/wordpress-plugin/
    1616 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    17  * Version:           1.10.4
     17 * Version:           2.0.0
    1818 * Author:            EasyTranslate
    1919 * Author URI:        https://easytranslate.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('EASY_TRANSLATE_VERSION', '1.10.4');
     36define('EASY_TRANSLATE_VERSION', '2.0.0');
    3737
    3838/**
  • easytranslate/trunk/easy-translate.php

    r3038667 r3247689  
    1515 * Plugin URI:        https://www.easytranslate.com/en/integrations/cms/wordpress-plugin/
    1616 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    17  * Version:           1.10.4
     17 * Version:           2.0.0
    1818 * Author:            EasyTranslate
    1919 * Author URI:        https://easytranslate.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('EASY_TRANSLATE_VERSION', '1.10.4');
     36define('EASY_TRANSLATE_VERSION', '2.0.0');
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.