Skip to content

Commit

Permalink
update version to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
habibillah committed Apr 10, 2017
1 parent 307f6e9 commit 5a8a210
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions classes/admin-fixed-quantity-price.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,31 +61,31 @@ 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',
'desc' => __('Show discount info in both cart and checkout page. See <a target="_blank" href="https://wordpress.org/plugins/woocommerce-fixed-quantity/faq/">FAQ</a> to customize discount info template.', 'woofix'),
);

$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',
'desc' => __('When adding product to cart twice or more, add it as new instead of updating Qty.', 'woofix'),
);

$woofix_config[] = array(
'name' => __('Show stock availability', 'woofix'),
'name' => __('Show Stock Availability', 'woofix'),
'id' => WOOFIXOPT_SHOW_STOCK,
'default' => WOOFIXCONF_SHOW_STOCK,
'type' => 'checkbox',
'desc' => __('Show stock availability in product page.', 'woofix'),
);

$woofix_config[] = array(
'name' => __('Check stock', 'woofix'),
'name' => __('Check Stock', 'woofix'),
'id' => WOOFIXOPT_CHECK_STOCK,
'default' => WOOFIXCONF_CHECK_STOCK,
'type' => 'checkbox',
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 ==

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-fixed-quantity.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a8a210

Please sign in to comment.