1414
1515``` text
1616V5: https://api.postcodeservice.com/nl/v5/find?zipcode=4201KB&houseno=63
17+ See https://developers-staging.postcodeservice.com/#netherlands-api
1718```
1819
1920- Added support for Belgium bilingual results in bilingual municipalities,
@@ -38,7 +39,7 @@ V3: https://api.postcodeservice.com/be/v3/zipcode-find?zipcodezone=1050&multires
3839 "city" : " Bruxelles" ,
3940 "latitude" : 50.8222854 ,
4041 "longitude" : 4.3815707
41- }
42+ },
4243 ...
4344]
4445```
@@ -92,7 +93,8 @@ if (data.error_code) {
9293- Revised and updated the Magento User manual to ensure it matches the latest changes.
9394- Updated ` SECURITY.md ` with GitHub’s private reporting option, providing a secure channel for issue
9495 reporting.
95- - Successfully tested the extension with the new Magento 2.4.7-beta1, Magento 2.4.7-beta2, confirming compatibility and
96+ - Successfully tested the extension with the new Magento 2.4.7-beta1, Magento 2.4.7-beta2,
97+ confirming compatibility and
9698 performance.
9799
98100## UX/UC improvements
@@ -102,13 +104,14 @@ if (data.error_code) {
102104 in ` postcode-nl.js ` ,
103105 see comment ` // The last parameter is the delay in millisecond ` in the file.
104106- Similarly, decreased the loading speed of the address results for Belgium from 500 milliseconds to
105- 50 milliseconds for
107+ 30 milliseconds for
106108 streets and 30 milliseconds for zipcodes by default. This can be changed in ` postcode-be.js ` , see
107109 twice
108110 the comment ` // Parameter for the results delay in milliseconds ` .
109111- Eliminated the redundant loading screen for Nederlands in Magento Checkout, enhancing the overall
110112 user experience in the vanilla Magento Luma checkout theme. You can still turn this on in the
111- file ` postcode-api.js ` in the method ` getPostCodeNL ` by setting the variable ` showLoader: false ` to ` true ` .
113+ file ` postcode-api.js ` in the method ` getPostCodeNL ` by setting the variable ` showLoader: false `
114+ to ` true ` .
112115- Deactivated advanced settings that were not being utilized, thereby simplifying the user
113116 interface.
114117- Added new documentation links from within the extension to the Magento User manual and underlying
@@ -144,5 +147,6 @@ if (data.error_code) {
144147
145148## Release credits
146149
147- - Thanks go out to the following people for contributing to this release: Robert, Tim S., Vincent, Erik de
148- Groot, Viktoriia and Peter S.
150+ - Thanks go out to the following people for contributing to this release: Robert, Tim S., Vincent,
151+ Erik de
152+ Groot, Viktoria and Peter S.
0 commit comments