Changelog

Changelog

1.5.1
  • Fix - Ensure postcode is set before checking for availability. This should fix the issue where the customer's selected shipping option is seemingly unselected before the postcode is known.
  • Tweak - Added the 'budbee_selected_box' filter for retrieving the selected locker box (if available).
  • Tweak - Update sandbox URLs.
1.5.0
  • Feature - Added a setting to automatically book shipments depending on the order status of your choice.
1.4.2
  • Tweak - Added the 'budbee_shipment_booked' action hook. Used for hooking onto a successful shipment booked event.
1.4.1
  • Fix - Display Budbee box dropdown list even when only shipping method is available in checkout.
1.4.0
  • Feature - Adds support for sending product information / order lines to Budbee when shipment is created.
1.3.1
  • Tweak - Bump required PHP version to 7.0.
  • Tweak - Updated the links to the Krokedil Docs.
  • Fix - Only reset() shipping method when it's actually an array when saving budbee data to WooCommerce order.
1.3.0
  • Feature - Add support for bulk print shipping labels.
1.2.2
  • Fix - Save locker data correct in WC session. Could result in Budbee Box select dropdown not being displayed correctly in checkout.
1.2.1
  • Fix - Solves bug where Budbee box and new Budbee home shipping logic did not work properly with bulk booking of shipment.
1.2.0
  • Feature - Adds Budbee Home as a Budbee service (like Budbee Box) to be able to connect a regular WooCommerce shipping method to Budbee Home.
  • Tweak - Adds logging/counting of completed orders with Budbee as shipping method via Trackedil (https://track.krokedil.com/).
  • Tweak - Adds admin notice to inform merchant that the old Budbee Home shipping method is now treated as a legacy shipping method that will be removed in future versions.
  • Tweak - Use package value instead of WC()->customer when making requests to Budbee. Props to Christopher Hedqvist.
1.1.1
  • Fix - Removed comma in str_replace to avoid PHP error in some environments.
1.1.0
  • Feature - Added support for Budbee Box.
  • Fix - Only initiate plugin if WooCommerce is active.
1.0.5
  • Tweak - Added customer Billing email in create order reguest sent to Budbee.
1.0.4
  • Fix - Adding the rate id the correct way in calculate_shipping function.
1.0.3
  • Fix - Fix for opening shipping lables in new tab when bulk booking.
  • Fix - Limit the number of webhook registration requests to Budbee.
1.0.2
  • Fix - Fix for opening shipping lables in order overview.
1.0.1
  • Tweak - Added Docs to plugin action links.
1.0.0
  • Initial release