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

V2.0.3: PHP7 compat, use dimension vars only if product has them assigned

parent a35de9c2
No related branches found
No related tags found
No related merge requests found
BASE=shipping-by-rules
PLATTFORM=woocommerce
VENDOR=opentools
VERSION=2.0.2
VERSION=2.0.3
DIR = $(shell pwd)
SVNDIR=wordpress-plugin-svn
......
......@@ -30,7 +30,7 @@
* @author Reinhold Kainhofer
*/
class Legacy_WooCommerce_Shipping_By_Rules_Advanced {
public $version = '2.0.2';
public $version = '2.0.3';
private static $instance;
public function __construct() {
......
......@@ -29,7 +29,7 @@
* @author Reinhold Kainhofer
*/
class Legacy_WooCommerce_Shipping_By_Rules {
public $version = '2.0.2';
public $version = '2.0.3';
private static $instance;
public function __construct() {
......
......@@ -2,8 +2,8 @@
Contributors: opentools
Tags: WooCommerce, Shipment, Shipping, Rules shipping
Requires at least: 4.0
Tested up to: 4.8
Stable tag: 2.0.2
Tested up to: 4.8.3
Stable tag: 2.0.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl.html
......@@ -69,6 +69,10 @@ Please see our support forum at http://open-tools.net/forum/. It might also be a
== Changelog ==
= 2.0.3 =
* Fix warning when products have no length/width/height assigned (use 0 as default)
* Fix tiny incompatibility with PHP 7
= 2.0.2 =
* Support for WooCommerce Product Vendors >=2.0
* Support UK postcodes if second part is left out by the user altogether
......
File added
File added
......@@ -3,14 +3,14 @@
* Plugin Name: WooCommerce Advanced Shipping By Rules
* 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. The advanced version also provides mathematical expressions and functions
* Version: 2.0.2
* Version: 2.0.3
* Author: Open Tools, Reinhold Kainhofer
* Author URI: http://open-tools.net
* Text Domain: woocommerce-advanced-shipping-by-rules
* Domain Path: woocommerce-shipping-by-rules
* License: GPL2+
* WC requires at least: 2.2
* WC tested up to: 3.0
* WC tested up to: 3.2.3
* Copyright (C) 2015 Reinhold Kainhofer
......@@ -75,7 +75,7 @@ class WooCommerce_Shipping_By_Rules_Advanced {
* @since 1.0.0
* @var string $version Plugin version number.
*/
public $version = '2.0.2';
public $version = '2.0.3';
/**
......
......@@ -3,14 +3,14 @@
* Plugin Name: WooCommerce Shipping By Rules
* 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.
* Version: 2.0.2
* Version: 2.0.3
* Author: Open Tools, Reinhold Kainhofer
* Author URI: http://open-tools.net
* Text Domain: woocommerce-shipping-by-rules
* Domain Path:
* License: GPL2+
* WC requires at least: 2.2
* WC tested up to: 3.0
* WC tested up to: 3.2.3
* Copyright (C) 2015 Reinhold Kainhofer
......@@ -48,7 +48,7 @@ class WooCommerce_Shipping_By_Rules {
* @since 1.0.0
* @var string $version Plugin version number.
*/
public $version = '2.0.2';
public $version = '2.0.3';
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment