Releases: thephpleague/omnipay-mollie
Releases · thephpleague/omnipay-mollie
v5.6.0
What's Changed
- Include payment data for orders by @jan-edge in #88
- Fix implicit nullable (8.4 deprecation) by @arokettu in #94
- Add cancelUrl to CreateOrderRequest by @glennjacobs in #93
New Contributors
- @jan-edge made their first contribution in #88
- @arokettu made their first contribution in #94
- @glennjacobs made their first contribution in #93
Full Changelog: v5.5.0...v5.6.0
v5.5.0 - Add cardToken
Add cardToken to order and payment request #86
Re-support PHP7.2
v5.4.1 Update composer.json
Support & Test PHP8.0
v5.4.0 Update composer.json
v5.3.0: Merge pull request #78 from thephpleague/barryvdh-mandateid
v5.2.1: Merge pull request #72 from pascalbaljet/master
Added Content-Type header
Add versionStrings
v5.2.0 Update Gateway.php
v5.1.0
v5.0.2: Merge pull request #53 from mollie/issue-51/fix-send-request
Only json_encode data when there is data. Fixes #51
v5.0.1: Merge pull request #50 from mollie/travis-composer-examples
Add basic example and do some changes to composer and travis