diff --git a/Makefile b/Makefile index d2ed83ea70ee12236863aa50cec5c75d1352124d..09c04e624f6a07f70036c087e516ee3cb636319b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BASE=shipping-by-rules PLATTFORM=woocommerce VENDOR=opentools -VERSION=2.0.5 +VERSION=2.0.6 DIR = $(shell pwd) SVNDIR=wordpress-plugin-svn diff --git a/readme.txt b/readme.txt index 73295df5725e0bb4cf742c89f90f2ca3e3b97525..130271d17631a42bb228efb1ccf403b6e30d334d 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: opentools Tags: WooCommerce, Shipment, Shipping, Rules shipping Requires at least: 4.0 Tested up to: 4.9.4 -Stable tag: 2.0.5 +Stable tag: 2.0.6 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl.html @@ -69,6 +69,9 @@ Please see our support forum at http://open-tools.net/forum/. It might also be a == Changelog == += 2.0.6 = +* Add function evaluate_for_shippingclasses + = 2.0.5 = * Basic support for Dokan Marketplace (vendors lists are properly filled) diff --git a/releases/opentools-woocommerce-advanced-shipping-by-rules_v2.0.6.zip b/releases/opentools-woocommerce-advanced-shipping-by-rules_v2.0.6.zip new file mode 100644 index 0000000000000000000000000000000000000000..3ce2f9ae39545432e0fca390fa2e881dcb0b8cae Binary files /dev/null and b/releases/opentools-woocommerce-advanced-shipping-by-rules_v2.0.6.zip differ diff --git a/releases/opentools-woocommerce-shipping-by-rules_v2.0.6.zip b/releases/opentools-woocommerce-shipping-by-rules_v2.0.6.zip new file mode 100644 index 0000000000000000000000000000000000000000..eda85c45ff6fc4de88b81e36baf73d0ac6945184 Binary files /dev/null and b/releases/opentools-woocommerce-shipping-by-rules_v2.0.6.zip differ diff --git a/woocommerce-advanced-shipping-by-rules.php b/woocommerce-advanced-shipping-by-rules.php index d0d21e2d6c3000c000cbe4e4a302f89cb227e7e5..50c2520238c74a8d13ae31a906c6445770b18b70 100644 --- a/woocommerce-advanced-shipping-by-rules.php +++ b/woocommerce-advanced-shipping-by-rules.php @@ -3,7 +3,7 @@ * 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.5 + * Version: 2.0.6 * Author: Open Tools, Reinhold Kainhofer * Author URI: http://open-tools.net * Text Domain: woocommerce-advanced-shipping-by-rules diff --git a/woocommerce-shipping-by-rules.php b/woocommerce-shipping-by-rules.php index 7263261b0f6dd4cdf0ab0ddb7ed5d5ddc60cf387..5f567aa9a1689ff1d1ac3102600286a99c68ed2c 100644 --- a/woocommerce-shipping-by-rules.php +++ b/woocommerce-shipping-by-rules.php @@ -3,7 +3,7 @@ * 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.5 + * Version: 2.0.6 * Author: Open Tools, Reinhold Kainhofer * Author URI: http://open-tools.net * Text Domain: woocommerce-shipping-by-rules