Plugin Directory

Changeset 3310264


Ignore:
Timestamp:
06/12/2025 07:58:05 AM (10 months ago)
Author:
frpet
Message:

Release v2.0.4

Location:
easytranslate
Files:
2 edited
19 copied

Legend:

Unmodified
Added
Removed
  • easytranslate/tags/v5.5/admin/class-easy-translate-api-laas.php

    r3247676 r3310264  
    177177
    178178        if ($httpCode != 200) {
    179             return [
    180                 'error' => isset($body['message']) && $body['message'] != '' ? $body['message'] : __('Error',
    181                     EASY_TRANSLATE),
    182                 'hint'  => isset($body['hint']) && $body['hint'] ? $body['hint'] : __('Please verify your authentication status',
    183                     EASY_TRANSLATE),
    184             ];
     179            return [];
    185180        }
    186181        $workflows = array_filter(
  • easytranslate/tags/v5.5/easy-translate.php

    r3293830 r3310264  
    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:           2.0.3
     17 * Version:           2.0.4
    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', '2.0.3');
     36define('EASY_TRANSLATE_VERSION', '2.0.4');
    3737
    3838/**
  • easytranslate/trunk/admin/class-easy-translate-api-laas.php

    r3247676 r3310264  
    177177
    178178        if ($httpCode != 200) {
    179             return [
    180                 'error' => isset($body['message']) && $body['message'] != '' ? $body['message'] : __('Error',
    181                     EASY_TRANSLATE),
    182                 'hint'  => isset($body['hint']) && $body['hint'] ? $body['hint'] : __('Please verify your authentication status',
    183                     EASY_TRANSLATE),
    184             ];
     179            return [];
    185180        }
    186181        $workflows = array_filter(
  • easytranslate/trunk/easy-translate.php

    r3293830 r3310264  
    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:           2.0.3
     17 * Version:           2.0.4
    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', '2.0.3');
     36define('EASY_TRANSLATE_VERSION', '2.0.4');
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.