Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Advanced Order Numbers for WooCommerce
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WooCommerce
Advanced Order Numbers for WooCommerce
Commits
ccfc32d1
Commit
ccfc32d1
authored
8 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
9cb07ef8
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
readme.txt
+5
-2
5 additions, 2 deletions
readme.txt
woocommerce-advanced-ordernumbers.php
+1
-1
1 addition, 1 deletion
woocommerce-advanced-ordernumbers.php
woocommerce-basic-ordernumbers.php
+2
-2
2 additions, 2 deletions
woocommerce-basic-ordernumbers.php
with
9 additions
and
6 deletions
Makefile
+
1
−
1
View file @
ccfc32d1
BASE
=
ordernumbers
PLATTFORM
=
woocommerce
VENDOR
=
opentools
VERSION
=
1.3.
6
VERSION
=
1.3.
7
DIR
=
$(
shell
pwd
)
SVNDIR
=
wordpress-plugin-svn
...
...
This diff is collapsed.
Click to expand it.
readme.txt
+
5
−
2
View file @
ccfc32d1
...
...
@@ -3,8 +3,8 @@ Plugin Name: Ordernumbers for WooCommerce
Contributors: opentools
Tags: WooCommerce, Order numbers, orders
Requires at least: 4.0
Tested up to: 4.
5
Stable tag: 1.3.
6
Tested up to: 4.
7
Stable tag: 1.3.
7
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html
...
...
@@ -78,6 +78,9 @@ The Advanced Ordernumbers for WooCommerce plugin supports some invoicing plugins
== Changelog ==
= 1.3.7 =
* Add support for PayPal payment method
= 1.3.6 =
* Fix order number display for old orders
...
...
This diff is collapsed.
Click to expand it.
woocommerce-advanced-ordernumbers.php
+
1
−
1
View file @
ccfc32d1
...
...
@@ -11,7 +11,7 @@
* License: GPL2+
* Network: true
* WC requires at least: 2.2
* WC tested up to: 2.
5
* WC tested up to: 2.
6
*/
if
(
!
defined
(
'ABSPATH'
)
)
{
...
...
This diff is collapsed.
Click to expand it.
woocommerce-basic-ordernumbers.php
+
2
−
2
View file @
ccfc32d1
...
...
@@ -3,14 +3,14 @@
* 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.3.
6
* Version: 1.3.
7
* Author: Open Tools
* Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-ordernumbers
* License: GPL2+
* Network: true
* WC requires at least: 2.2
* WC tested up to: 2.
5
* WC tested up to: 2.
6
*/
if
(
!
defined
(
'ABSPATH'
)
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment