Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WooCommerce
Advanced Order Numbers for WooCommerce
Commits
2961b723
Commit
2961b723
authored
May 11, 2015
by
Reinhold Kainhofer
Browse files
V1.1: Remove year variable from the free plugin to have more incentive for the paid version
parent
b8f96b1e
Changes
7
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
2961b723
Material
sync.sh
.build
wordpress-plugin-svn/
Makefile
View file @
2961b723
...
...
@@ -3,13 +3,13 @@ PLATTFORM=woocommerce
VENDOR
=
opentools
VERSION
=
1.1
DIR
=
$(
shell
pwd
)
SVNDIR
=
wordpress-plugin-svn
BUILDDIR
=
.build/
BASICBUILDDIR
=
$(VENDOR)
-
$(PLATTFORM)
-
$(BASE)
-basic
ADVBUILDDIR
=
$(VENDOR)
-
$(PLATTFORM)
-
$(BASE)
-advanced
PLUGINFILES
=
library
/
assets
/
ordernumber_helper_woocommerce.php ordernumbers_woocommerce_basic.php readme.txt LICENSE.txt
PLUGINFILES
=
library assets ordernumber_helper_woocommerce.php ordernumbers_woocommerce_basic.php readme.txt LICENSE.txt
BASICPLUGINFILES
=
woocommerce-custom-ordernumbers.php
ADVPLUGINFILES
=
woocommerce-advanced-ordernumbers.php ordernumbers_woocommerce.php
...
...
@@ -36,3 +36,13 @@ zip: $(PLUGINFILES) $(ADVPLUGINFILES) $(BASICPLUGINFILES) $(TRANSLATIONS)
clean
:
rm
-f
$(ZIPFILE)
$(ADVZIPFILE)
$(BUILDDIR)
$(ADVBUILDDIR)
$(SVNDIR)/tags/$(VERSION)
:
cd
$(SVNDIR)
&&
svn
cp
trunk tags/
$(VERSION)
svn
:
$(SVNDIR)/trunk $(SVNDIR)/tags/$(VERSION)
rsync
-avP
$(PLUGINFILES)
$(BASICPLUGINFILES)
$(TRANSLATIONS)
$(SVNDIR)
/trunk
svn-release
:
svn $(SVNDIR)/tags/$(VERSION)
rsync
-avP
$(PLUGINFILES)
$(BASICPLUGINFILES)
$(TRANSLATIONS)
$(SVNDIR)
/tags/
$(VERSION)
\ No newline at end of file
readme.txt
View file @
2961b723
...
...
@@ -3,7 +3,7 @@ Contributors: opentools
Tags: WooCommerce, Order numbers, orders
Requires at least: 4.0
Tested up to: 4.1.1
Stable tag:
trunk
Stable tag:
1.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html
...
...
releases/opentools-woocommerce-ordernumbers-advanced_v1.1.zip
0 → 100644
View file @
2961b723
File added
releases/opentools-woocommerce-ordernumbers-basic_v1.1.zip
0 → 100644
View file @
2961b723
File added
woocommerce-advanced-ordernumbers.php
View file @
2961b723
...
...
@@ -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.
0
* Version: 1.
1
* Author: Open Tools
* Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-ordernumbers
...
...
woocommerce-custom-ordernumbers.php
View file @
2961b723
...
...
@@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Basic 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.
0
* Version: 1.
1
* Author: Open Tools
* Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-ordernumbers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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