Skip to content

Releases: genkgo/camt

2.10.3

26 Aug 09:03
2.10.3
56e047d

Choose a tag to compare

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

20 Aug 07:24
2.10.2
c5ed7a3

Choose a tag to compare

Fixed

  • Revert change to DateDecoderInterface to avoid useless breaking change #173

2.10.1

18 Aug 10:04
2.10.1
c63ad87

Choose a tag to compare

Fixed

  • Consider possible DateTime when reading DateAndDateTimeChoice #173

2.10.0

14 May 07:26
2.10.0
c48bd1a

Choose a tag to compare

Added

  • Add support for Related party identification structure #168

Fixed

  • Amt and TtlChrgsAndTaxAmt may be 0 #170

2.9.0

05 Mar 06:55
2.9.0
809a968

Choose a tag to compare

Added

2.8.2

06 Jan 04:27
2.8.2
196cd87

Choose a tag to compare

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

26 Nov 08:05
2.8.1
ca4fe9f

Choose a tag to compare

Changed

  • Support for PHP 8.4

2.8.0

06 Aug 08:29
2.8.0
127adca

Choose a tag to compare

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

22 Mar 03:09
2.7.0
08ff6d7

Choose a tag to compare

Added

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

2.6.2

12 Dec 14:12
2.6.2
77b39a0

Choose a tag to compare

Changed

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