Plugin Directory

Changeset 3460665


Ignore:
Timestamp:
02/13/2026 10:31:51 AM (4 weeks ago)
Author:
shipany
Message:

release v1.1.96

Location:
shipany
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shipany/tags/1.1.96/includes/abstract-shipany-wc-order.php

    r3442931 r3460665  
    12481248                    'value'             => isset($this->shipping_shipnay_settings['shipany_paid_by_rec'])?$this->shipping_shipnay_settings['shipany_paid_by_rec']:'no'
    12491249                ) );
    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                     <?php
    1257                 }
    12581250
    12591251                woocommerce_wp_checkbox( array(
  • shipany/tags/1.1.96/readme.txt

    r3443211 r3460665  
    44Requires at least: 4.1
    55Tested up to: 6.9
    6 Stable tag: 1.1.95
     6Stable tag: 1.1.96
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.1.96 =
     74- Fix Paid By Receiver field not ticked in order page under certain conditions
     75
    7376= 1.1.95 =
    7477- Bug fix
  • shipany/tags/1.1.96/shipany-woocommerce.php

    r3443211 r3460665  
    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.95
     9Version: 1.1.96
    1010Author: ShipAny
    1111Author URI: https://www.shipany.io
     
    625625    class SHIPANY_WC {
    626626        public static $list;
    627         private $version = "1.1.95";
     627        private $version = "1.1.96";
    628628
    629629        protected static $_instance = null;
  • shipany/trunk/includes/abstract-shipany-wc-order.php

    r3442931 r3460665  
    12481248                    'value'             => isset($this->shipping_shipnay_settings['shipany_paid_by_rec'])?$this->shipping_shipnay_settings['shipany_paid_by_rec']:'no'
    12491249                ) );
    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                     <?php
    1257                 }
    12581250
    12591251                woocommerce_wp_checkbox( array(
  • shipany/trunk/readme.txt

    r3443211 r3460665  
    44Requires at least: 4.1
    55Tested up to: 6.9
    6 Stable tag: 1.1.95
     6Stable tag: 1.1.96
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    7171== Changelog ==
    7272
     73= 1.1.96 =
     74- Fix Paid By Receiver field not ticked in order page under certain conditions
     75
    7376= 1.1.95 =
    7477- Bug fix
  • shipany/trunk/shipany-woocommerce.php

    r3443211 r3460665  
    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.95
     9Version: 1.1.96
    1010Author: ShipAny
    1111Author URI: https://www.shipany.io
     
    625625    class SHIPANY_WC {
    626626        public static $list;
    627         private $version = "1.1.95";
     627        private $version = "1.1.96";
    628628
    629629        protected static $_instance = null;
Note: See TracChangeset for help on using the changeset viewer.