Changeset 3310264
- Timestamp:
- 06/12/2025 07:58:05 AM (10 months ago)
- Location:
- easytranslate
- Files:
-
- 2 edited
- 19 copied
-
tags/v5.5 (copied) (copied from easytranslate/trunk)
-
tags/v5.5/README.txt (copied) (copied from easytranslate/trunk/README.txt)
-
tags/v5.5/admin/class-easy-translate-admin.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-admin.php)
-
tags/v5.5/admin/class-easy-translate-api-integration.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-api-integration.php)
-
tags/v5.5/admin/class-easy-translate-api-laas.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-api-laas.php) (1 diff)
-
tags/v5.5/admin/class-easy-translate-api-service.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-api-service.php)
-
tags/v5.5/admin/class-easy-translate-post-translation-list.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-post-translation-list.php)
-
tags/v5.5/admin/class-easy-translate-projects.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-projects.php)
-
tags/v5.5/admin/class-easy-translate-string-translation-list.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-string-translation-list.php)
-
tags/v5.5/admin/class-easy-translate-translation-list.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-translation-list.php)
-
tags/v5.5/admin/class-easy-translate-translation-updater.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-translation-updater.php)
-
tags/v5.5/admin/class-easy-translate-translation.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-translation.php)
-
tags/v5.5/admin/functions.php (copied) (copied from easytranslate/trunk/admin/functions.php)
-
tags/v5.5/admin/js/easy-translate-admin.js (copied) (copied from easytranslate/trunk/admin/js/easy-translate-admin.js)
-
tags/v5.5/admin/partials/projects.php (copied) (copied from easytranslate/trunk/admin/partials/projects.php)
-
tags/v5.5/admin/partials/requirements.php (copied) (copied from easytranslate/trunk/admin/partials/requirements.php)
-
tags/v5.5/admin/partials/translation-options.php (copied) (copied from easytranslate/trunk/admin/partials/translation-options.php)
-
tags/v5.5/easy-translate.php (copied) (copied from easytranslate/trunk/easy-translate.php) (2 diffs)
-
tags/v5.5/includes/class-easy-translate.php (copied) (copied from easytranslate/trunk/includes/class-easy-translate.php)
-
trunk/admin/class-easy-translate-api-laas.php (modified) (1 diff)
-
trunk/easy-translate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easytranslate/tags/v5.5/admin/class-easy-translate-api-laas.php
r3247676 r3310264 177 177 178 178 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 []; 185 180 } 186 181 $workflows = array_filter( -
easytranslate/tags/v5.5/easy-translate.php
r3293830 r3310264 15 15 * Plugin URI: https://www.easytranslate.com/en/integrations/cms/wordpress-plugin/ 16 16 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 17 * Version: 2.0. 317 * Version: 2.0.4 18 18 * Author: EasyTranslate 19 19 * Author URI: https://easytranslate.com … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define('EASY_TRANSLATE_VERSION', '2.0. 3');36 define('EASY_TRANSLATE_VERSION', '2.0.4'); 37 37 38 38 /** -
easytranslate/trunk/admin/class-easy-translate-api-laas.php
r3247676 r3310264 177 177 178 178 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 []; 185 180 } 186 181 $workflows = array_filter( -
easytranslate/trunk/easy-translate.php
r3293830 r3310264 15 15 * Plugin URI: https://www.easytranslate.com/en/integrations/cms/wordpress-plugin/ 16 16 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area. 17 * Version: 2.0. 317 * Version: 2.0.4 18 18 * Author: EasyTranslate 19 19 * Author URI: https://easytranslate.com … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define('EASY_TRANSLATE_VERSION', '2.0. 3');36 define('EASY_TRANSLATE_VERSION', '2.0.4'); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.