Releases: firstred/postnl-api-php
Releases · firstred/postnl-api-php
Release list
Version 1.4.9
What's Changed
- Support
psr/logversion 3 by replacing theDummyLoggerwith the includedNullLogger
⚠️ This change removes theLoggerAwareInterfaceimplementations fromHttpClientclasses, so if your DI depends on it you now have to manually refer to thesetLoggermethod.
Full Changelog: v1.4.8...v1.4.9
Version 2.0.15
Version 2.0.14
Version 1.4.8
Version 2.0.13
What's Changed
Full Changelog: v2.0.12...v2.0.13
Version 1.4.7
What's Changed
- update github actions and set php 8.4 as default version for testing
- fix building documentation
- deps: allow psr/http-message ^2.0 by @annuh in #102
Full Changelog: v1.4.6...v1.4.7
Version 2.0.12
What's Changed
- Fix PHPUnit config, deprecations and warning
- Fix PHP 8.4 deprecations (explicitly use nullable types)
- Fix
GetDeliveryDate::getCacheKey()foreach warning
Full Changelog: v2.0.11...v2.0.12
Version 2.0.11
Version 1.4.6
Version 2.0.10
What's Changed
- Added CodingText option to Shipment Entity by @Jurjen12 in #98
New Contributors
- @Jurjen12 made their first contribution in #98
Full Changelog: v2.0.9...v2.0.10