Changeset 2801060
- Timestamp:
- 10/19/2022 08:00:40 AM (3 years ago)
- Location:
- easytranslate/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/class-easy-translate-translation-list.php (modified) (1 diff)
-
easy-translate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easytranslate/trunk/README.txt
r2796556 r2801060 5 5 Requires at least: 4.7 6 6 Tested up to: 6.0 7 Stable tag: 4. 97 Stable tag: 4.10 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
easytranslate/trunk/admin/class-easy-translate-translation-list.php
r2795813 r2801060 472 472 $post_content = esc_sql($post_content); 473 473 $query = "UPDATE {$wpdb->prefix}posts SET post_content = '{$post_content}' {$update} WHERE id = {$post_id}"; 474 $wpdb->query($query); 474 475 475 476 self::update_woocommerce_translations($source_post_id, $post_id, $target_language, $woocommerce); -
easytranslate/trunk/easy-translate.php
r2796556 r2801060 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. 017 * Version: 1.9.1 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. 0');36 define('EASY_TRANSLATE_VERSION', '1.9.1'); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.