From 2ff416e2c55c21bb6cce37a2ff8f5b47d3139ae0 Mon Sep 17 00:00:00 2001
From: "Open Tools, Reinhold Kainhofer" <office@open-tools.net>
Date: Fri, 9 Dec 2016 23:52:14 +0100
Subject: [PATCH] New versions of our shipping by rules plugins

---
 Joomla/AdvancedShippingByRules.tmpl      | 2 +-
 Joomla/ShippingByRules.tmpl              | 2 +-
 WooCommerce/AdvancedShippingByRules.tmpl | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/Joomla/AdvancedShippingByRules.tmpl b/Joomla/AdvancedShippingByRules.tmpl
index cef447c..954e5b4 100644
--- a/Joomla/AdvancedShippingByRules.tmpl
+++ b/Joomla/AdvancedShippingByRules.tmpl
@@ -8,7 +8,7 @@
 		<type>plugin</type>
 		<folder>vmshipment</folder>
 		<client>0</client><!-- Plugins use client_id=0 (FrontEnd), default would be 1 -->
-		<version>6.2</version>
+		<version>6.2.1</version>
 		<infourl title="Advanced Shiping by Rules for VirtueMart">http://open-tools.net/documentation/shipping-by-rules-plugins-for-virtuemart.html#changelog</infourl>
 		<downloads>
 			<downloadurl type="full" format="zip">http://open-tools.net/index.php?option=com_virtuemart&amp;view=plugin&amp;name=downloads_for_sale&amp;customfield_id=12&amp;order_number=${order_number}&amp;order_pass=${order_pass}</downloadurl>
diff --git a/Joomla/ShippingByRules.tmpl b/Joomla/ShippingByRules.tmpl
index c6417d0..9037476 100644
--- a/Joomla/ShippingByRules.tmpl
+++ b/Joomla/ShippingByRules.tmpl
@@ -8,7 +8,7 @@
 		<type>plugin</type>
 		<folder>vmshipment</folder>
 		<client>0</client><!-- Plugins use client_id=0 (FrontEnd), default would be 1 -->
-		<version>6.2</version>
+		<version>6.2.1</version>
 		<infourl title="Shiping by Rules for VirtueMart">http://open-tools.net/documentation/shipping-by-rules-plugins-for-virtuemart.html#changelog</infourl>
 		<downloads>
 			<downloadurl type="full" format="zip">http://open-tools.net/index.php?option=com_virtuemart&amp;view=plugin&amp;name=downloads_for_sale&amp;customfield_id=10</downloadurl>
diff --git a/WooCommerce/AdvancedShippingByRules.tmpl b/WooCommerce/AdvancedShippingByRules.tmpl
index 67d12f1..f43562a 100644
--- a/WooCommerce/AdvancedShippingByRules.tmpl
+++ b/WooCommerce/AdvancedShippingByRules.tmpl
@@ -3,8 +3,8 @@
 	"slug": "woocommerce-advanced-shipping-by-rules",
 	"homepage" : "http://www.open-tools.net/woocommerce/advanced-shipping-by-rules-for-woocommerce.html",
 	"download_url": "http://www.open-tools.net/index.php?option=com_virtuemart&view=plugin&name=downloads_for_sale&customfield_id=157&order_number=${order_number}&order_pass=${order_pass}",
-	"version": "1.2.5",
-	"upgrade_notice" : "V1.2.5: Add variables userid, userroles, first_name, last_name, email, username",
+	"version": "1.2.6",
+	"upgrade_notice" : "V1.2.6: Add messages to the rules (so errors, warnings, notices can be shown to the customer)",
 
 	"author": "Open Tools",
     "author_homepage" : "http://www.open-tools.net/",
@@ -15,6 +15,7 @@
 		<br>
 		<br>
 		<ul>
+			<li>V1.2.6: Add messages to the rules (so errors, warnings, notices can be shown to the customer)</li>	
 			<li>V1.2.5: Add variables userid, userroles, first_name, last_name, email, username</li>
 			<li>V1.2.4: Fix incompatibility with cash-on-delivery; fix extension filter</li>
 			<li>V1.2.3: Fix several PHP errors, update credentials input, etc.</li>
-- 
GitLab