- Upgrade to Vanilo 6
- Dropped PHP 8.3 support
- Dropped Laravel 10 & 11 support
- Fixed invalid calculation with VAT adjustments causing an API error
- Added Laravel 13 support
- Added Laravel-Phone v6 support
- Added discounts to Mollie order items when they are present on the source order
- Changed the minimum Vanilo requirement to v5.1
- Added PHP 8.5 support
- Upgrade to Vanilo 5
- Dropped PHP 8.2 support
- Added Laravel 12 support
- Fixed the possible sending of invalid locale to Mollie at order creation
- Changed minimum Vanilo version to v4.1
- Changed minimum Mollie PHP SDK version to v2.54
- Added the (experimental)
TransactionHandlerclass - Added retry payment feature (via the TransactionHandler class)
- Added the
viewoption to the payment request's html snippet method
- Changed the payment request to return the mollie order id as payable remote id instead of the transaction id
- Fixed price-related errors at Mollie order creation
- Fix possible error at order creation by not sending the phone number to Mollie when it's not present
- Added the propaganistas/laravel-phone package dependency
- Added automatic conversion of billpayer phone numbers to E.164 format when crafting the create mollie order request
- Added Vanilo 4 Compatibility
- Added Laravel 11 support
- Changed minimum Laravel requirement to v10.43
- Dropped Vanilo 3, Laravel 9 and PHP 8.1 support
- Added Laravel 10 Support
- Added PHP 8.3 Support
- Initial release
- Based on the Mollie order API
- Supports PHP 8.1+ & Laravel 9.2 - 9.52