Version Description
- 21/08/17 =
- Fix - WooCommerce Products Carousel all in one compatibility issue
Download this release
Release Info
Developer | flycart |
Plugin | Discount Rules for WooCommerce |
Version | 1.4.16 |
Comparing to | |
See all releases |
Code changes from version 1.4.15 to 1.4.16
- helper/purchase.php +1 -1
- includes/pricing-rules-3.php +1 -1
- includes/pricing-rules.php +1 -1
- readme.txt +5 -2
- woo-discount-rules.php +1 -1
helper/purchase.php
CHANGED
@@ -84,7 +84,7 @@ if ( ! class_exists( 'woo_dicount_rules_purchase' ) ) {
|
|
84 |
*/
|
85 |
public function isPro()
|
86 |
{
|
87 |
-
return false;
|
88 |
}
|
89 |
|
90 |
/**
|
84 |
*/
|
85 |
public function isPro()
|
86 |
{
|
87 |
+
return false ;
|
88 |
}
|
89 |
|
90 |
/**
|
includes/pricing-rules-3.php
CHANGED
@@ -1147,7 +1147,7 @@ if (!class_exists('woo_dicount_rules_pricingRules')) {
|
|
1147 |
* @param string $cart_item_key to identify the item from cart.
|
1148 |
* @return string processed price of a product.
|
1149 |
*/
|
1150 |
-
public function replaceVisiblePricesCart($item_price, $cart_item, $cart_item_key)
|
1151 |
{
|
1152 |
|
1153 |
if (!isset($cart_item['woo_discount'])) {
|
1147 |
* @param string $cart_item_key to identify the item from cart.
|
1148 |
* @return string processed price of a product.
|
1149 |
*/
|
1150 |
+
public function replaceVisiblePricesCart($item_price, $cart_item = array(), $cart_item_key = null)
|
1151 |
{
|
1152 |
|
1153 |
if (!isset($cart_item['woo_discount'])) {
|
includes/pricing-rules.php
CHANGED
@@ -1147,7 +1147,7 @@ if (!class_exists('woo_dicount_rules_pricingRules')) {
|
|
1147 |
* @param string $cart_item_key to identify the item from cart.
|
1148 |
* @return string processed price of a product.
|
1149 |
*/
|
1150 |
-
public function replaceVisiblePricesCart($item_price, $cart_item, $cart_item_key)
|
1151 |
{
|
1152 |
|
1153 |
if (!isset($cart_item['woo_discount'])) {
|
1147 |
* @param string $cart_item_key to identify the item from cart.
|
1148 |
* @return string processed price of a product.
|
1149 |
*/
|
1150 |
+
public function replaceVisiblePricesCart($item_price, $cart_item = array(), $cart_item_key = null)
|
1151 |
{
|
1152 |
|
1153 |
if (!isset($cart_item['woo_discount'])) {
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: flycart
|
|
3 |
Donate link: https://flycart.org/
|
4 |
Tags: woocommerce, ecommerce, discounts, coupons, promotion, campaigns, sales, price rules, advanced coupons, advanced discounts
|
5 |
Requires at least: 4.4.1
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -111,6 +111,9 @@ More information could be found in the documentation
|
|
111 |
|
112 |
== Changelog ==
|
113 |
|
|
|
|
|
|
|
114 |
= 1.4.15 - 25/07/17 =
|
115 |
* Fix – List all rules(unlimited) for pro version
|
116 |
|
3 |
Donate link: https://flycart.org/
|
4 |
Tags: woocommerce, ecommerce, discounts, coupons, promotion, campaigns, sales, price rules, advanced coupons, advanced discounts
|
5 |
Requires at least: 4.4.1
|
6 |
+
Tested up to: 4.8.1
|
7 |
+
Stable tag: 1.4.16
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
111 |
|
112 |
== Changelog ==
|
113 |
|
114 |
+
= 1.4.16 - 21/08/17 =
|
115 |
+
* Fix - WooCommerce Products Carousel all in one compatibility issue
|
116 |
+
|
117 |
= 1.4.15 - 25/07/17 =
|
118 |
* Fix – List all rules(unlimited) for pro version
|
119 |
|
woo-discount-rules.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Simple Discount Rules for WooCommerce.
|
6 |
* Author: Flycart Technologies LLP
|
7 |
* Author URI: https://www.flycart.org
|
8 |
-
* Version: 1.4.
|
9 |
* Slug: woo-discount-rules
|
10 |
* Text Domain: woo-discount-rules
|
11 |
* Requires at least: 4.6.1
|
5 |
* Description: Simple Discount Rules for WooCommerce.
|
6 |
* Author: Flycart Technologies LLP
|
7 |
* Author URI: https://www.flycart.org
|
8 |
+
* Version: 1.4.16
|
9 |
* Slug: woo-discount-rules
|
10 |
* Text Domain: woo-discount-rules
|
11 |
* Requires at least: 4.6.1
|