From 319654913257fe40afe318c6625e9257e017a71e Mon Sep 17 00:00:00 2001 From: Eric Zwaal Date: Thu, 6 Aug 2026 10:16:03 +0200 Subject: [PATCH 1/3] PROJECT#RSY00007 Verdwijnen van ISO taalcodes uitgelegd --- markdownpages/profit/en/news-profit8.md | 9 ++++++--- markdownpages/profit/nl/news-profit8.md | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/markdownpages/profit/en/news-profit8.md b/markdownpages/profit/en/news-profit8.md index fd8fd52..eb73bbb 100644 --- a/markdownpages/profit/en/news-profit8.md +++ b/markdownpages/profit/en/news-profit8.md @@ -24,11 +24,14 @@ Previously, when creating a purchase requisition, you could choose any allocatio ### Language Codes Simplified +*(updated 2026-08-06)* Up to and including Profit 7, Profit used two tables for language codes. You maintained the language codes used in Profit via `General / Configuration / Country Settings / Language`. For each language code, you could select an ISO language code. The ISO language codes themselves could be maintained via `General / Configuration / Free Table, ISO Language Code Table`. -We have simplified this by making the complete Microsoft language table available under `General / Configuration / Country Settings / Language`. As a result, it is no longer necessary to add languages manually. +We have simplified this by making the complete Microsoft language table available under `General / Configuration / Country Settings / Language`. As a result, it is no longer necessary to add languages manually. ISO language codes are no longer used. -We aim to ensure that Imports, Get Connectors, and Update Connectors continue to function. **However, it is strongly recommended that you switch to the new language codes as soon as possible.** +For existing language codes, the ISO language code is automatically carried over during conversion to Profit 8. For all other language codes, the ISO language code field is no longer available. **Are you relying on ISO language codes in your integrations? Then it is important that you switch to the new language codes as soon as possible.** + +We aim to ensure that Imports, Get Connectors, and Update Connectors continue to function. **However, it is strongly recommended that you switch to the new language codes as soon as possible.** You will also see this change reflected in the Update Connectors changelog further on. @@ -39,7 +42,7 @@ You will also see this change reflected in the Update Connectors changelog furth You can set IP restrictions on an AppConnector. We strongly recommend applying this as much as possible. Previously, IP restrictions could be defined as an IP address with an optional subnet mask. Starting with Profit 8, you define multiple IP addresses using CIDR notation. -#### mTLS support on connectors +### mTLS support on connectors *(added 2026-07-16)* > This will not be available until September 2026. The UI is prepared for it, but the infrastructure is not yet available. diff --git a/markdownpages/profit/nl/news-profit8.md b/markdownpages/profit/nl/news-profit8.md index c1a11e9..906e466 100644 --- a/markdownpages/profit/nl/news-profit8.md +++ b/markdownpages/profit/nl/news-profit8.md @@ -24,10 +24,13 @@ Voorheen kon je bij een inkoopaanvraag alle verbijzonderingscodes die er bestaan ### Taalcodes vereenvoudigd +*(aangepast 06-08-2026)* T/m Profit 7 kende Profit twee tabellen met taalcodes. Je onderhield de taalcodes die je in Profit gebruikt via `Algemeen / Inrichting / Landinstellingen / Taal`. Per taalcode kon je een ISO-taalcode selecteren. De ISO-taalcodes kon je onderhouden via `Algemeen / Inrichting / Vrije tabel, tabel ISO-taalcode`. -We hebben dit vereenvoudigd door onder `Algemeen / Inrichting / Landinstellingen / Taal` de volledige Microsoft-taaltabel beschikbaar te stellen. Hierdoor is het zelf toevoegen van talen niet meer nodig. - +We hebben dit vereenvoudigd door onder `Algemeen / Inrichting / Landinstellingen / Taal` de volledige Microsoft-taaltabel beschikbaar te stellen. Hierdoor is het zelf toevoegen van talen niet meer nodig. ISO-taalcodes worden niet meer gebruikt. + +Bij bestaande taalcodes wordt de ISO-taalcode automatisch overgenomen in conversie naar Profit 8. Bij alle andere taalcodes is het veld ISO-taalcode niet meer beschikbaar. **Ben je afhankelijk van de ISO-taalcodes in je integraties? Dan is het belangrijk dat je zo snel mogelijk overstapt op de nieuwe taalcodes.** + We streven ernaar dat Imports, Get- en UpdateConnectoren blijven werken. **Het is echter sterk aan te raden zo snel mogelijk over te stappen op de nieuwe taalcodes.** Deze aanpassing zie je ook terug in de Changelog van de UpdateConnectoren verderop. @@ -39,7 +42,7 @@ Deze aanpassing zie je ook terug in de Changelog van de UpdateConnectoren verder Op een AppConnector kun je IP-restricties instellen. Wij adviseren om dat zoveel mogelijk toe te passen. De IP-restricties kon je voorheen vastleggen als IP-adres met een eventueel subnet-masker. Vanaf Profit 8 leg je meerdere IP-adressen vast met de CIDR notatie. -#### mTLS ondersteuning op de connectoren +### mTLS ondersteuning op de connectoren *(toegevoegd 16-07-2026)* > Dit zal pas beschikbaar komen vanaf september 2026. De UI is erop voorbereid, maar de infrastructuur is nu nog niet beschikbaar. From 4474bd38bf7e10cd7e969f54e307d26148f0af7a Mon Sep 17 00:00:00 2001 From: Eric Zwaal Date: Thu, 6 Aug 2026 10:16:08 +0200 Subject: [PATCH 2/3] PROJECT#RSY00007 Verdwijnen van ISO taalcodes uitgelegd --- markdownpages/profit/en/news-profit8.md | 2 +- markdownpages/profit/nl/news-profit8.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/markdownpages/profit/en/news-profit8.md b/markdownpages/profit/en/news-profit8.md index eb73bbb..8355508 100644 --- a/markdownpages/profit/en/news-profit8.md +++ b/markdownpages/profit/en/news-profit8.md @@ -1,6 +1,6 @@ --- author: EZW -date: 2026-07-16 +date: 2026-08-06 tags: Profit8, GetConnector, UpdateConnector, Integration, Configuration title: New in Profit 8 --- diff --git a/markdownpages/profit/nl/news-profit8.md b/markdownpages/profit/nl/news-profit8.md index 906e466..27c87a2 100644 --- a/markdownpages/profit/nl/news-profit8.md +++ b/markdownpages/profit/nl/news-profit8.md @@ -1,6 +1,6 @@ --- author: EZW -date: 2026-07-16 +date: 2026-08-06 tags: Profit8, GetConnector, UpdateConnector, Integration, Configuration title: Nieuw in Profit 8 --- From c2748bfb1246726810daa149c725bdb8f08a75cc Mon Sep 17 00:00:00 2001 From: Eric Zwaal <113451662+ezw2000@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:20:21 +0200 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- markdownpages/profit/nl/news-profit8.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/markdownpages/profit/nl/news-profit8.md b/markdownpages/profit/nl/news-profit8.md index 27c87a2..9fea1e8 100644 --- a/markdownpages/profit/nl/news-profit8.md +++ b/markdownpages/profit/nl/news-profit8.md @@ -24,7 +24,8 @@ Voorheen kon je bij een inkoopaanvraag alle verbijzonderingscodes die er bestaan ### Taalcodes vereenvoudigd -*(aangepast 06-08-2026)* +*(aangepast 06-08-2026)* + T/m Profit 7 kende Profit twee tabellen met taalcodes. Je onderhield de taalcodes die je in Profit gebruikt via `Algemeen / Inrichting / Landinstellingen / Taal`. Per taalcode kon je een ISO-taalcode selecteren. De ISO-taalcodes kon je onderhouden via `Algemeen / Inrichting / Vrije tabel, tabel ISO-taalcode`. We hebben dit vereenvoudigd door onder `Algemeen / Inrichting / Landinstellingen / Taal` de volledige Microsoft-taaltabel beschikbaar te stellen. Hierdoor is het zelf toevoegen van talen niet meer nodig. ISO-taalcodes worden niet meer gebruikt.