Changeset 2780021
- Timestamp:
- 09/05/2022 09:25:39 AM (4 years ago)
- Location:
- automatic-translation
- Files:
-
- 3 edited
-
tags/1.0.1/readme.txt (modified) (3 diffs)
-
tags/1.0.1/translator.php (modified) (2 diffs)
-
trunk/translator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
automatic-translation/tags/1.0.1/readme.txt
r2780020 r2780021 6 6 Tested up to: 6.0 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 83 83 == Changelog == 84 84 85 = 1.0.1 = 86 * Bugfix : Fixed an issue 87 85 88 = 1.0.0 = 86 89 * Add : Initial multilingual Automatic translation plugin release … … 94 97 * Add your domain and select the original and translated languages 95 98 * Copy the API Key generated and instantly make your website multilingual 99 100 == Screenshots == 101 102 103 96 104 97 105 -
automatic-translation/tags/1.0.1/translator.php
r2780020 r2780021 4 4 * Plugin URI: https://automatic-translation.online/ 5 5 * Description: Automatic translation plugin used to translate frontend website content with Deepl machine translator. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Text Domain: automatic-translation.online 8 8 * Author: masterhomepage … … 38 38 } 39 39 40 define('TRANSLATOR_VERSION', '1.0. 0');40 define('TRANSLATOR_VERSION', '1.0.1'); 41 41 define('TRANSLATOR_PLUGIN_URL', plugin_dir_url(__FILE__)); 42 42 define('TRANSLATOR_PLUGIN_PATH', plugin_dir_path(__FILE__)); -
automatic-translation/trunk/translator.php
r2780020 r2780021 38 38 } 39 39 40 define('TRANSLATOR_VERSION', '1.0. 0');40 define('TRANSLATOR_VERSION', '1.0.1'); 41 41 define('TRANSLATOR_PLUGIN_URL', plugin_dir_url(__FILE__)); 42 42 define('TRANSLATOR_PLUGIN_PATH', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.