Get started
Customization
Troubleshooting
- Home
- /
- Budbee for WooCommerce
- /
- 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.
- Feature - Added a setting to automatically book shipments depending on the order status of your choice.
- Tweak - Added the 'budbee_shipment_booked' action hook. Used for hooking onto a successful shipment booked event.
- Fix - Display Budbee box dropdown list even when only shipping method is available in checkout.
- Feature - Adds support for sending product information / order lines to Budbee when shipment is created.
- 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.
- Feature - Add support for bulk print shipping labels.
- Fix - Save locker data correct in WC session. Could result in Budbee Box select dropdown not being displayed correctly in checkout.
- Fix - Solves bug where Budbee box and new Budbee home shipping logic did not work properly with bulk booking of shipment.
- 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.
- Fix - Removed comma in str_replace to avoid PHP error in some environments.
- Feature - Added support for Budbee Box.
- Fix - Only initiate plugin if WooCommerce is active.
- Tweak - Added customer Billing email in create order reguest sent to Budbee.
- Fix - Adding the rate id the correct way in calculate_shipping function.
- Fix - Fix for opening shipping lables in new tab when bulk booking.
- Fix - Limit the number of webhook registration requests to Budbee.
- Fix - Fix for opening shipping lables in order overview.
- Tweak - Added Docs to plugin action links.
- Initial release