- Home
- /
- Ingrid Delivery Checkout for WooCommerce
- /
- Changelog
Changelog
1.4.0
- Tweak – Do not calculate shipping and cart total in invalidateSessionShippingCache function. Solves potential compatibility issue with WooCommerce Subscriptions plugin.
1.3.0
- Feature – Adds new setting and logic for including Ingrid shipping widget via hooks in WooCommerce checkout page.
- Tweak – Listen to data_changed JS event from Ingrid instead of shipping_option_changed, door_code_changed & courier_instructions_changed.
- Fix – Use correct/current version when enqueuing JS file.
1.2.3
- Fix – Improvement in control to avoid error when calculating item subtotal price sent to Ingrid (if line_tax_data doesn’t exist on order line).
1.2.2
- Fix – Avoid error when calculating item subtotal price sent to Ingrid (if line_tax_data doesn’t exist on order line).
1.2.1
- Fix – Use wc_get_weight to format and calculate product weight correctly.
1.2.0
- Feature – Introduce new widget placement setting + use return instead of echo for printing shipping widget.
- Fix – Fix in how shipping_class attribute is sent to Ingrid. could cause malformatted body.
- Fix – Don’t trigger new Ingrid session on action_woocommerce_new_order hook if the order is created in backend.
1.1.2
- Tweak – Store _ingrid_shipment_info as json instead of php array. Easier for external sources to retrieve shipping data from the order.
1.1.0
- Feature – Log api errors to db and display them in WC status report. Currently the 10 last errors are stored in db.
- Fix – Use store base country if customer country is not set when making requests to Ingrid.
1.0.0
- Tweak – Don’t initiate plugin until plugins_loaded hook.
- Tweak – Remove Sentry from plugin.
- Tweak – Use cart item price instead of product price.
- Tweak – Change asIntPrice function logic for improved rounding.
- Tweak – Add nonce check in ajax functions.
- Tweak – Add new logger class for future usage.
- Tweak – Limit logging.
- Fix – Set correct shipping price in add_rate. Shipping tax should now be calculated correctly in WooCommerce.
- Fix – Allow null in type declaration in init_session function.