Plugin Directory

Changeset 3267696


Ignore:
Timestamp:
04/07/2025 08:12:41 AM (11 months ago)
Author:
shipany
Message:

release v1.1.72

Location:
shipany
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shipany/tags/1.1.72/assets/js/shipany-setting.js

    r3266284 r3267696  
    182182            $('.shipany-register-descr').hide();
    183183        }
    184     }
    185         // disable the checkbox
    186         // $("label[for='"+'woocommerce_shipany_ecs_asia_enable_locker_list'+"']").css('cursor','not-allowed')
    187184    }
    188185
     
    614611                "border-radius": "3px",
    615612                "border-style": "solid",
    616                 "cursor": "pointer"
     613                "cursor": "pointer",
     614                "height": "30px",
     615                "border-top-left-radius": "0",
     616                "border-bottom-left-radius": "0"
    617617              });
    618618            $("input[name='woocommerce_shipany_ecs_asia_shipany_api_key']").after(buttonElement)
  • shipany/tags/1.1.72/includes/Utils/ShipanyHelper.php

    r3266284 r3267696  
    3636        $this->api_client = new API_Client($api_config['url'], $driver, $auth);
    3737        $this->shipany_obj = SHIPANY()->get_shipany_factory();
     38        static::get_instance_id();
    3839    }
    3940
  • shipany/tags/1.1.72/includes/class-shipany-wc-method-ecs-asia.php

    r3266284 r3267696  
    289289                'desc_tip'          => true,
    290290                'default'           => '',
     291                'css'               => 'border-top-right-radius: 0;border-bottom-right-radius: 0;border-right: 0;',
    291292            ),
    292293            // 'shipany_test_connection_button' => array(
  • shipany/tags/1.1.72/pages/shipany-common-function.js

    r3266016 r3267696  
    6161            }
    6262        }
    63         console.log('lockerList', lockerList);
    6463        resolve(lockerList);
    6564    });
  • shipany/tags/1.1.72/pages/woocommerce-checkout.js

    r3266016 r3267696  
    6868            useEffect(() => {
    6969                fetchLockerListLink().then(lockerList => {
    70                     console.log('lockerList', lockerList);
    7170                    setShowLockerList(!!lockerList.length);
    7271                });
  • shipany/tags/1.1.72/readme.txt

    r3266284 r3267696  
    44Requires at least: 4.1
    55Tested up to: 6.7.1
    6 Stable tag: 1.1.71
     6Stable tag: 1.1.72
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.1.72 =
     74- Bug fix
     75- Enhanced performance
     76
    7377= 1.1.71 =
    7478- Support Woocommerce Blocks
  • shipany/tags/1.1.72/shipany-woocommerce.php

    r3266284 r3267696  
    77Plugin URI: http://wordpress.org/plugins/shipany
    88Description: ShipAny one-stop logistics platform interconnects WooCommerce to multiple logistics service providers (including SF Express, Kerry Express, SF Cold-Chain, Alfred Locker, Hongkong Post, SF Locker, Convenience Store, etc.) so merchants can enjoy full-set features of logistics automation which disrupt the manual logistics process and bring E-Commerce to new generation.
    9 Version: 1.1.71
     9Version: 1.1.72
    1010Author: ShipAny
    1111Author URI: https://www.shipany.io
     
    508508            })
    509509            jQuery(document).on('click', '#shipping_method > li > *', function (e) {
    510                 if (e.originalEvent && this.querySelector('input.shipping_method').id == document.querySelector('[id^="shipping_method_0_local_pickup"]').id) {
     510                if (e.originalEvent && this.parentElement.querySelector('input.shipping_method').id == document.querySelector('[id^="shipping_method_0_local_pickup"]').id) {
    511511                    trigger_list()
    512512                    if (shipany_setting.shipany_bypass_billing_address == 'yes') {
     
    725725    class SHIPANY_WC {
    726726        public static $list;
    727         private $version = "1.1.71";
     727        private $version = "1.1.72";
    728728
    729729        protected static $_instance = null;
  • shipany/trunk/assets/js/shipany-setting.js

    r3266284 r3267696  
    182182            $('.shipany-register-descr').hide();
    183183        }
    184     }
    185         // disable the checkbox
    186         // $("label[for='"+'woocommerce_shipany_ecs_asia_enable_locker_list'+"']").css('cursor','not-allowed')
    187184    }
    188185
     
    614611                "border-radius": "3px",
    615612                "border-style": "solid",
    616                 "cursor": "pointer"
     613                "cursor": "pointer",
     614                "height": "30px",
     615                "border-top-left-radius": "0",
     616                "border-bottom-left-radius": "0"
    617617              });
    618618            $("input[name='woocommerce_shipany_ecs_asia_shipany_api_key']").after(buttonElement)
  • shipany/trunk/includes/Utils/ShipanyHelper.php

    r3266284 r3267696  
    3636        $this->api_client = new API_Client($api_config['url'], $driver, $auth);
    3737        $this->shipany_obj = SHIPANY()->get_shipany_factory();
     38        static::get_instance_id();
    3839    }
    3940
  • shipany/trunk/includes/class-shipany-wc-method-ecs-asia.php

    r3266284 r3267696  
    289289                'desc_tip'          => true,
    290290                'default'           => '',
     291                'css'               => 'border-top-right-radius: 0;border-bottom-right-radius: 0;border-right: 0;',
    291292            ),
    292293            // 'shipany_test_connection_button' => array(
  • shipany/trunk/pages/shipany-common-function.js

    r3266016 r3267696  
    6161            }
    6262        }
    63         console.log('lockerList', lockerList);
    6463        resolve(lockerList);
    6564    });
  • shipany/trunk/pages/woocommerce-checkout.js

    r3266016 r3267696  
    6868            useEffect(() => {
    6969                fetchLockerListLink().then(lockerList => {
    70                     console.log('lockerList', lockerList);
    7170                    setShowLockerList(!!lockerList.length);
    7271                });
  • shipany/trunk/readme.txt

    r3266284 r3267696  
    44Requires at least: 4.1
    55Tested up to: 6.7.1
    6 Stable tag: 1.1.71
     6Stable tag: 1.1.72
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.1.72 =
     74- Bug fix
     75- Enhanced performance
     76
    7377= 1.1.71 =
    7478- Support Woocommerce Blocks
  • shipany/trunk/shipany-woocommerce.php

    r3266284 r3267696  
    77Plugin URI: http://wordpress.org/plugins/shipany
    88Description: ShipAny one-stop logistics platform interconnects WooCommerce to multiple logistics service providers (including SF Express, Kerry Express, SF Cold-Chain, Alfred Locker, Hongkong Post, SF Locker, Convenience Store, etc.) so merchants can enjoy full-set features of logistics automation which disrupt the manual logistics process and bring E-Commerce to new generation.
    9 Version: 1.1.71
     9Version: 1.1.72
    1010Author: ShipAny
    1111Author URI: https://www.shipany.io
     
    508508            })
    509509            jQuery(document).on('click', '#shipping_method > li > *', function (e) {
    510                 if (e.originalEvent && this.querySelector('input.shipping_method').id == document.querySelector('[id^="shipping_method_0_local_pickup"]').id) {
     510                if (e.originalEvent && this.parentElement.querySelector('input.shipping_method').id == document.querySelector('[id^="shipping_method_0_local_pickup"]').id) {
    511511                    trigger_list()
    512512                    if (shipany_setting.shipany_bypass_billing_address == 'yes') {
     
    725725    class SHIPANY_WC {
    726726        public static $list;
    727         private $version = "1.1.71";
     727        private $version = "1.1.72";
    728728
    729729        protected static $_instance = null;
Note: See TracChangeset for help on using the changeset viewer.