Plugin Directory

Changeset 2277832


Ignore:
Timestamp:
04/06/2020 10:49:08 PM (6 years ago)
Author:
shopybot
Message:

removed Facebook word from plugin name because of Licensing/Trademark Violation

Location:
shopybot-woocommerce/trunk
Files:
3 edited

Legend:

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

    r2273744 r2277832  
    315315                'id'          => 'export_url',
    316316            );
    317 
    318         }
    319 
     317        }
    320318
    321319        /**
  • shopybot-woocommerce/trunk/readme.txt

    r2276735 r2277832  
    1 === ShopyBot - Facebook Chatbot for your WooCommerce ===
     1=== ShopyBot - Messenger Chatbot for your WooCommerce ===
    22Contributors: ShopyBot.com
    33Tags: bot, e-commerce, chat-bot, chatbot, messenger, facebook, woocommerce, integration, ShopyBot, ai, machine learning, artificial intelligence
    44Requires at least: 3.9
    55Tested up to: 5.4
    6 Stable tag: 1.0.12
     6Stable tag: 1.0.13
    77License: GNU GENERAL PUBLIC LICENSE Version 3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
    99
    10 ShopyBot - Facebook Chatbot for your WooCommerce store.
     10ShopyBot - Messenger Chatbot for your WooCommerce store.
    1111Easy way to sell your products in Facebook Messenger.
    1212
     
    100100== Changelog ==
    101101
     102= 1.0.13 =
     103- Removed Facebook word from plugin name as of Licensing/Trademark Violation issue
     104
    102105= 1.0.12 =
    103106- Added plugin internationalization
     
    109112
    110113= 1.0.10 =
    111 Added uninstall hook
     114- Added uninstall hook
    112115
    113116= 1.0.9 =
    114 1. fixed empty products error
    115 2. fixed screenshots
    116 3. added auto checkout from chatbot
    117 4. updated readme.txt
     117- Fixed empty products error
     118- Fixed screenshots
     119- Added auto checkout from chatbot
     120- Updated readme.txt
    118121
    119122= 1.0.8 =
  • shopybot-woocommerce/trunk/shopybot-woocommerce.php

    r2276735 r2277832  
    22
    33/**
    4  * Shopybot - Facebook ChatBot for WooCommerce
     4 * Shopybot - Messenger ChatBot for WooCommerce
    55 *
    66 * This file is read by WordPress to generate the plugin information in the plugin
     
    1010 *
    1111 * @link                 https://www.shopybot.com
    12  * @since                1.0.12
     12 * @since                1.0.13
    1313 * @package              Shopybot_Woocommerce
    1414 *
    1515 * @wordpress-plugin
    16  * Plugin Name:          ShopyBot - Facebook ChatBot for WooCommerce
     16 * Plugin Name:          ShopyBot - Messenger ChatBot for WooCommerce
    1717 * Plugin URI:           https://www.shopybot.com/connect-bot/woocommerce
    18  * Description:          Create a ChatBot and sell your products in Facebook Messenger
    19  * Version:              1.0.12
     18 * Description:          Create a ChatBot and sell your products in Messenger
     19 * Version:              1.0.13
    2020 * Author:               ShopyBot
    2121 * Text Domain:          shopybot-woocommerce
     
    5050            include_once 'includes/class-wc-shopybot-functions.php';
    5151
     52            add_action( 'plugins_loaded', array($this, 'shopybot_woocommerce_load_plugin_textdomain') );
     53
    5254            // Checks if WooCommerce is installed.
    5355            if(class_exists('WC_Integration')) {
     
    5557                include_once 'includes/class-wc-shopybot-integration.php';
    5658                include_once 'includes/class-wc-shopybot-export.php';
    57 
    58                 add_action( 'plugins_loaded', 'shopybot_woocommerce_load_plugin_textdomain' );
    59 
    60                 // Load translations
    61                 add_action( 'plugins_loaded', 'shopybot_load_textdomain' );
    6259
    6360                // Register the integration.
Note: See TracChangeset for help on using the changeset viewer.