-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.xml
27 lines (27 loc) · 1008 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>Kunena Pushalert Plugin</name>
<description>Plugin to push new Kunena posts with pushalert.co</description>
<element>pushalert</element>
<type>plugin</type>
<client>0</client>
<client_id>0</client_id>
<version>0.5.2</version>
<folder>kunena</folder>
<infourl title="Kunena Pushalert Plugin">https://github.com/pfitzer/kunena-pushalert/releases/tag/0.5.2
</infourl>
<maintainer>Michael Pfister</maintainer>
<maintainerurl>https://www.mp-development.de</maintainerurl>
<tags>
<tag>stable</tag>
</tags>
<downloads>
<downloadurl type="full" format="zip">
https://github.com/pfitzer/kunena-pushalert/archive/0.5.2.zip
</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[89]"/>
<php_minimum>7</php_minimum>
</update>
</updates>