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
|
||||
- Small bugfixes
|
||||
- Updated documentation
|
||||
|
@ -2,19 +2,19 @@
|
||||
<!DOCTYPE plugin SYSTEM "manifest.dtd">
|
||||
<plugin version="2">
|
||||
<info>
|
||||
<version>2.0.4</version>
|
||||
<version>2.0.5</version>
|
||||
<name>contactimporter</name>
|
||||
<title>VCF Contact Importer/Exporter</title>
|
||||
<author>Christoph Haas</author>
|
||||
<authorURL>http://www.sprinternet.at</authorURL>
|
||||
<description>Import or export a VCF file to/from the Kopano WebApp address-book</description>
|
||||
</info>
|
||||
<translations>
|
||||
<translationsdir>languages</translationsdir>
|
||||
</translations>
|
||||
<config>
|
||||
<configfile>config.php</configfile>
|
||||
</config>
|
||||
<translations>
|
||||
<translationsdir>languages</translationsdir>
|
||||
</translations>
|
||||
<components>
|
||||
<component>
|
||||
<files>
|
||||
|
Loading…
Reference in New Issue
Block a user