From c939a03e874b06f3121a755867293707dbcdf2bc Mon Sep 17 00:00:00 2001 From: Erras IT GmbH Date: Wed, 4 Feb 2026 14:45:03 +0100 Subject: [PATCH 1/2] Added a breaking change notice regarding the removal of hardcoded values for TypeCode (58) and Information in the getSettlementXML() method of the IZUGFeRDTradeSettlementPayment interface. This change requires that any code utilizing this interface must explicitly set the corresponding attributes. --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index ffa54fec..aa7b87ba 100644 --- a/History.md +++ b/History.md @@ -84,7 +84,7 @@ corrections - support parsing of BT-90 CreditorReferenceID - #871 schema validation does not ignore external entities - #868 Fix wrong version in History.md -- #729 Updates about SpecifiedTradeSettlementHeaderMonetarySummation and SpecifiedTradeSettlementPaymentMeans +- #729 Updates about SpecifiedTradeSettlementHeaderMonetarySummation and SpecifiedTradeSettlementPaymentMeans. **Breaking Change:** The hardcoded values of ram:TypeCode (58) and ram:Information (SEPA credit transfer) in the getSettlementXML() method of the IZUGFeRDTradeSettlementPayment interface have been removed. Starting with this version, any code utilizing this interface must explicitly set the corresponding attributes. - #863 LineCalculator throws NPE if product is null (since 2.17.0) - #731 Got a broken translation key when visualizing XML into PDF (xr:Business_process_type) - #865 Add sevdesk signature to PDF creators From 9ae8b5e5481ed1e72d0327295895af65a6182070 Mon Sep 17 00:00:00 2001 From: Erras IT GmbH Date: Thu, 12 Feb 2026 15:55:46 +0100 Subject: [PATCH 2/2] Quotation marks inserted Quotation marks inserted --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index aa7b87ba..42e48335 100644 --- a/History.md +++ b/History.md @@ -84,7 +84,7 @@ corrections - support parsing of BT-90 CreditorReferenceID - #871 schema validation does not ignore external entities - #868 Fix wrong version in History.md -- #729 Updates about SpecifiedTradeSettlementHeaderMonetarySummation and SpecifiedTradeSettlementPaymentMeans. **Breaking Change:** The hardcoded values of ram:TypeCode (58) and ram:Information (SEPA credit transfer) in the getSettlementXML() method of the IZUGFeRDTradeSettlementPayment interface have been removed. Starting with this version, any code utilizing this interface must explicitly set the corresponding attributes. +- #729 Updates about SpecifiedTradeSettlementHeaderMonetarySummation and SpecifiedTradeSettlementPaymentMeans. **Breaking Change:** The hardcoded values of ram:TypeCode (58) and ram:Information ("SEPA credit transfer") in the getSettlementXML() method of the IZUGFeRDTradeSettlementPayment interface have been removed. Starting with this version, any code utilizing this interface must explicitly set the corresponding attributes. - #863 LineCalculator throws NPE if product is null (since 2.17.0) - #731 Got a broken translation key when visualizing XML into PDF (xr:Business_process_type) - #865 Add sevdesk signature to PDF creators