diff --git a/Makefile b/Makefile
index af8f7c7fc4882a5ccb667716ee104e28e4cd01ae..cb37978349776a6cb31f97f10659ba77be4d4cc5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-BASE=acy_subscribe_buyer
+BASE=acymailing_subscribe_buyer
 PLUGINTYPE=vmcustom
-VERSION=1.0
+VERSION=1.1
 
 PLUGINFILES=$(BASE).php $(BASE).script.php $(BASE).xml index.html
 
diff --git a/acy_subscribe_buyer.php b/acymailing_subscribe_buyer.php
similarity index 96%
rename from acy_subscribe_buyer.php
rename to acymailing_subscribe_buyer.php
index 5979b064c658ec42bbb7b113ecd1e58cc3e1eefd..69a97b81a9dcd92ee03d3f29d04c11fffb1a5105 100644
--- a/acy_subscribe_buyer.php
+++ b/acymailing_subscribe_buyer.php
@@ -19,7 +19,7 @@ if(!include_once(rtrim(JPATH_ADMINISTRATOR,DIRECTORY_SEPARATOR).DIRECTORY_SEPARA
 	JFactory::getApplication()->enqueueMessage(JText::_('VMCUSTOM_ACYBUYER_ACYMAILING_NEEDED'), 'error');
 } else {
 
-class plgVmCustomAcy_subscribe_Buyer extends vmCustomPlugin {
+class plgVmCustomAcyMailing_subscribe_Buyer extends vmCustomPlugin {
 
 	function __construct(& $subject, $config) {
 		parent::__construct($subject, $config);
diff --git a/acy_subscribe_buyer.script.php b/acymailing_subscribe_buyer.script.php
similarity index 97%
rename from acy_subscribe_buyer.script.php
rename to acymailing_subscribe_buyer.script.php
index 9ca8deecc28b9e699721740c21b3ffc12270546e..6ae5adade22605128c82143c3cac51699353aacb 100644
--- a/acy_subscribe_buyer.script.php
+++ b/acymailing_subscribe_buyer.script.php
@@ -1,7 +1,7 @@
 <?php
 defined('_JEXEC') or die('Restricted access');
 
-class plgVmCustomAcy_subscribe_BuyerInstallerScript
+class plgVmCustomAcyMailing_subscribe_BuyerInstallerScript
 {
     /**
      * Constructor
diff --git a/acy_subscribe_buyer.xml b/acymailing_subscribe_buyer.xml
similarity index 64%
rename from acy_subscribe_buyer.xml
rename to acymailing_subscribe_buyer.xml
index 8fdf6881a4dabfbb9eabfad881283fa773442293..f645a8d867178a78c83026f449c8d0b291b05e91 100644
--- a/acy_subscribe_buyer.xml
+++ b/acymailing_subscribe_buyer.xml
@@ -3,25 +3,25 @@
     <name>VMCUSTOM_ACYBUYER</name>
     <creationDate>2013-02-24</creationDate>
     <author>Reinhold Kainhofer</author>
-    <authorUrl>http://www.kainhofer.com/</authorUrl>
+    <authorUrl>http://www.open-tools.net/</authorUrl>
     <copyright>Copyright (C) 2013 Reinhold Kainhofer. All rights reserved.</copyright>
     <license>http://www.gnu.org/licenses/gpl.html GNU/GPL v3+</license>
-    <version>1.0.0</version>
+    <version>1.1.0</version>
     <description>VMCUSTOM_ACYBUYER_DESC</description>
     <files>
-        <filename plugin="acy_subscribe_buyer">acy_subscribe_buyer.php</filename>
-        <filename>acy_subscribe_buyer.script.php</filename>
-        <folder>acy_subscribe_buyer</folder>
+        <filename plugin="acymailing_subscribe_buyer">acymailing_subscribe_buyer.php</filename>
+        <filename>acymailing_subscribe_buyer.script.php</filename>
+        <folder>acymailing_subscribe_buyer</folder>
         <filename>index.html</filename>
 	<folder>language</folder>
     </files>
     <languages folder="language">
-	<language tag="en-GB">en-GB/en-GB.plg_vmcustom_acy_subscribe_buyer.ini</language>
-	<language tag="de-DE">de-DE/de-DE.plg_vmcustom_acy_subscribe_buyer.ini</language>
-	<language tag="en-GB">en-GB/en-GB.plg_vmcustom_acy_subscribe_buyer.sys.ini</language>
-	<language tag="de-DE">de-DE/de-DE.plg_vmcustom_acy_subscribe_buyer.sys.ini</language>
+	<language tag="en-GB">en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.ini</language>
+	<language tag="de-DE">de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.ini</language>
+	<language tag="en-GB">en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.sys.ini</language>
+	<language tag="de-DE">de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini</language>
     </languages>
-    <scriptfile>acy_subscribe_buyer.script.php</scriptfile>
+    <scriptfile>acymailing_subscribe_buyer.script.php</scriptfile>
     <params addpath="/administrator/components/com_virtuemart/elements">
         <param type="vmjpluginwarning" />
         <param name="subscribe_buyers_default" type="radio" default="1" label="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE" description="VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE_DESC" >
diff --git a/acy_subscribe_buyer/index.html b/acymailing_subscribe_buyer/index.html
similarity index 100%
rename from acy_subscribe_buyer/index.html
rename to acymailing_subscribe_buyer/index.html
diff --git a/acy_subscribe_buyer/tmpl/button_subscribe.php b/acymailing_subscribe_buyer/tmpl/button_subscribe.php
similarity index 100%
rename from acy_subscribe_buyer/tmpl/button_subscribe.php
rename to acymailing_subscribe_buyer/tmpl/button_subscribe.php
diff --git a/acy_subscribe_buyer/tmpl/index.html b/acymailing_subscribe_buyer/tmpl/index.html
similarity index 100%
rename from acy_subscribe_buyer/tmpl/index.html
rename to acymailing_subscribe_buyer/tmpl/index.html
diff --git a/language/de-DE/de-DE.plg_vmcustom_acy_subscribe_buyer.ini b/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.ini
similarity index 95%
rename from language/de-DE/de-DE.plg_vmcustom_acy_subscribe_buyer.ini
rename to language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.ini
index af13cdaebe798103f583268dd3542774cf588967..f090849a1cb76e05beff7370f3271762270a5685 100644
--- a/language/de-DE/de-DE.plg_vmcustom_acy_subscribe_buyer.ini
+++ b/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.ini
@@ -3,7 +3,7 @@
 ; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
-VMCUSTOM_ACYBUYER="VM Käufer zu AcyMailing Listen hinzufügen"
+VMCUSTOM_ACYBUYER="Käufer zu AcyMailing hinzufügen für VirtueMart"
 VMCUSTOM_ACYBUYER_DESC="VirtueMart Benutzerfeld-Plugin, um Käufer automatisch zu AcyMailing Listen hinzuzufügen, bzw. die manuelle Bestellung/Abbestellung von Newslettern auf der Produkseite zu ermöglichen."
 
 VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE="Käufer automatisch eintragen"
diff --git a/language/de-DE/de-DE.plg_vmcustom_acy_subscribe_buyer.sys.ini b/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
similarity index 84%
rename from language/de-DE/de-DE.plg_vmcustom_acy_subscribe_buyer.sys.ini
rename to language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
index ee2b586607a179cf71f9a8db752630eabe93881d..1098fdf701c0b52869b34cc73b1d6b601eaea1cf 100644
--- a/language/de-DE/de-DE.plg_vmcustom_acy_subscribe_buyer.sys.ini
+++ b/language/de-DE/de-DE.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
@@ -3,5 +3,5 @@
 ; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
-VMCUSTOM_ACYBUYER="VM Käufer zu AcyMailing Listen hinzufügen"
+VMCUSTOM_ACYBUYER="Käufer zu AcyMailing hinzufügen für VirtueMart"
 VMCUSTOM_ACYBUYER_DESC="VirtueMart Benutzerfeld-Plugin, um Käufer automatisch zu AcyMailing Listen hinzuzufügen, bzw. die manuelle Bestellung/Abbestellung von Newslettern auf der Produkseite zu ermöglichen."
diff --git a/language/en-GB/en-GB.plg_vmcustom_acy_subscribe_buyer.ini b/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.ini
similarity index 94%
rename from language/en-GB/en-GB.plg_vmcustom_acy_subscribe_buyer.ini
rename to language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.ini
index 0a88d84cb48ca6eea1b7bea0c4c1a4d50ac70e2e..a38406dbe3172feef03a2d7a387a530d34264645 100644
--- a/language/en-GB/en-GB.plg_vmcustom_acy_subscribe_buyer.ini
+++ b/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.ini
@@ -3,7 +3,7 @@
 ; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
-VMCUSTOM_ACYBUYER="VM Subscribe Buyers to AcyMailing"
+VMCUSTOM_ACYBUYER="Subscribe Buyers to AcyMailing for VirtueMart"
 VMCUSTOM_ACYBUYER_DESC="VirtueMart custom field plugin to automatically subscribe buyers to AcyMailing lists."
 
 VMCUSTOM_ACYBUYER_AUTO_SUBSCRIBE="Auto-subscribe buyers"
diff --git a/language/en-GB/en-GB.plg_vmcustom_acy_subscribe_buyer.sys.ini b/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
similarity index 81%
rename from language/en-GB/en-GB.plg_vmcustom_acy_subscribe_buyer.sys.ini
rename to language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
index 4e373408f55e7b73ee39f968b444d7f0b034d3df..7ae31b69ca8e0d0235cd2c40ea7fe6b301b7d9e5 100644
--- a/language/en-GB/en-GB.plg_vmcustom_acy_subscribe_buyer.sys.ini
+++ b/language/en-GB/en-GB.plg_vmcustom_acymailing_subscribe_buyer.sys.ini
@@ -3,5 +3,5 @@
 ; License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
 ; Note : All ini files need to be saved as UTF-8 - No BOM
 
-VMCUSTOM_ACYBUYER="VM Subscribe Buyers to AcyMailing"
+VMCUSTOM_ACYBUYER="Subscribe Buyers to AcyMailing for VirtueMart"
 VMCUSTOM_ACYBUYER_DESC="VirtueMart custom field plugin to automatically subscribe buyers to AcyMailing lists."
diff --git a/releases/plg_vmcustom_acymailing_subscribe_buyer_v1.1.zip b/releases/plg_vmcustom_acymailing_subscribe_buyer_v1.1.zip
new file mode 100644
index 0000000000000000000000000000000000000000..b486b1998c5fc86a0345632c95df2487e0c41e53
Binary files /dev/null and b/releases/plg_vmcustom_acymailing_subscribe_buyer_v1.1.zip differ