Skip to content
Snippets Groups Projects
Commit 56a5e52b authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

V1.4.3: License; Add automatic updates

parent b9524b6e
Branches
Tags 1.4.3
No related merge requests found
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)
<?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>
......@@ -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
*
**/
......
; 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"
......
; 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"
......
; 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"
......
; 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"
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment