Skip to content
Snippets Groups Projects
Commit 2961b723 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

V1.1: Remove year variable from the free plugin to have more incentive for the paid version

parent b8f96b1e
No related branches found
No related tags found
No related merge requests found
Material Material
sync.sh sync.sh
.build .build
wordpress-plugin-svn/
...@@ -3,13 +3,13 @@ PLATTFORM=woocommerce ...@@ -3,13 +3,13 @@ PLATTFORM=woocommerce
VENDOR=opentools VENDOR=opentools
VERSION=1.1 VERSION=1.1
DIR = $(shell pwd) DIR = $(shell pwd)
SVNDIR=wordpress-plugin-svn
BUILDDIR=.build/ BUILDDIR=.build/
BASICBUILDDIR=$(VENDOR)-$(PLATTFORM)-$(BASE)-basic BASICBUILDDIR=$(VENDOR)-$(PLATTFORM)-$(BASE)-basic
ADVBUILDDIR=$(VENDOR)-$(PLATTFORM)-$(BASE)-advanced 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 BASICPLUGINFILES=woocommerce-custom-ordernumbers.php
ADVPLUGINFILES=woocommerce-advanced-ordernumbers.php ordernumbers_woocommerce.php ADVPLUGINFILES=woocommerce-advanced-ordernumbers.php ordernumbers_woocommerce.php
...@@ -36,3 +36,13 @@ zip: $(PLUGINFILES) $(ADVPLUGINFILES) $(BASICPLUGINFILES) $(TRANSLATIONS) ...@@ -36,3 +36,13 @@ zip: $(PLUGINFILES) $(ADVPLUGINFILES) $(BASICPLUGINFILES) $(TRANSLATIONS)
clean: clean:
rm -f $(ZIPFILE) $(ADVZIPFILE) $(BUILDDIR) $(ADVBUILDDIR) 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
...@@ -3,7 +3,7 @@ Contributors: opentools ...@@ -3,7 +3,7 @@ Contributors: opentools
Tags: WooCommerce, Order numbers, orders Tags: WooCommerce, Order numbers, orders
Requires at least: 4.0 Requires at least: 4.0
Tested up to: 4.1.1 Tested up to: 4.1.1
Stable tag: trunk Stable tag: 1.1
License: GPLv3 or later License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html License URI: http://www.gnu.org/licenses/gpl.html
......
File added
File added
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Plugin Name: Woocommerce Advanced Ordernumbers * Plugin Name: Woocommerce Advanced Ordernumbers
* Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html * Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html
* Description: Lets the user freely configure the order numbers in WooCommerce. * Description: Lets the user freely configure the order numbers in WooCommerce.
* Version: 1.0 * Version: 1.1
* Author: Open Tools * Author: Open Tools
* Author URI: http://open-tools.net * Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-ordernumbers * Text Domain: woocommerce-advanced-ordernumbers
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Basic Ordernumbers * Plugin Name: WooCommerce Basic Ordernumbers
* Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html * Plugin URI: http://open-tools.net/woocommerce/advanced-ordernumbers-for-woocommerce.html
* Description: Lets the user freely configure the order numbers in WooCommerce. * Description: Lets the user freely configure the order numbers in WooCommerce.
* Version: 1.0 * Version: 1.1
* Author: Open Tools * Author: Open Tools
* Author URI: http://open-tools.net * Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-ordernumbers * Text Domain: woocommerce-advanced-ordernumbers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment