Updated version, fixed manifest structure
This commit is contained in:
parent
67db3f52b7
commit
dc87f8c599
@ -1,3 +1,7 @@
|
|||||||
|
v2.0.5: 14.06.2018
|
||||||
|
- Fixed JS error, thanks to hartois
|
||||||
|
- Fixed manifest.xml structure (validation now succeeds)
|
||||||
|
|
||||||
v2.0.4: 08.03.2018
|
v2.0.4: 08.03.2018
|
||||||
- Small bugfixes
|
- Small bugfixes
|
||||||
- Updated documentation
|
- Updated documentation
|
||||||
|
@ -2,19 +2,19 @@
|
|||||||
<!DOCTYPE plugin SYSTEM "manifest.dtd">
|
<!DOCTYPE plugin SYSTEM "manifest.dtd">
|
||||||
<plugin version="2">
|
<plugin version="2">
|
||||||
<info>
|
<info>
|
||||||
<version>2.0.4</version>
|
<version>2.0.5</version>
|
||||||
<name>contactimporter</name>
|
<name>contactimporter</name>
|
||||||
<title>VCF Contact Importer/Exporter</title>
|
<title>VCF Contact Importer/Exporter</title>
|
||||||
<author>Christoph Haas</author>
|
<author>Christoph Haas</author>
|
||||||
<authorURL>http://www.sprinternet.at</authorURL>
|
<authorURL>http://www.sprinternet.at</authorURL>
|
||||||
<description>Import or export a VCF file to/from the Kopano WebApp address-book</description>
|
<description>Import or export a VCF file to/from the Kopano WebApp address-book</description>
|
||||||
</info>
|
</info>
|
||||||
<translations>
|
|
||||||
<translationsdir>languages</translationsdir>
|
|
||||||
</translations>
|
|
||||||
<config>
|
<config>
|
||||||
<configfile>config.php</configfile>
|
<configfile>config.php</configfile>
|
||||||
</config>
|
</config>
|
||||||
|
<translations>
|
||||||
|
<translationsdir>languages</translationsdir>
|
||||||
|
</translations>
|
||||||
<components>
|
<components>
|
||||||
<component>
|
<component>
|
||||||
<files>
|
<files>
|
||||||
|
Loading…
Reference in New Issue
Block a user