diff --git a/Makefile b/Makefile
index fe47ae130c8a7af5ad65543e4ae21b5e513184a7..36dcf095812a5532d951f783bad2e74c3bd25235 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 BASE=acymailing_subscribe_buyer
 PLUGINTYPE=vmcustom
-VERSION=1.4.2
+VERSION=1.4.3
 
 PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html
 
@@ -14,7 +14,7 @@ ZIPFILE=plg_$(PLUGINTYPE)_$(BASE)_v$(VERSION).zip
 
 zip: $(PLUGINFILES) $(TRANSLATIONS) $(ELEMENTS) $(TMPLFILES)
 	@echo "Packing all files into distribution file $(ZIPFILE):"
-	@zip -r $(ZIPFILE) $(PLUGINFILES) $(TRANSLATIONS) $(ELEMENTS) $(INDEXFILES) $(TMPLFILES) $(ASSETS)
+	@zip -r $(ZIPFILE) $(PLUGINFILES) $(TRANSLATIONS) $(ELEMENTS) $(INDEXFILES) $(TMPLFILES) $(ASSETS) LICENSE.txt
 
 clean:
 	rm -f $(ZIPFILE)
diff --git a/acymailing_subscribe_buyer.xml b/acymailing_subscribe_buyer.xml
index 2a87167023c45b701a8d4e6ece33f6730ef0aa86..4150cddea05d4afce4e1fa9af95931adf9c0d7ff 100644
--- a/acymailing_subscribe_buyer.xml
+++ b/acymailing_subscribe_buyer.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <extension version="2.5" type="plugin" group="vmcustom" method="upgrade">
     <name>VMCUSTOM_ACYBUYER</name>
-    <creationDate>2014-04-27</creationDate>
+    <creationDate>2016-01-01</creationDate>
     <author>Reinhold Kainhofer</author>
     <authorUrl>http://www.open-tools.net/</authorUrl>
     <copyright>Copyright (C) 2013-2014 Reinhold Kainhofer. All rights reserved.</copyright>
     <license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license>
-    <version>1.4.2</version>
+    <version>1.4.3</version>
     <description>VMCUSTOM_ACYBUYER_DESC</description>
     <files>
         <filename plugin="acymailing_subscribe_buyer">acymailing_subscribe_buyer.php</filename>
@@ -52,4 +52,9 @@
             <option value="2">VMCUSTOM_ACYBUYER_ALLOW_ANONYMOUS</option>
         </param>
     </params>
+	
+	<updateservers>
+		<server type="extension" name="VM Customers to AcyMailing Subscription Updates"><![CDATA[http://open-tools.net/UpdateServer/index.php?package=Joomla&amp;extension=AcySubscribeBuyer]]></server>
+	</updateservers>
+
 </extension>
diff --git a/acymailing_subscribe_buyer/tmpl/button_subscribe.php b/acymailing_subscribe_buyer/tmpl/button_subscribe.php
index 72bee4b18fa311b96f3f5de479891b81035d1141..9930df5c2e4edde43c97cea333a5262a24f0d857 100644
--- a/acymailing_subscribe_buyer/tmpl/button_subscribe.php
+++ b/acymailing_subscribe_buyer/tmpl/button_subscribe.php
@@ -5,7 +5,7 @@
  * @package VirtueMart
  * @subpackage custom
  * @copyright Copyright (C) 2013 RK - All rights reserved.
- * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
+ * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.txt
  *
  **/
   
diff --git a/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.ini b/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.ini
index b4733c13c9ae29345a4b9ff7ee056e2a2b0eb1a2..9f9296929549bd850701a4b1e975d9c7e45ea35d 100644
--- a/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.ini
+++ b/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.ini
@@ -1,6 +1,6 @@
-; Virtuemart! Project
-; Copyright (C)  2011 Virtuemart Team. All rights reserved.
-; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
+; VM AcyMailing Subscribe Buyers plugin
+; Copyright (C)  2014 Open Tools. All rights reserved.
+; License http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
 VMCUSTOM_ACYBUYER="Käufer zu AcyMailing hinzufügen für VirtueMart"
diff --git a/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini b/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
index 1098fdf701c0b52869b34cc73b1d6b601eaea1cf..63e400a049173686bb2fbad7b00ada63b6cbb08d 100644
--- a/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
+++ b/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
@@ -1,6 +1,6 @@
-; Virtuemart! Project
-; Copyright (C)  2011 Virtuemart Team. All rights reserved.
-; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
+; VM AcyMailing Subscribe Buyers plugin
+; Copyright (C)  2014 Open Tools. All rights reserved.
+; License http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
 VMCUSTOM_ACYBUYER="Käufer zu AcyMailing hinzufügen für VirtueMart"
diff --git a/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.ini b/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.ini
index c51db474406da3ee199fe455d82eb74dbdda3701..afc4e824c33884e71816b2a4de8372384fcdbe39 100644
--- a/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.ini
+++ b/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.ini
@@ -1,6 +1,6 @@
-; Virtuemart! Project
-; Copyright (C)  2011 Virtuemart Team. All rights reserved.
-; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
+; VM AcyMailing Subscribe Buyers plugin
+; Copyright (C)  2014 Open Tools. All rights reserved.
+; License http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
 VMCUSTOM_ACYBUYER="Subscribe Buyers to AcyMailing for VirtueMart"
diff --git a/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.sys.ini b/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
index 7ae31b69ca8e0d0235cd2c40ea7fe6b301b7d9e5..93d1e2d60e82625e809aa03c2eb2e6983d039857 100644
--- a/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
+++ b/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
@@ -1,6 +1,6 @@
-; Virtuemart! Project
-; Copyright (C)  2011 Virtuemart Team. All rights reserved.
-; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
+; VM AcyMailing Subscribe Buyers plugin
+; Copyright (C)  2014 Open Tools. All rights reserved.
+; License http://www.gnu.org/licenses/gpl.html GNU/GPL, see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
 VMCUSTOM_ACYBUYER="Subscribe Buyers to AcyMailing for VirtueMart"
diff --git a/releases/plg_vmcustom_acymailing_subscribe_buyer_v1.4.3.zip b/releases/plg_vmcustom_acymailing_subscribe_buyer_v1.4.3.zip
new file mode 100644
index 0000000000000000000000000000000000000000..1d6d88060d0b99843d4bd537d165085c23eb1e42
Binary files /dev/null and b/releases/plg_vmcustom_acymailing_subscribe_buyer_v1.4.3.zip differ