Updated version, fixed manifest structure
This commit is contained in:
parent
f89f96dc59
commit
a9e0b1feb6
@ -1,3 +1,7 @@
|
||||
v2.2.3: 14.06.2018
|
||||
- Fixed JS error, thanks to hartois
|
||||
- Fixed manifest.xml structure (validation now succeeds)
|
||||
|
||||
calendarimporter 2.2.2:
|
||||
- updated documentation
|
||||
|
||||
|
@ -2,19 +2,19 @@
|
||||
<!DOCTYPE plugin SYSTEM "manifest.dtd">
|
||||
<plugin version="2">
|
||||
<info>
|
||||
<version>2.2.2</version>
|
||||
<version>2.2.3</version>
|
||||
<name>calendarimporter</name>
|
||||
<title>ICS Calendar Importer/Exporter</title>
|
||||
<author>Christoph Haas</author>
|
||||
<authorURL>http://www.sprinternet.at</authorURL>
|
||||
<description>Import or export a ICS file to/from the Kopano calendar</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