diff --git a/classes/admin-fixed-quantity-price.php b/classes/admin-fixed-quantity-price.php index 4ba3da6..e4a8326 100644 --- a/classes/admin-fixed-quantity-price.php +++ b/classes/admin-fixed-quantity-price.php @@ -61,7 +61,7 @@ public function global_setting_configuration($settings, $current_section) ); $woofix_config[] = array( - 'name' => __('Show discount info', 'woofix'), + 'name' => __('Show Discount Info', 'woofix'), 'id' => WOOFIXOPT_SHOW_DISC, 'default' => WOOFIXCONF_SHOW_DISC, 'type' => 'checkbox', @@ -69,7 +69,7 @@ public function global_setting_configuration($settings, $current_section) ); $woofix_config[] = array( - 'name' => __('Add to cart as new product', 'woofix'), + 'name' => __('Add to Cart as New Item', 'woofix'), 'id' => WOOFIXOPT_ADD_TO_CART_AS_NEW, 'default' => WOOFIXCONF_ADD_TO_CART_AS_NEW, 'type' => 'checkbox', @@ -77,7 +77,7 @@ public function global_setting_configuration($settings, $current_section) ); $woofix_config[] = array( - 'name' => __('Show stock availability', 'woofix'), + 'name' => __('Show Stock Availability', 'woofix'), 'id' => WOOFIXOPT_SHOW_STOCK, 'default' => WOOFIXCONF_SHOW_STOCK, 'type' => 'checkbox', @@ -85,7 +85,7 @@ public function global_setting_configuration($settings, $current_section) ); $woofix_config[] = array( - 'name' => __('Check stock', 'woofix'), + 'name' => __('Check Stock', 'woofix'), 'id' => WOOFIXOPT_CHECK_STOCK, 'default' => WOOFIXCONF_CHECK_STOCK, 'type' => 'checkbox', diff --git a/readme.txt b/readme.txt index e802744..ee32027 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://www.paypal.me/habibillah Tags: woocomerce, fixed quantity, ecommerce, fixed price Requires at least: 3.0.1 Tested up to: 4.7 -Version: 1.1.5 -Stable tag: 1.1.4 +Version: 1.1.6 +Stable tag: 1.1.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -129,7 +129,10 @@ Uncheck **Show discount info**. Don't forget to hit **Save Changes** button. * Tested with wordpress 4.7 = 1.1.5 = -* Add **{discount}** code templete +* Add **{discount}** code templete + += 1.1.6 = +* Add option to force add to cart as new item instead of updating existing product quantity == Upgrade Notice == diff --git a/woocommerce-fixed-quantity.php b/woocommerce-fixed-quantity.php index 639d63e..662f55f 100644 --- a/woocommerce-fixed-quantity.php +++ b/woocommerce-fixed-quantity.php @@ -5,8 +5,8 @@ * Description: Customize price based on fixed quantity. * Author: Habibillah * Author URI: http://habibillah.kalicode.com/ - * Version: 1.1.5 - * Stable tag: 1.1.4 + * Version: 1.1.6 + * Stable tag: 1.1.6 * Tested up to: 4.7 * Requires at least: 3.0.1 * Text Domain: woofix