Changeset 3267696
- Timestamp:
- 04/07/2025 08:12:41 AM (11 months ago)
- Location:
- shipany
- Files:
-
- 14 edited
- 1 copied
-
tags/1.1.72 (copied) (copied from shipany/trunk)
-
tags/1.1.72/assets/js/shipany-setting.js (modified) (2 diffs)
-
tags/1.1.72/includes/Utils/ShipanyHelper.php (modified) (1 diff)
-
tags/1.1.72/includes/class-shipany-wc-method-ecs-asia.php (modified) (1 diff)
-
tags/1.1.72/pages/shipany-common-function.js (modified) (1 diff)
-
tags/1.1.72/pages/woocommerce-checkout.js (modified) (1 diff)
-
tags/1.1.72/readme.txt (modified) (2 diffs)
-
tags/1.1.72/shipany-woocommerce.php (modified) (3 diffs)
-
trunk/assets/js/shipany-setting.js (modified) (2 diffs)
-
trunk/includes/Utils/ShipanyHelper.php (modified) (1 diff)
-
trunk/includes/class-shipany-wc-method-ecs-asia.php (modified) (1 diff)
-
trunk/pages/shipany-common-function.js (modified) (1 diff)
-
trunk/pages/woocommerce-checkout.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shipany-woocommerce.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipany/tags/1.1.72/assets/js/shipany-setting.js
r3266284 r3267696 182 182 $('.shipany-register-descr').hide(); 183 183 } 184 }185 // disable the checkbox186 // $("label[for='"+'woocommerce_shipany_ecs_asia_enable_locker_list'+"']").css('cursor','not-allowed')187 184 } 188 185 … … 614 611 "border-radius": "3px", 615 612 "border-style": "solid", 616 "cursor": "pointer" 613 "cursor": "pointer", 614 "height": "30px", 615 "border-top-left-radius": "0", 616 "border-bottom-left-radius": "0" 617 617 }); 618 618 $("input[name='woocommerce_shipany_ecs_asia_shipany_api_key']").after(buttonElement) -
shipany/tags/1.1.72/includes/Utils/ShipanyHelper.php
r3266284 r3267696 36 36 $this->api_client = new API_Client($api_config['url'], $driver, $auth); 37 37 $this->shipany_obj = SHIPANY()->get_shipany_factory(); 38 static::get_instance_id(); 38 39 } 39 40 -
shipany/tags/1.1.72/includes/class-shipany-wc-method-ecs-asia.php
r3266284 r3267696 289 289 'desc_tip' => true, 290 290 'default' => '', 291 'css' => 'border-top-right-radius: 0;border-bottom-right-radius: 0;border-right: 0;', 291 292 ), 292 293 // 'shipany_test_connection_button' => array( -
shipany/tags/1.1.72/pages/shipany-common-function.js
r3266016 r3267696 61 61 } 62 62 } 63 console.log('lockerList', lockerList);64 63 resolve(lockerList); 65 64 }); -
shipany/tags/1.1.72/pages/woocommerce-checkout.js
r3266016 r3267696 68 68 useEffect(() => { 69 69 fetchLockerListLink().then(lockerList => { 70 console.log('lockerList', lockerList);71 70 setShowLockerList(!!lockerList.length); 72 71 }); -
shipany/tags/1.1.72/readme.txt
r3266284 r3267696 4 4 Requires at least: 4.1 5 5 Tested up to: 6.7.1 6 Stable tag: 1.1.7 16 Stable tag: 1.1.72 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 71 71 == Changelog == 72 72 73 = 1.1.72 = 74 - Bug fix 75 - Enhanced performance 76 73 77 = 1.1.71 = 74 78 - Support Woocommerce Blocks -
shipany/tags/1.1.72/shipany-woocommerce.php
r3266284 r3267696 7 7 Plugin URI: http://wordpress.org/plugins/shipany 8 8 Description: 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.7 19 Version: 1.1.72 10 10 Author: ShipAny 11 11 Author URI: https://www.shipany.io … … 508 508 }) 509 509 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) { 511 511 trigger_list() 512 512 if (shipany_setting.shipany_bypass_billing_address == 'yes') { … … 725 725 class SHIPANY_WC { 726 726 public static $list; 727 private $version = "1.1.7 1";727 private $version = "1.1.72"; 728 728 729 729 protected static $_instance = null; -
shipany/trunk/assets/js/shipany-setting.js
r3266284 r3267696 182 182 $('.shipany-register-descr').hide(); 183 183 } 184 }185 // disable the checkbox186 // $("label[for='"+'woocommerce_shipany_ecs_asia_enable_locker_list'+"']").css('cursor','not-allowed')187 184 } 188 185 … … 614 611 "border-radius": "3px", 615 612 "border-style": "solid", 616 "cursor": "pointer" 613 "cursor": "pointer", 614 "height": "30px", 615 "border-top-left-radius": "0", 616 "border-bottom-left-radius": "0" 617 617 }); 618 618 $("input[name='woocommerce_shipany_ecs_asia_shipany_api_key']").after(buttonElement) -
shipany/trunk/includes/Utils/ShipanyHelper.php
r3266284 r3267696 36 36 $this->api_client = new API_Client($api_config['url'], $driver, $auth); 37 37 $this->shipany_obj = SHIPANY()->get_shipany_factory(); 38 static::get_instance_id(); 38 39 } 39 40 -
shipany/trunk/includes/class-shipany-wc-method-ecs-asia.php
r3266284 r3267696 289 289 'desc_tip' => true, 290 290 'default' => '', 291 'css' => 'border-top-right-radius: 0;border-bottom-right-radius: 0;border-right: 0;', 291 292 ), 292 293 // 'shipany_test_connection_button' => array( -
shipany/trunk/pages/shipany-common-function.js
r3266016 r3267696 61 61 } 62 62 } 63 console.log('lockerList', lockerList);64 63 resolve(lockerList); 65 64 }); -
shipany/trunk/pages/woocommerce-checkout.js
r3266016 r3267696 68 68 useEffect(() => { 69 69 fetchLockerListLink().then(lockerList => { 70 console.log('lockerList', lockerList);71 70 setShowLockerList(!!lockerList.length); 72 71 }); -
shipany/trunk/readme.txt
r3266284 r3267696 4 4 Requires at least: 4.1 5 5 Tested up to: 6.7.1 6 Stable tag: 1.1.7 16 Stable tag: 1.1.72 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 71 71 == Changelog == 72 72 73 = 1.1.72 = 74 - Bug fix 75 - Enhanced performance 76 73 77 = 1.1.71 = 74 78 - Support Woocommerce Blocks -
shipany/trunk/shipany-woocommerce.php
r3266284 r3267696 7 7 Plugin URI: http://wordpress.org/plugins/shipany 8 8 Description: 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.7 19 Version: 1.1.72 10 10 Author: ShipAny 11 11 Author URI: https://www.shipany.io … … 508 508 }) 509 509 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) { 511 511 trigger_list() 512 512 if (shipany_setting.shipany_bypass_billing_address == 'yes') { … … 725 725 class SHIPANY_WC { 726 726 public static $list; 727 private $version = "1.1.7 1";727 private $version = "1.1.72"; 728 728 729 729 protected static $_instance = null;
Note: See TracChangeset
for help on using the changeset viewer.