Made armed forces 'states' under the US rather than in their own 'country'. Closes #1605.

This commit is contained in:
Mike Jolley 2012-11-09 11:54:11 +00:00
parent 784b7ae3b6
commit fde3ba05bd
2 changed files with 5 additions and 7 deletions

View File

@ -259,7 +259,6 @@ class WC_Countries {
'TC' => __( 'Turks and Caicos Islands', 'woocommerce' ),
'TV' => __( 'Tuvalu', 'woocommerce' ),
'VI' => __( 'U.S. Virgin Islands', 'woocommerce' ),
'USAF' => __( 'US Armed Forces', 'woocommerce' ),
'UM' => __( 'US Minor Outlying Islands', 'woocommerce' ),
'UG' => __( 'Uganda', 'woocommerce' ),
'UA' => __( 'Ukraine', 'woocommerce' ),
@ -427,12 +426,10 @@ class WC_Countries {
'WA' => __( 'Washington', 'woocommerce' ) ,
'WV' => __( 'West Virginia', 'woocommerce' ) ,
'WI' => __( 'Wisconsin', 'woocommerce' ) ,
'WY' => __( 'Wyoming', 'woocommerce' )
),
'USAF' => array(
'AA' => __( 'Americas', 'woocommerce' ) ,
'AE' => __( 'Europe', 'woocommerce' ) ,
'AP' => __( 'Pacific', 'woocommerce' )
'WY' => __( 'Wyoming', 'woocommerce' ) ,
'AA' => __( 'Armed Forces (AA)', 'woocommerce' ) ,
'AE' => __( 'Armed Forces (AE)', 'woocommerce' ) ,
'AP' => __( 'Armed Forces (AP)', 'woocommerce' )
),
'VN' => array()
));

View File

@ -211,6 +211,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Tweak - Allowed sku search to return > 1 result.
* Tweak - If only one country is enabled, don't show country dropdown on checkout.
* Tweak - Case insensitive coupons.
* Tweak - Made armed forces 'states' under the US rather than in their own 'country'.
* Fix - Added more error messages for coupons.
* Fix - Variation sku updating after selection.