parent
c7a7db4679
commit
66c0d8f009
|
@ -250,6 +250,7 @@ class WC_Countries {
|
|||
if ( 'eu_vat' === $type ) {
|
||||
$countries[] = 'MC';
|
||||
$countries[] = 'IM';
|
||||
$countries[] = 'CH';
|
||||
}
|
||||
|
||||
return $countries;
|
||||
|
|
|
@ -159,6 +159,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
|
||||
== Changelog ==
|
||||
|
||||
* Fix - Handle Switzerland in get_european_union_countries.
|
||||
* Fix - For geolocation with static cache support, ensure hash is appended during form submission.
|
||||
* Fix - To prevent discounts being applied in 'random' order (based on order added to cart), sort cart items based on subtotal during calculate_totals.
|
||||
* Fix - Removed extra ob_start() in class-wc-shortcodes.php.
|
||||
|
|
Loading…
Reference in New Issue