Skip to content

Tags: genkgo/camt

Tags

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

2.6.1

Toggle 2.6.1's commit message

Verified

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

# Changed

- Allow jschaedl/iban-validation:^2

2.6.0

Toggle 2.6.0's commit message

Verified

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

# Added

- Add `CreditDebitIdentifier` to entry transaction detail

2.5.0

Toggle 2.5.0's commit message

Verified

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

# Added

- Add support for `camt.052.001.08`
- Add support for `camt.053.001.08`

Same reading capabilities are ensured like the versions
before. Some new entities and attributes are missing and
might be implemented in a future changes.

2.4.0

Toggle 2.4.0's commit message

Verified

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

# Added

- Add support for `camt.054.001.08`

  V08 introduces substructure for related parties (`Party40Choice` in the
  spec). They can now be either a private party (like before) or a
  financial institution (new).

  Because our existing model is too simple, we will read the new financial
  institution name and postal address into a `RelatedPartyTypeInterface`,
  but we will not read anything else, and we will not be able to know if
  it is a private party or a financial institution.

  Similarly, an `Entry` status code now support proprietary code. It will
  be read, but we will not be able to know if it is a standard one (eg:
  `"BOOK"`), or a proprietary one.
- Add support for UUID for end-to-end reference of a payment transaction

# Changed

- Use typed properties
- Run tests also on PHP 8.2
- Drop support for PHP 7.4, because it is EOL

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support money 4.0, remove prophecy deprecation warnings (#112)

* support money 4.0
* remove prophecy deprecation warnings
* drop unsupported php versions