v2.4.0
This release adds support for AdditionalItemProperty in Items and improves the robustness of the CommodityClassification reader.
New Features & Improvements
- Item: Added support for
cac:AdditionalItemPropertyelements. Items can now contain additional properties with name/value pairs. (Credits: @vtsiountas)
Bug Fixes
- CommodityClassification: Fixed reader to support
CommodityCodeelement as fallback whenItemClassificationCodeis not present. This prevents "Trying to access array offset on null" warnings when parsing UBL files that useCommodityCode. (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.