Changeset 3460665
- Timestamp:
- 02/13/2026 10:31:51 AM (4 weeks ago)
- Location:
- shipany
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.96 (copied) (copied from shipany/trunk)
-
tags/1.1.96/includes/abstract-shipany-wc-order.php (modified) (1 diff)
-
tags/1.1.96/readme.txt (modified) (2 diffs)
-
tags/1.1.96/shipany-woocommerce.php (modified) (2 diffs)
-
trunk/includes/abstract-shipany-wc-order.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shipany-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipany/tags/1.1.96/includes/abstract-shipany-wc-order.php
r3442931 r3460665 1248 1248 'value' => isset($this->shipping_shipnay_settings['shipany_paid_by_rec'])?$this->shipping_shipnay_settings['shipany_paid_by_rec']:'no' 1249 1249 ) ); 1250 if (!isset($courier_service_plans) || !is_array($courier_service_plans) || !count($courier_service_plans) || !in_array(__($courier_service_plans[0]->cour_svc_pl, 'shipany'),$service_plan_show_paid_by_rec)) {1251 ?>1252 <script type="text/javascript">1253 jQuery('#pr_shipany_paid_by_rec').prop('checked', false)1254 jQuery('.pr_shipany_paid_by_rec_field').hide()1255 </script>1256 <?php1257 }1258 1250 1259 1251 woocommerce_wp_checkbox( array( -
shipany/tags/1.1.96/readme.txt
r3443211 r3460665 4 4 Requires at least: 4.1 5 5 Tested up to: 6.9 6 Stable tag: 1.1.9 56 Stable tag: 1.1.96 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 71 71 == Changelog == 72 72 73 = 1.1.96 = 74 - Fix Paid By Receiver field not ticked in order page under certain conditions 75 73 76 = 1.1.95 = 74 77 - Bug fix -
shipany/tags/1.1.96/shipany-woocommerce.php
r3443211 r3460665 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.9 59 Version: 1.1.96 10 10 Author: ShipAny 11 11 Author URI: https://www.shipany.io … … 625 625 class SHIPANY_WC { 626 626 public static $list; 627 private $version = "1.1.9 5";627 private $version = "1.1.96"; 628 628 629 629 protected static $_instance = null; -
shipany/trunk/includes/abstract-shipany-wc-order.php
r3442931 r3460665 1248 1248 'value' => isset($this->shipping_shipnay_settings['shipany_paid_by_rec'])?$this->shipping_shipnay_settings['shipany_paid_by_rec']:'no' 1249 1249 ) ); 1250 if (!isset($courier_service_plans) || !is_array($courier_service_plans) || !count($courier_service_plans) || !in_array(__($courier_service_plans[0]->cour_svc_pl, 'shipany'),$service_plan_show_paid_by_rec)) {1251 ?>1252 <script type="text/javascript">1253 jQuery('#pr_shipany_paid_by_rec').prop('checked', false)1254 jQuery('.pr_shipany_paid_by_rec_field').hide()1255 </script>1256 <?php1257 }1258 1250 1259 1251 woocommerce_wp_checkbox( array( -
shipany/trunk/readme.txt
r3443211 r3460665 4 4 Requires at least: 4.1 5 5 Tested up to: 6.9 6 Stable tag: 1.1.9 56 Stable tag: 1.1.96 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 71 71 == Changelog == 72 72 73 = 1.1.96 = 74 - Fix Paid By Receiver field not ticked in order page under certain conditions 75 73 76 = 1.1.95 = 74 77 - Bug fix -
shipany/trunk/shipany-woocommerce.php
r3443211 r3460665 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.9 59 Version: 1.1.96 10 10 Author: ShipAny 11 11 Author URI: https://www.shipany.io … … 625 625 class SHIPANY_WC { 626 626 public static $list; 627 private $version = "1.1.9 5";627 private $version = "1.1.96"; 628 628 629 629 protected static $_instance = null;
Note: See TracChangeset
for help on using the changeset viewer.