From e17d2819eab9adced20f96fd864b0c2276bd984f Mon Sep 17 00:00:00 2001 From: Shiva Poudel Date: Mon, 15 Jan 2018 11:06:53 +0545 Subject: [PATCH 1/3] Use dirname rather than __DIR__ and use parenthesis for WC_CLI --- includes/class-wc-cli.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/includes/class-wc-cli.php b/includes/class-wc-cli.php index 09e55707032..c2de3b6fb8d 100644 --- a/includes/class-wc-cli.php +++ b/includes/class-wc-cli.php @@ -1,14 +1,17 @@ Date: Mon, 15 Jan 2018 11:13:59 +0545 Subject: [PATCH 2/3] WooCommerce sniffs for main plugin file --- woocommerce.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/woocommerce.php b/woocommerce.php index c3015da7109..a0016d5fcb1 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -6,13 +6,10 @@ * Version: 3.3.0-rc.1 * Author: Automattic * Author URI: https://woocommerce.com - * * Text Domain: woocommerce * Domain Path: /i18n/languages/ * * @package WooCommerce - * @category Core - * @author Automattic */ if ( ! defined( 'ABSPATH' ) ) { From 0b0ce465f23635192cd5f908abc2a822d8c5c24c Mon Sep 17 00:00:00 2001 From: John Coy Date: Mon, 15 Jan 2018 09:17:59 -0600 Subject: [PATCH 3/3] Spelling correction Japanese prefecture Hokkai-do required hyphen to speparate prefecture from prefecture type. --- i18n/states/JP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/states/JP.php b/i18n/states/JP.php index 97cc8b1ccd3..3645cde7b3a 100644 --- a/i18n/states/JP.php +++ b/i18n/states/JP.php @@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) { } $states['JP'] = array( - 'JP01' => __( 'Hokkaido', 'woocommerce' ), + 'JP01' => __( 'Hokkai-do', 'woocommerce' ), 'JP02' => __( 'Aomori-ken', 'woocommerce' ), 'JP03' => __( 'Iwate-ken', 'woocommerce' ), 'JP04' => __( 'Miyagi-ken', 'woocommerce' ),