Changelog

Last modified:

2.0.0
  • Feature – Adds metabox to delivery orders, and support to show parent order.
  • Feature – Adds support for Walley Checkout via their new API.
  • Feature – Adds support for Dintero Checkout.
  • Feature – Copy order line meta data over from the parent order to delivery order.
  • Feature – Adds Swedish translation.
  • Enhancement – Adds support for E2E tests.
  • Tweak – Move plugin settings to a separate page.
  • Tweak – Adds link to settings in plugin links.
  • Tweak – Removes the edit functionality from partial deliveries.
  • Tweak – Change text of delivery button from Delivery to to Deliver.
  • Tweak – Only show Deliver button for shop orders.
  • Tweak – Adds filter wpd_delivery_order_type to delivery order type.
  • Tweak – Adds allowed statuses method with filter (wpd_allowed_statuses_for_creating_delivery) for partial deliveries.
  • Tweak – Remove delivery email option, since it is covered by WooCommerce settings.
  • Tweak – Change metabox title "Delivery number" header to "Related orders".
  • Tweak – Change the text domain for the email title and description.
  • Tweak – Adds error message if merchant tries to deliver no items.
  • Tweak – Include delivery orders that are in trash when getting a list of all deliveries.
  • Tweak – Updates to the metabox content and split logic to no longer need inline javascript.
  • Fix – Fix issue with deleting delivery order outside the "Remove" button would not update delivered items meta on parent order.
  • Fix – Ensure that customer id is set properly when creating a delivery.
  • Fix – Fix showing delivered items column even if order is not partially delivered.
  • Fix – Fixed issue with admin list view for delivery order.
  • Fix – Fix issue with completing orders with products still out of stock.
  • Fix – Fix PHP notices.
1.1.0
  • Feature – Add compatibility for Walley Checkout for WooCommerce.
  • Fix – Fix setting order status for the partial delivery to completed did not trigger the woocommerce_order_status_completed action when doing it from the Delivery page.
1.0.5
  • Fix – Added the delivery object to woocommerce_order_status_completed action in AJAX calls as well.
  • Fix – Fixed a compatibility issue with order completion with the Nets Easy for WooCommerce plugin.
1.0.4
  • Enhancement – Change main plugin class to singleton pattern to prevent things from triggering twice.
  • Fix – Added the delivery object to the woocommerce_order_status_completed action to prevent compatibility issues.
1.0.3
  • Tweak – Change plugin slug for Kernl.us.
1.0.2
  • Tweak – Add support for license key management.
1.0.1
  • Enhancement – Added tooltip descriptions to checkboxes for fees and shipping lines when creating a delivery.
  • Fix – Fixed a potential issue when including files based on server configuration.
1.0.0
  • Initial release.