-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
22 lines (22 loc) · 947 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="console" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Console</name>
<description>Provides access to the Symphony core from the command line.</description>
<repo type="github">https://github.com/pointybeard/console</repo>
<url type="discuss">https://github.com/pointybeard/console</url>
<types>
<type>Utility</type>
</types>
<authors>
<author>
<name github="pointybeard" symphony="team">Alannah Kearney</name>
<website>http://alannahkearney.com</website>
</author>
</authors>
<releases>
<release version="1.1.1" date="2019-09-06" min="2.7.10" />
<release version="1.1.0" date="2019-06-17" min="2.7" />
<release version="1.0.1" date="2019-06-02" min="2.7" />
<release version="0.1.0" date="2018-04-20" min="2.7" />
</releases>
</extension>