Plugin Directory

Changeset 2801060


Ignore:
Timestamp:
10/19/2022 08:00:40 AM (3 years ago)
Author:
frpet
Message:

Basic post fields update

Location:
easytranslate/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easytranslate/trunk/README.txt

    r2796556 r2801060  
    55Requires at least: 4.7
    66Tested up to: 6.0
    7 Stable tag: 4.9
     7Stable tag: 4.10
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • easytranslate/trunk/admin/class-easy-translate-translation-list.php

    r2795813 r2801060  
    472472        $post_content = esc_sql($post_content);
    473473        $query = "UPDATE {$wpdb->prefix}posts SET post_content = '{$post_content}' {$update} WHERE id = {$post_id}";
     474        $wpdb->query($query);
    474475
    475476        self::update_woocommerce_translations($source_post_id, $post_id, $target_language, $woocommerce);
  • easytranslate/trunk/easy-translate.php

    r2796556 r2801060  
    1515 * Plugin URI:        https://www.easytranslate.com/en/integrations/cms/wordpress-plugin/
    1616 * Description:       This is a short description of what the plugin does. It's displayed in the WordPress admin area.
    17  * Version:           1.9.0
     17 * Version:           1.9.1
    1818 * Author:            EasyTranslate
    1919 * Author URI:        https://easytranslate.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('EASY_TRANSLATE_VERSION', '1.9.0');
     36define('EASY_TRANSLATE_VERSION', '1.9.1');
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.