Version Description
- 03/05/17 =
- Fix PHP 5.3 compatible issue
Download this release
Release Info
Developer | flycart |
Plugin | Discount Rules for WooCommerce |
Version | 1.4.12 |
Comparing to | |
See all releases |
Code changes from version 1.4.11 to 1.4.12
- loader.php +2 -1
- readme.txt +4 -1
- woo-discount-rules.php +1 -1
loader.php
CHANGED
@@ -24,7 +24,8 @@ if(!function_exists('get_plugin_data')){
|
|
24 |
/**
|
25 |
* Version of Woo Discount Rules.
|
26 |
*/
|
27 |
-
|
|
|
28 |
|
29 |
/**
|
30 |
* check WooCommerce version
|
24 |
/**
|
25 |
* Version of Woo Discount Rules.
|
26 |
*/
|
27 |
+
$pluginDetails = get_plugin_data(plugin_dir_path(__FILE__).'woo-discount-rules.php');
|
28 |
+
define('WOO_DISCOUNT_VERSION', $pluginDetails['Version']);
|
29 |
|
30 |
/**
|
31 |
* check WooCommerce version
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -110,6 +110,9 @@ More information could be found in the documentation
|
|
110 |
5. Discounted price is applied in the Cart
|
111 |
|
112 |
== Changelog ==
|
|
|
|
|
|
|
113 |
= 1.4.11 - 11/04/17 =
|
114 |
* Fix – Warning in pricing table
|
115 |
|
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
|
7 |
+
Stable tag: 1.4.12
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
110 |
5. Discounted price is applied in the Cart
|
111 |
|
112 |
== Changelog ==
|
113 |
+
= 1.4.12 - 03/05/17 =
|
114 |
+
* Fix – PHP 5.3 compatible issue
|
115 |
+
|
116 |
= 1.4.11 - 11/04/17 =
|
117 |
* Fix – Warning in pricing table
|
118 |
|
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.12
|
9 |
* Slug: woo-discount-rules
|
10 |
* Text Domain: woo-discount-rules
|
11 |
* Requires at least: 4.6.1
|