Skip to content

Tags: genkgo/camt

Tags

2.10.3

Toggle 2.10.3's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.10.3

# Fixed

- `Notification::getCreatedOn()` might return `null`, if the date is not
  specified in the CAMT file. Before v2.10.1, it incorrectly returned
  "now" in that case. And before this version, it incorrectly threw an
  exception. So from now on `Notification::getCreatedOn()` might correctly
  be `null` #176

2.10.2

Toggle 2.10.2's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.10.2

# Fixed

- Revert change to `DateDecoderInterface` to avoid useless breaking change #173

2.10.1

Toggle 2.10.1's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.10.1

# Fixed

- Consider possible DateTime when reading DateAndDateTimeChoice #173

2.10.0

Toggle 2.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.10.0

# Added

- Add support for Related party identification structure #168

# Fixed

- `Amt` and `TtlChrgsAndTaxAmt` may be 0 #170

2.9.0

Toggle 2.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.9.0

# Added

- Add support for named iban accounts, #166, #161, #160

2.8.2

Toggle 2.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.8.2

# Changed

- Populate `entryTransaction->getAgentBic()` for recent CAMT format

  `BIC` is only available in old camt.052.001.01, camt.052.001.02,
  camt.053.001.02 and camt.054.001.02. All later versions of CAMT instead
  use `BICFI` to represent the same information.

2.8.1

Toggle 2.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.8.1

2.8.0

# Changed

- Support for PHP 8.4

2.8.0

Toggle 2.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.8.0

# Added

- Support for balance missing types (`FWAV`, `INFO`, `ITAV`, `ITBD` and `XPCD`) when using with CAMT.053.001.02 file #156, #157

2.7.0

Toggle 2.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.7.0

# Added

- RelatedAgents' BIC is also available in CAMT 054 #83, #150

2.6.2

Toggle 2.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
PowerKiKi Adrien Crivelli
2.6.2

# Changed

- Add support for PHP 8.3
- Drop support for PHP 8.0
- Drop support for moneyphp/money v3