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

Bump version number to 2.0.4

parent 3d48400c
Branches
Tags
No related merge requests found
BASE=shipping-by-rules BASE=shipping-by-rules
PLATTFORM=woocommerce PLATTFORM=woocommerce
VENDOR=opentools VENDOR=opentools
VERSION=2.0.3 VERSION=2.0.4
DIR = $(shell pwd) DIR = $(shell pwd)
SVNDIR=wordpress-plugin-svn SVNDIR=wordpress-plugin-svn
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
Contributors: opentools 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.8.3 Tested up to: 4.9.2
Stable tag: 2.0.3 Stable tag: 2.0.4
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
...@@ -69,6 +69,10 @@ Please see our support forum at http://open-tools.net/forum/. It might also be a ...@@ -69,6 +69,10 @@ Please see our support forum at http://open-tools.net/forum/. It might also be a
== Changelog == == Changelog ==
= 2.0.4 =
* Compatibility with WC vendors in combination with product variations
* Fix PHP warnings
= 2.0.3 = = 2.0.3 =
* Fix warning when products have no length/width/height assigned (use 0 as default) * Fix warning when products have no length/width/height assigned (use 0 as default)
* Fix tiny incompatibility with PHP 7 * Fix tiny incompatibility with PHP 7
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
* Plugin Name: WooCommerce Advanced Shipping By Rules * Plugin Name: WooCommerce Advanced 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. The advanced version also provides mathematical expressions and functions * Description: Define Shipping cost by very general and flexible (text-based) rules. The advanced version also provides mathematical expressions and functions
* Version: 2.0.3 * Version: 2.0.4
* 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-advanced-shipping-by-rules * Text Domain: woocommerce-advanced-shipping-by-rules
* Domain Path: woocommerce-shipping-by-rules * Domain Path: woocommerce-shipping-by-rules
* License: GPL2+ * License: GPL2+
* WC requires at least: 2.2 * WC requires at least: 2.2
* WC tested up to: 3.2.3 * WC tested up to: 3.2.6
* Copyright (C) 2015 Reinhold Kainhofer * Copyright (C) 2015 Reinhold Kainhofer
......
...@@ -3,14 +3,14 @@ ...@@ -3,14 +3,14 @@
* 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.3 * Version: 2.0.4
* 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
* Domain Path: * Domain Path:
* License: GPL2+ * License: GPL2+
* WC requires at least: 2.2 * WC requires at least: 2.2
* WC tested up to: 3.2.3 * WC tested up to: 3.2.6
* Copyright (C) 2015 Reinhold Kainhofer * Copyright (C) 2015 Reinhold Kainhofer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment