diff --git a/Joomla/AdvancedShippingByRules.tmpl b/Joomla/AdvancedShippingByRules.tmpl
index cef447cdffb143d74b34749d599b0fc3c1823eee..954e5b40192405cfdad83b018ff5a570f0b83a44 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 c6417d0f4bda7d5d6debeaf4e9686f595aa56dbc..90374766cc5c36ddec46dc008aaa2c2172c40030 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 67d12f1cf218e45742f061538b10c9cff7376af7..f43562ae0c095744c00897a6c8cb5bf553f841a5 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>