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

V2.0.1: Forgot to add some files to svn, so I need to release a new version...

V2.0.1: Forgot to add some files to svn, so I need to release a new version with the legacy files included
parent 05d25b8b
Branches
Tags V2.0.1
No related merge requests found
BASE=shipping-by-rules BASE=shipping-by-rules
PLATTFORM=woocommerce PLATTFORM=woocommerce
VENDOR=opentools VENDOR=opentools
VERSION=2.0 VERSION=2.0.1
DIR = $(shell pwd) DIR = $(shell pwd)
SVNDIR=wordpress-plugin-svn SVNDIR=wordpress-plugin-svn
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* @author Reinhold Kainhofer * @author Reinhold Kainhofer
*/ */
class Legacy_WooCommerce_Shipping_By_Rules { class Legacy_WooCommerce_Shipping_By_Rules {
public $version = '2.0'; public $version = '2.0.1';
private static $instance; private static $instance;
public function __construct() { public function __construct() {
......
...@@ -3,7 +3,7 @@ Contributors: opentools ...@@ -3,7 +3,7 @@ Contributors: opentools
Tags: WooCommerce, Shipment, Shipping, Rules shipping Tags: WooCommerce, Shipment, Shipping, Rules shipping
Requires at least: 4.0 Requires at least: 4.0
Tested up to: 4.7 Tested up to: 4.7
Stable tag: 2.0 Stable tag: 2.0.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
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Shipping By Rules * Plugin Name: WooCommerce Shipping By Rules
* Plugin URI: http://open-tools.net/woocommerce/advanced-shipping-by-rules-for-woocommerce.html * Plugin URI: http://open-tools.net/woocommerce/advanced-shipping-by-rules-for-woocommerce.html
* Description: Define Shipping cost by very general and flexible (text-based) rules. * Description: Define Shipping cost by very general and flexible (text-based) rules.
* Version: 2.0 * Version: 2.0.1
* Author: Open Tools, Reinhold Kainhofer * Author: Open Tools, Reinhold Kainhofer
* Author URI: http://open-tools.net * Author URI: http://open-tools.net
* Text Domain: woocommerce-shipping-by-rules * Text Domain: woocommerce-shipping-by-rules
...@@ -48,7 +48,7 @@ class WooCommerce_Shipping_By_Rules { ...@@ -48,7 +48,7 @@ class WooCommerce_Shipping_By_Rules {
* @since 1.0.0 * @since 1.0.0
* @var string $version Plugin version number. * @var string $version Plugin version number.
*/ */
public $version = '2.0'; public $version = '2.0.1';
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment