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

Rename plugin according to JED rules.

parent a1471c18
No related branches found
No related tags found
No related merge requests found
Showing with 18 additions and 18 deletions
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
......
......@@ -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);
......
<?php
defined('_JEXEC') or die('Restricted access');
class plgVmCustomAcy_subscribe_BuyerInstallerScript
class plgVmCustomAcyMailing_subscribe_BuyerInstallerScript
{
/**
* Constructor
......
......@@ -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" >
......
......@@ -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"
......
......@@ -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."
......@@ -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"
......
......@@ -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."
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment