Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
WooCommerce
Advanced Order Numbers for WooCommerce
Commits
3367e1fa
Commit
3367e1fa
authored
Jan 29, 2018
by
Reinhold Kainhofer
Browse files
V1.4.4: Added Coupon variable; fix PHP warnings
parent
e5d3a2ac
Changes
6
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3367e1fa
BASE
=
ordernumbers
PLATTFORM
=
woocommerce
VENDOR
=
opentools
VERSION
=
1.4.
3
VERSION
=
1.4.
4
DIR
=
$(
shell
pwd
)
SVNDIR
=
wordpress-plugin-svn
...
...
readme.txt
View file @
3367e1fa
...
...
@@ -4,7 +4,7 @@ Contributors: opentools
Tags: WooCommerce, Order numbers, orders
Requires at least: 4.0
Tested up to: 4.9.2
Stable tag: 1.4.
3
Stable tag: 1.4.
4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html
...
...
@@ -78,6 +78,10 @@ The Advanced Ordernumbers for WooCommerce plugin supports some invoicing plugins
== Changelog ==
= 1.4.4 =
* Add Coupons varialbe
* Fix PHP warnings
= 1.4.3 =
* Delay order number creation when creating orders manually in the backend (broken with 1.4.0)
...
...
releases/opentools-woocommerce-ordernumbers-advanced_v1.4.4.zip
0 → 100644
View file @
3367e1fa
File added
releases/opentools-woocommerce-ordernumbers-basic_v1.4.4.zip
0 → 100644
View file @
3367e1fa
File added
woocommerce-advanced-ordernumbers.php
View file @
3367e1fa
...
...
@@ -3,7 +3,7 @@
* Plugin Name: Woocommerce Advanced Ordernumbers
* Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html
* Description: Lets the user freely configure the order numbers in WooCommerce.
* Version: 1.4.
3
* Version: 1.4.
4
* Author: Open Tools
* Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-ordernumbers
...
...
woocommerce-basic-ordernumbers.php
View file @
3367e1fa
...
...
@@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Basic Ordernumbers
* Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html
* Description: Configure WooCommerce ordernumbers to have a running counter and arbitrary, fixed text (prefix / postfix).
* Version: 1.4.
3
* Version: 1.4.
4
* Author: Open Tools
* Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-ordernumbers
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment