Changeset 3247689
- Timestamp:
- 02/27/2025 09:11:55 AM (13 months ago)
- Location:
- easytranslate
- Files:
-
- 2 edited
- 9 copied
-
tags/v5.1/trunk (copied) (copied from easytranslate/trunk)
-
tags/v5.1/trunk/README.txt (copied) (copied from easytranslate/trunk/README.txt)
-
tags/v5.1/trunk/admin/class-easy-translate-api-laas.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-api-laas.php)
-
tags/v5.1/trunk/admin/class-easy-translate-api-service.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-api-service.php)
-
tags/v5.1/trunk/admin/class-easy-translate-post-translation-list.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-post-translation-list.php)
-
tags/v5.1/trunk/admin/class-easy-translate-string-translation-list.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-string-translation-list.php)
-
tags/v5.1/trunk/admin/class-easy-translate-translation.php (copied) (copied from easytranslate/trunk/admin/class-easy-translate-translation.php)
-
tags/v5.1/trunk/admin/partials/projects.php (copied) (copied from easytranslate/trunk/admin/partials/projects.php)
-
tags/v5.1/trunk/admin/partials/translation-options.php (copied) (copied from easytranslate/trunk/admin/partials/translation-options.php)
-
tags/v5.1/trunk/easy-translate.php (modified) (2 diffs)
-
trunk/easy-translate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easytranslate/tags/v5.1/trunk/easy-translate.php
r3038667 r3247689 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: 1.10.417 * Version: 2.0.0 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', ' 1.10.4');36 define('EASY_TRANSLATE_VERSION', '2.0.0'); 37 37 38 38 /** -
easytranslate/trunk/easy-translate.php
r3038667 r3247689 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: 1.10.417 * Version: 2.0.0 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', ' 1.10.4');36 define('EASY_TRANSLATE_VERSION', '2.0.0'); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.