Changeset 1821872
- Timestamp:
- 02/14/2018 09:25:22 AM (8 years ago)
- Location:
- yakit/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
yakit-shipping.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yakit/trunk/readme.txt
r1727837 r1821872 67 67 == Changelog == 68 68 69 = v1.2.3 (2018-02-14) = 70 * Included Region in the Rate API requests to get more precise duties/taxes for certain countries. 71 69 72 = v1.2.2 (2017-09-11) = 70 73 * Updated the rate api timeout - 10000 to wp_remote_get parameter -
yakit/trunk/yakit-shipping.php
r1727837 r1821872 4 4 * Plugin URI: https://www.yakit.com/woocommerce/yakit-for-woocommerce/ 5 5 * Description: * Transparent pricing with no minimums or monthly charges. * Guaranteed duties and taxes along with shipping cost in your shopping cart. * Ship internationally to more than 45 countries now! 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Author: Yakit 8 8 * Author URI: https://www.yakit.com/ … … 114 114 $data['shipmentWeightUnit']=get_option('woocommerce_weight_unit'); 115 115 $data['ttd']='ALL'; 116 $data['region']=$woocommerce->customer->get_shipping_state(); 116 117 $dt=$woocommerce->customer->get_shipping_country(); 117 118
Note: See TracChangeset
for help on using the changeset viewer.