Version Description
- Tested with Wordpress 4.0
Download this release
Release Info
Developer | josk79 |
Plugin | WooCommerce Extended Coupon Features |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- assets/Thumbs.db +0 -0
- readme.txt +5 -2
- woocommerce-jos-autocoupon.php +3 -1
assets/Thumbs.db
ADDED
Binary file
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: josk79
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5T9XQBCS2QHRY&lc=NL&item_name=Jos%20Koenis&item_number=wordpress%2dplugin¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
4 |
Tags: woocommerce, coupons, discount
|
5 |
Requires at least: 3.0.1
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -70,6 +70,9 @@ Sure! [This](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5T9XQ
|
|
70 |
|
71 |
== Changelog ==
|
72 |
|
|
|
|
|
|
|
73 |
= 1.1.0 =
|
74 |
* Allow applying coupon via an url using *?apply_coupon=coupon_code*
|
75 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5T9XQBCS2QHRY&lc=NL&item_name=Jos%20Koenis&item_number=wordpress%2dplugin¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
4 |
Tags: woocommerce, coupons, discount
|
5 |
Requires at least: 3.0.1
|
6 |
+
Tested up to: 4.0
|
7 |
+
Stable tag: 1.1.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
70 |
|
71 |
== Changelog ==
|
72 |
|
73 |
+
= 1.1.1 =
|
74 |
+
* Tested with Wordpress 4.0
|
75 |
+
|
76 |
= 1.1.0 =
|
77 |
* Allow applying coupon via an url using *?apply_coupon=coupon_code*
|
78 |
|
woocommerce-jos-autocoupon.php
CHANGED
@@ -3,13 +3,15 @@
|
|
3 |
* Plugin Name: WooCommerce auto added coupons
|
4 |
* Plugin URI: http://wordpress.org/plugins/woocommerce-auto-added-coupons
|
5 |
* Description: Allow discounts to be automatically added to the cart when it's restrictions are met. Allow applying coupons via an url.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: Jos Koenis
|
8 |
* License: GPL2
|
9 |
*/
|
10 |
|
11 |
/*
|
12 |
Change history:
|
|
|
|
|
13 |
1.1.0:
|
14 |
- Allow applying coupon via an url using *?apply_coupon=coupon_code*
|
15 |
1.0.1:
|
3 |
* Plugin Name: WooCommerce auto added coupons
|
4 |
* Plugin URI: http://wordpress.org/plugins/woocommerce-auto-added-coupons
|
5 |
* Description: Allow discounts to be automatically added to the cart when it's restrictions are met. Allow applying coupons via an url.
|
6 |
+
* Version: 1.1.1
|
7 |
* Author: Jos Koenis
|
8 |
* License: GPL2
|
9 |
*/
|
10 |
|
11 |
/*
|
12 |
Change history:
|
13 |
+
1.1.1:
|
14 |
+
- Tested with Wordpress 4.0
|
15 |
1.1.0:
|
16 |
- Allow applying coupon via an url using *?apply_coupon=coupon_code*
|
17 |
1.0.1:
|