forked from SFWLtd/plg_user_teamroles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.xml
33 lines (33 loc) · 1.32 KB
/
update.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
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update>
<name>Joomdle Team Roles</name>
<description>Syncs Joomla usergroup teams with Moodle mentor/mentee relationships</description>
<element>teamroles</element>
<type>plugin</type>
<folder>user</folder>
<version>1.1.0</version>
<client>0</client>
<infourl title="Joomdle Team Roles plugin">https://github.com/SFWLtd/plg_user_teamroles/releases/tag/1.1.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/SFWLtd/plg_user_teamroles/archive/1.1.0.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[56789]" />
<php_minimum>5.4.0</php_minimum>
</update>
<update>
<name>Joomdle Team Roles</name>
<description>Syncs Joomla usergroup teams with Moodle mentor/mentee relationships</description>
<element>teamroles</element>
<type>plugin</type>
<folder>user</folder>
<version>1.3.0</version>
<client>0</client>
<infourl title="Joomdle Team Roles plugin">https://github.com/SFWLtd/plg_user_teamroles/releases/tag/1.3.0</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/SFWLtd/plg_user_teamroles/archive/1.3.0.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3.[56789]" />
<php_minimum>5.4.0</php_minimum>
</update>
</updates>