forked from DeuxHuitHuit/extension_downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
36 lines (36 loc) · 1.26 KB
/
extension.meta.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
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<extension id="extension_downloader" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Extension Downloader</name>
<description>
An extension that makes it easy to download others extensions directly from the backend.
Uses data from http://symphonyextensions.com
</description>
<repo type="github">https://github.com/DeuxHuitHuit/extension_downloader</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/105760/</url>
<url type="issues">https://github.com/DeuxHuitHuit/extension_downloader/issues</url>
<types>
<type>Extensions</type>
<type>Installer</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com</website>
</author>
</authors>
<dependencies>
<!-- None -->
</dependencies>
<releases>
<release version="1.1.1" date="2016-03-07" min="2.3" max="2.x.x">
- Updated compatibility info
</release>
<release version="1.1" date="2014-06-13" min="2.3" max="2.4.x">
- Added support for xsrf token.
</release>
<release version="1.0" date="2014-03-25" min="2.3" max="2.4.x">
- First release
</release>
</releases>
</extension>