Releases: mollie/mollie-api-php
Releases · mollie/mollie-api-php
v3.9.0
What's Changed
- Fix: Don't call deprecated
setAccessible()by @derrabus in #852 - Fix documented
Capability::$requirementsstructure by @derrabus in #853 - feat(auth): add setToken helper for api keys by @Naoray in #859
- Chore/enhance sdk with docs and convenience methods by @Naoray in #855
- Fix/wrong payment details attribute by @Naoray in #854
- Remove incorrect null return type from ClientLink::getRedirectUrl() by @Naoray in #865
- Remove incorrect null return type from ClientLink::getRedirectUrl() by @NormanAlbert91 in #862
New Contributors
- @derrabus made their first contribution in #852
- @NormanAlbert91 made their first contribution in #862
Full Changelog: v3.8.0...v3.9.0
v3.8.0
What's Changed
- Feature: added metadata to connect balance transfer by @Naoray in #848
- Fixed: cURL deprecation notice for PHP 8.5 and higher by @RobinvanderVliet in #847
- Fixed: make TransferParty data accessible for debugging by @Naoray in #849
- Fixed inclusion and embed query mismatches by @Naoray and @sandervanhooft in #851
New Contributors
- @RobinvanderVliet made their first contribution in #847
Full Changelog: v3.7.0...v3.8.0
v3.7.0
What's Changed
- Add SWISH payment method by @samdejongobc in #844
- Add fromArray to Money by @Naoray in #846
New Contributors
- @samdejongobc made their first contribution in #844
Full Changelog: v3.6.0...v3.7.0
v3.6.0
What's Changed
- Feat/add balance transfer webhook events by @sandervanhooft in #842
- Fixed webhook docs typo and explained next-gen webhook focus by @sandervanhooft in #841
Full Changelog: v3.5.0...v3.6.0
v3.5.0
Added
- Feat/add retry logic by @Naoray in #826
- Feat/add fake retain requests option by @Naoray in #830
- feat: add isEInvoice param and add support for testmode in all sales-… by @Naoray in #832
- feat: add customerId and mandateId to create sales invoice request by @Naoray in #834
- Feat/add balance transfer endpoint by @Naoray in #831
- Feat/add webhook mapping and events by @Naoray in #829
- global Config that serves as a lookup map to easily map resources to their respective collection keys
MockEventto easily test event handlingStrutility classclassBasenametoUtilityWebhookEntityto serve as Container for Resource data received through webhooks (-> can be transformed into BaseResource)- Webhook Events that are instanced via the
WebhookEventMapper
Changed
Fixed
- Change include to embed just like in GetPaginatedChargebacksRequest.php #837 by @Naoray in #838
- Allow description on CreatePaymentRefundRequest to be empty by @Naoray in #839
Full Changelog: v3.4.0...v3.5.0
v3.4.0
This release introduces support for the brand new Delayed Routing API.
What's Changed
Full Changelog: v3.3.3...v3.4.0