Changeset 3051123
- Timestamp:
- 03/14/2024 02:19:32 PM (2 years ago)
- Location:
- product-lister-ebay/trunk
- Files:
-
- 1 added
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/class-woocommerce-ebay-integration-admin.php (modified) (2 diffs)
-
admin/js/zoho-chat.js (added)
-
product-lister-ebay.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
product-lister-ebay/trunk/README.txt
r2968567 r3051123 117 117 == Changelog == 118 118 119 2.0.9 120 * [Added] Added the new method for support chat. 121 122 119 123 2.0.8 120 124 * [Fixed] Bug fixes. -
product-lister-ebay/trunk/admin/class-woocommerce-ebay-integration-admin.php
r2968561 r3051123 115 115 if ( 'edit' != $action ) { 116 116 // wp_enqueue_script( 'ced-ebay-hubspot-chat', 'https://js-na1.hs-scripts.com/6086579.js', array(), '1.0', true ); 117 wp_enqueue_script( 'ced-ebay- freshworks', plugin_dir_url( __FILE__ ) . 'js/fw.js', array('jquery'), '1.0', true );117 wp_enqueue_script( 'ced-ebay-zoho-chat', plugin_dir_url( __FILE__ ) . 'js/zoho-chat.js', array('jquery'), '1.0', true ); 118 118 } 119 119 } … … 128 128 'user_id' => isset( $_GET['user_id'] ) ? sanitize_text_field( $_GET['user_id'] ) : '', 129 129 'site_url' => get_option( 'siteurl' ), 130 'store_url' => get_option( 'siteurl' ), 130 131 ); 131 132 wp_localize_script( $this->plugin_name, 'ced_ebay_admin_obj', $localize_array ); -
product-lister-ebay/trunk/product-lister-ebay.php
r2968567 r3051123 17 17 * Plugin URI: https://cedcommerce.com 18 18 * Description: The Product Lister for eBay allows merchants to list their products on eBay marketplace. 19 * Version: 2.0. 819 * Version: 2.0.9 20 20 * Author: CedCommerce 21 21 * Author URI: https://cedcommerce.com
Note: See TracChangeset
for help on using the changeset viewer.