Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VirtueMart
Add Buyers to Joomla Groups for VirtueMart
Commits
cbf48aa8
Commit
cbf48aa8
authored
Oct 31, 2014
by
Reinhold Kainhofer
Browse files
V1.3: Correctly let the plugin create the database table
parent
3ba0517b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cbf48aa8
BASE
=
buyer_assign_group
PLUGINTYPE
=
vmcustom
ZIPBASE
=
opentools_vm2
VERSION
=
1.
2
VERSION
=
1.
3
PLUGINFILES
=
$(BASE)
.php
$(BASE)
.script.php
$(BASE)
.xml index.html
...
...
buyer_assign_group.php
View file @
cbf48aa8
...
...
@@ -64,8 +64,8 @@ class plgVmCustomBuyer_Assign_Group extends vmCustomPlugin {
* We must reimplement this triggers for joomla 1.7
* vmplugin triggers note by Max Milbers
*/
public
function
plgVmOnStoreInstallPluginTable
(
$psType
,
$name
)
{
return
$this
->
onStoreInstallPluginTable
(
$psType
,
$name
);
public
function
plgVmOnStoreInstallPluginTable
(
$psType
)
{
return
$this
->
onStoreInstallPluginTable
(
$psType
);
}
// VM2 Compat:
...
...
buyer_assign_group.xml
View file @
cbf48aa8
<?xml version="1.0" encoding="UTF-8" ?>
<extension
version=
"2.5"
type=
"plugin"
group=
"vmcustom"
method=
"upgrade"
>
<name>
VMCUSTOM_BUYER_GROUP
</name>
<creationDate>
2014-
04-07
</creationDate>
<creationDate>
2014-
10-31
</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.
2
</version>
<version>
1.
3
</version>
<description>
VMCUSTOM_BUYER_GROUP_DESC
</description>
<files>
<filename
plugin=
"buyer_assign_group"
>
buyer_assign_group.php
</filename>
...
...
releases/plg_opentools_vm2_buyer_assign_group_v1.3.zip
0 → 100644
View file @
cbf48aa8
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment