Plugin Directory

Changeset 2385969


Ignore:
Timestamp:
09/21/2020 11:30:32 PM (5 years ago)
Author:
shopybot
Message:

fixe for the products export url

Location:
shopybot-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • shopybot-woocommerce/trunk/includes/class-wc-shopybot-export.php

    r2317539 r2385969  
    218218            foreach($terms as $key => $cat) {
    219219                $parent = ($cat->parent) ? 'parentId="' . $cat->parent . '"' : '';
    220                 $yml .= "\t\t" . '<category id="' . $cat->term_id . '" ' . $parent . '>' . htmlspecialchars($cat->name) . '</category>' . "\n";
     220                $yml .= "\t\t" . '<category id="' . $cat->term_id . '" ' . $parent . '><![CDATA[' . htmlspecialchars($cat->name) . ']]></category>' . "\n";
    221221            }
    222222
     
    670670    <yml_catalog date="' . date("Y-m-d H:i") . '">
    671671    <shop>
    672     <name>' . $name . '</name>
    673     <company>' . $desc . '</company>
    674     <url>' . $siteurl . '</url>
     672    <name><![CDATA[' . $name . ']]></name>
     673    <company><![CDATA[' . $desc . ']]></company>
     674    <url><![CDATA[' . $siteurl . ']]></url>
    675675    <currencies>
    676676    ' . $this->renderCurrency() . '
  • shopybot-woocommerce/trunk/readme.txt

    r2317539 r2385969  
    33Tags: bot, e-commerce, chat-bot, chatbot, messenger, facebook, woocommerce, integration, ShopyBot, ai, machine learning, artificial intelligence
    44Requires at least: 3.9
    5 Tested up to: 5.4.1
    6 Stable tag: 1.0.17
     5Tested up to: 5.5.1
     6Stable tag: 1.0.18
    77License: GNU GENERAL PUBLIC LICENSE Version 3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    9999== Changelog ==
    100100
     101= 1.0.18 =
     102- Fix for export XML file
     103
    101104= 1.0.17 =
    102105- Fix for the empty products case
  • shopybot-woocommerce/trunk/shopybot-woocommerce.php

    r2317539 r2385969  
    1010 *
    1111 * @link                 https://www.shopybot.com
    12  * @since                1.0.17
     12 * @since                1.0.18
    1313 * @package              Shopybot_Woocommerce
    1414 *
     
    1717 * Plugin URI:           https://www.shopybot.com/connect-bot/woocommerce
    1818 * Description:          Few clicks to create a Facebook Messenger Chatbot for your WooCommerce shop! Automatic products import, 12 languages supported, add product to WooCommerce cart from Messenger, fast checkout!
    19  * Version:              1.0.17
     19 * Version:              1.0.18
    2020 * Author:               ShopyBot
    2121 * Text Domain:          shopybot-woocommerce
Note: See TracChangeset for help on using the changeset viewer.