Removed non-existent country (Netherlands Antilles) from https://en.wikipedia.org/wiki/ISO_3166-1.
Closes #11217
This commit is contained in:
parent
1ea3ffb5a8
commit
1353160330
|
@ -171,7 +171,6 @@ return array(
|
|||
'NR' => __( 'Nauru', 'woocommerce' ),
|
||||
'NP' => __( 'Nepal', 'woocommerce' ),
|
||||
'NL' => __( 'Netherlands', 'woocommerce' ),
|
||||
'AN' => __( 'Netherlands Antilles', 'woocommerce' ),
|
||||
'NC' => __( 'New Caledonia', 'woocommerce' ),
|
||||
'NZ' => __( 'New Zealand', 'woocommerce' ),
|
||||
'NI' => __( 'Nicaragua', 'woocommerce' ),
|
||||
|
|
|
@ -170,6 +170,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
* Fix - Javascript show/hide of option in free shipping method.
|
||||
* Fix - Convert ellipsis to three periods when saving postcodes.
|
||||
* Fix - Prevent get_terms returning duplicates.
|
||||
* Fix - Removed non-existent country (Netherlands Antilles) from https://en.wikipedia.org/wiki/ISO_3166-1.
|
||||
* Tweak - Made customer pay link display if order needs_payment() rather than checking pending status.
|
||||
* Tweak - Zones - Wording clarifications.
|
||||
* Tweak - Zones - Match zones with postcodes but no country.
|
||||
|
|
Loading…
Reference in New Issue