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:
|
calendarimporter 2.2.2:
|
||||||
- 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.2.2</version>
|
<version>2.2.3</version>
|
||||||
<name>calendarimporter</name>
|
<name>calendarimporter</name>
|
||||||
<title>ICS Calendar Importer/Exporter</title>
|
<title>ICS Calendar 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 ICS file to/from the Kopano calendar</description>
|
<description>Import or export a ICS file to/from the Kopano calendar</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