Hi
Thanks for a very good component.
However, I think there is a bug in the way the component searches for existing extensions and their versions on the master site, when you install at slave-site.
* The name of the extension is not identical to the one installed by the master site.
* (Found name: 'Content Field - Select' expected: 'Content Field - Multipleselect')
* The version of the extension is not identical to the one installed by the master site.
* (Found version: '1.5' expected: '1.0')
* Install Plugin Error
It seems, that if you have two specific extensions at the master site that contains the same word, installation at the slave site finds the first extension that just contains the extension name in stead of an exact match.
It's the same with 'Content Field - Email' and 'Content Field - Mail'.
The component should look for an exact match. See XML below.
Hope for your solution soon.
Thanks in advance
Thomas Leth
Multipleselect
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="joomsuite_content_fields" method="upgrade">
<name>Content Field - Multipleselect</name>
<author>JoomSuite</author>
<creationDate>Januar 2009</creationDate>
<copyright>Copyright (C) 2005 - 2009 JoomSuite. All rights reserved.</copyright>
<license>Commercial</license>
<authorEmail>support@joomsuite.com</authorEmail>
<authorUrl>www.joomsuite.com</authorUrl>
<version>1.0</version>
<description>Plugin for JoomSuite Content add new field type (Multipleselect)</description>
<files>
<filename plugin="multipleselect">multipleselect.php</filename>
</files>
Select
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="joomsuite_content_fields" method="upgrade">
<name>Content Field - Select</name>
<author>JoomSuite</author>
<creationDate>May 2008</creationDate>
<copyright>Copyright (C) 2005 - 2008 JoomSuite. All rights reserved.</copyright>
<license>Commercial</license>
<authorEmail>support@joomsuite.com</authorEmail>
<authorUrl>www.joomsuite.com</authorUrl>
<version>1.5</version>
<description>Plugin for JoomSuite Content add new field type (Select)</description>
<files>
<filename plugin="select">select.php</filename>
</files>