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:
parent
7a4cfa909a
commit
babb964ca7
|
@ -24,6 +24,8 @@ const SUPPORTED_COUNTRIES = [
|
|||
'DK',
|
||||
'SE',
|
||||
'JP',
|
||||
'IE',
|
||||
'NZ',
|
||||
];
|
||||
export const isSelectiveBundleInstallSegmentation = ( country ) => {
|
||||
return SUPPORTED_COUNTRIES.includes( getCountryCode( country ) );
|
||||
|
|
|
@ -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 ==
|
||||
|
||||
|
|
Loading…
Reference in New Issue