Version 5.0.0
May 30, 2024
Fixed
- Fixed issue preventing access of settings.
Version 5.0.0-beta.2
April 16, 2024
Fixed
- Fixed issue preventing the creation of new carriers.
Version 5.0.0-beta.1
March 26, 2024
Added
- Craft 5/Commerce 5 support.
- Please ensure you have updated to the latest version of Fulfillments on Craft 4/Commerce 4 before upgrading to this version.
Version 4.1.2
April 16, 2024
Fixed
- Fixed issue preventing the creation of new carriers.
Version 4.1.1
April 16, 2024
Fixed
- Fixed issue installing the plugin on Craft 4.
Version 4.1.0
March 26, 2024
Changed
- Shipping carriers are now saved in the project config. This means that if you are adding customer carriers, you may need to reconfigure them.
- To get your tracking URL in emails etc., you should now use
fulfillment.trackingUrl
instead offulfillment.shippingCarrier.trackingUrl
.
Version 4.0.1
June 1, 2023
Fixed
- Fixed issue where an element query was executed before Craft was fully initialized.
Version 4.0.0
December 19, 2022
Changed
- No longer recalculates orders when updating status.
Version 2.0.1
May 10, 2022
Fixed
- Fixed bug with plugin permissions.
Version 2.0.0
May 7, 2022
Fixed
- Updated for compatibility with Craft 4 and Commerce 4.
Added
- Added Sendle carrier.
Version 1.1.2
August 23, 2021
Fixed
- Fixed issue with fulfillments tab being highlighted by default.
Changed
- Updated fulfillments tab to use the
cp.commerce.order.content
hook. - Now requires Craft Commerce >= 3.2.13
Version 1.1.1
May 30, 2020
Fixed
- Fixed psr-4 autoload warning.
Version 1.0.3
March 25, 2020
Fixed
- Fixed issue caused by the
getDescription
method being removed from the LineItem model.
Version 1.0.2
January 16, 2020
Fixed
- Potential bug if a purchasable was deleted.
- Version constraint preventing Craft 3.4 and Commerce 3.0 update.
Version 1.0.1
January 4, 2020
Changed
- Redirect to plugin settings after plugin installation.
Version 1.0.0
December 30, 2019
Added
- Initial release