Skip to content

v2.4.0

Choose a tag to compare

@brtdv brtdv released this 06 Feb 18:34
· 8 commits to master since this release
8c44230

This release adds support for AdditionalItemProperty in Items and improves the robustness of the CommodityClassification reader.

New Features & Improvements

  • Item: Added support for cac:AdditionalItemProperty elements. Items can now contain additional properties with name/value pairs. (Credits: @vtsiountas)

Bug Fixes

  • CommodityClassification: Fixed reader to support CommodityCode element as fallback when ItemClassificationCode is not present. This prevents "Trying to access array offset on null" warnings when parsing UBL files that use CommodityCode. (Fixes #167)

Maintenance

  • Bump symfony/process from 5.4.47 to 5.4.51.
  • Bump phpunit/phpunit from 9.6.22 to 9.6.33.

Contributors

@vtsiountas