Releases: FriendsOfCXML/cxml-php
Releases · FriendsOfCXML/cxml-php
2.2.1
What's Changed
- GA Dependabot: Bump actions/checkout from 4 to 5 by @dependabot[bot] in #44
- make constructor of QuoteMessage public
Full Changelog: 2.2.0...2.2.1
2.2.0
2.1.4
Full Changelog: 2.1.3...2.1.4
- Request does not have a Status node
- the dtd actually depends on what request/response/message is about to be generated. So there is a hard dependency between the model and the dtd. Refactored to have it set in CXml/Builder to reflect that.
2.1.3
Full Changelog: 2.1.2...2.1.3
- Allow missing key for tax
2.1.2
Full Changelog: 2.1.1...2.1.2
- add Y-m-d H:i:s to default time formats
2.1.1
2.1.0
Full Changelog: 2.0.6...2.1.0
- Ability to customize cXML DTD and model
- Introduction of PaymentTerm, PCard, PaymentToken, PaymentReference (Extension)
- Some refactorings
- Switched to readonly properties (where possible)
2.0.6
Full Changelog: 2.0.5...2.0.6
- With nullable typed readonly properties (from PHP 8.1+) we face situations where properties are not set after deserialization (Typed property...must not be accessed before initialization). This subscriber helps to handle these cases by adding properties to the payload so that they end up being null. Markus Thielen 9 minutes ago
2.0.5
Full Changelog: 2.0.4...2.0.5
- Fix with empty phone element