diff --git a/Makefile b/Makefile index f1ee0e315affd1fbf1ced6957b8bd90758371ab5..e2a6910cf6893baebd38749be3ca7bacbd0759ef 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ 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 diff --git a/buyer_assign_group.php b/buyer_assign_group.php index 77d0b9b77a39ec7fa73419035e2286e3b82a2c56..2fd5456077d8e6a30bb561714a48c347fe94836a 100644 --- a/buyer_assign_group.php +++ b/buyer_assign_group.php @@ -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: diff --git a/buyer_assign_group.xml b/buyer_assign_group.xml index 846b38ced01fc2a42f1632efedee722533458077..c3f0b0d79e17ebc70a8277e7c2d2423370887b2b 100644 --- a/buyer_assign_group.xml +++ b/buyer_assign_group.xml @@ -1,12 +1,12 @@ <?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> diff --git a/releases/plg_opentools_vm2_buyer_assign_group_v1.3.zip b/releases/plg_opentools_vm2_buyer_assign_group_v1.3.zip new file mode 100644 index 0000000000000000000000000000000000000000..5f22850b7c1e1062a84389038f6b9bd1ce706eec Binary files /dev/null and b/releases/plg_opentools_vm2_buyer_assign_group_v1.3.zip differ