Changeset 3289763
- Timestamp:
- 05/08/2025 11:07:38 AM (11 months ago)
- Location:
- hfd-epost-integration/trunk
- Files:
-
- 5 edited
-
class/Shipping/Epost.php (modified) (1 diff)
-
class/Shipping/Govina.php (modified) (1 diff)
-
class/Shipping/Home_Delivery.php (modified) (1 diff)
-
hfd-woocommerce-epost.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hfd-epost-integration/trunk/class/Shipping/Epost.php
r2768357 r3289763 14 14 /** @var string cost passed to [fee] shortcode */ 15 15 protected $fee_cost = ''; 16 16 17 public $cost, $free_shipping_over; 17 18 /** 18 19 * Constructor. -
hfd-epost-integration/trunk/class/Shipping/Govina.php
r2768357 r3289763 8 8 /** @var string cost passed to [fee] shortcode */ 9 9 protected $fee_cost = ''; 10 10 11 public $cost; 12 11 13 /** 12 14 * Constructor. -
hfd-epost-integration/trunk/class/Shipping/Home_Delivery.php
r2768357 r3289763 8 8 /** @var string cost passed to [fee] shortcode */ 9 9 protected $fee_cost = ''; 10 10 11 public $cost; 12 11 13 /** 12 14 * Constructor. -
hfd-epost-integration/trunk/hfd-woocommerce-epost.php
r3288314 r3289763 5 5 Plugin URI: 6 6 Description: Add shipping method of ePost, allowing the user on the checkout, to select the pickup location point from a google map popup. Also allows to synch the order to HFD API after the order is created. 7 Version: 2.1 77 Version: 2.18 8 8 Author: HFD 9 9 Author URI: https://www.hfd.co.il -
hfd-epost-integration/trunk/readme.txt
r3288314 r3289763 5 5 Requires at least: 4.0 6 6 Tested up to: 6.8 7 Stable tag: 2.1 77 Stable tag: 2.18 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 130 130 * added wp_date function instead of date 131 131 132 = 2.18 = 133 * Performance Improvement 134 132 135 == Frequently Asked Questions == 133 136 = Why Google Maps isnt loading =
Note: See TracChangeset
for help on using the changeset viewer.