Changeset 2866487
- Timestamp:
- 02/16/2023 02:31:48 PM (3 years ago)
- Location:
- easytranslate/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/functions.php (modified) (2 diffs)
-
easy-translate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easytranslate/trunk/README.txt
r2818386 r2866487 5 5 Requires at least: 4.7 6 6 Tested up to: 6.1 7 Stable tag: 4.1 17 Stable tag: 4.12 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
easytranslate/trunk/admin/functions.php
r2674447 r2866487 48 48 'mn' => 'mn_MN', 49 49 'ne' => 'ne_NP', 50 'no' => 'nb ',50 'no' => 'nb_NO', 51 51 'fa' => 'fa_IR', 52 52 'pl' => 'pl', … … 124 124 'mn' => 'mn_MN', 125 125 'ne' => 'ne_NP', 126 'no' => 'nb ',126 'no' => 'nb_NO', 127 127 'fa' => 'fa_IR', 128 128 'pl' => 'pl', -
easytranslate/trunk/easy-translate.php
r2818386 r2866487 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.9. 217 * Version: 1.9.3 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.9. 2');36 define('EASY_TRANSLATE_VERSION', '1.9.3'); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.