Add IE and NZ to the selective bundle install list (https://github.com/woocommerce/woocommerce-admin/pull/6649)

* Add IE and NZ to the selective bundle install list

* Add changelog and testing instructions

* Remove testing instructions
This commit is contained in:
louwie17 2021-03-24 09:30:20 -03:00 committed by GitHub
parent 7a4cfa909a
commit babb964ca7
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@ const SUPPORTED_COUNTRIES = [
'DK',
'SE',
'JP',
'IE',
'NZ',
];
export const isSelectiveBundleInstallSegmentation = ( country ) => {
return SUPPORTED_COUNTRIES.includes( getCountryCode( country ) );

View File

@ -137,6 +137,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Add: Paystack payment provider to several african countries. #6579
- Dev: Payments task: include Mercado Pago #6572
- Dev: Ensure script asset.php files are included in builds #6635
- Fix: Adding New Zealand and Ireland to selective bundle option, previously missed. #6649
== 2.1.3 3/14/2021 ==