Skip to content

Releases: FriendsOfCXML/cxml-php

2.2.1

24 Oct 13:31

Choose a tag to compare

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

22 Oct 13:13
b0338f1

Choose a tag to compare

What's Changed

  • Update composer Q2/Q3-2025 [PHPSTAN v2, Rector V2] by @ynnoig in #43

Full Changelog: 2.1.4...2.2.0

2.1.4

29 Apr 16:06

Choose a tag to compare

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

26 Mar 15:00

Choose a tag to compare

Full Changelog: 2.1.2...2.1.3

  • Allow missing key for tax

2.1.2

24 Mar 08:16

Choose a tag to compare

Full Changelog: 2.1.1...2.1.2

  • add Y-m-d H:i:s to default time formats

2.1.1

26 Feb 07:25
18ca30c

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

04 Feb 14:36

Choose a tag to compare

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

16 Jan 11:32

Choose a tag to compare

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

15 Jan 20:58

Choose a tag to compare

Full Changelog: 2.0.4...2.0.5

  • Fix with empty phone element

2.0.4

30 Dec 08:42
6d80c20

Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4