Plugin Directory

Changeset 3051123


Ignore:
Timestamp:
03/14/2024 02:19:32 PM (2 years ago)
Author:
cedcommerce
Message:

update 2.0.9

Location:
product-lister-ebay/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • product-lister-ebay/trunk/README.txt

    r2968567 r3051123  
    117117== Changelog ==
    118118
     1192.0.9
     120* [Added] Added the new method for support chat.
     121
     122
    1191232.0.8
    120124* [Fixed] Bug fixes.
  • product-lister-ebay/trunk/admin/class-woocommerce-ebay-integration-admin.php

    r2968561 r3051123  
    115115            if ( 'edit' != $action ) {
    116116            //  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 );
    118118            }
    119119        }
     
    128128            'user_id'    => isset( $_GET['user_id'] ) ? sanitize_text_field( $_GET['user_id'] ) : '',
    129129            'site_url'   => get_option( 'siteurl' ),
     130            'store_url'  => get_option( 'siteurl' ),
    130131        );
    131132        wp_localize_script( $this->plugin_name, 'ced_ebay_admin_obj', $localize_array );
  • product-lister-ebay/trunk/product-lister-ebay.php

    r2968567 r3051123  
    1717 * Plugin URI:        https://cedcommerce.com
    1818 * Description:       The Product Lister for eBay allows merchants to list their products on eBay marketplace.
    19  * Version:           2.0.8
     19 * Version:           2.0.9
    2020 * Author:            CedCommerce
    2121 * Author URI:        https://cedcommerce.com
Note: See TracChangeset for help on using the changeset viewer.