-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.meta.xml
27 lines (27 loc) · 962 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
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<extension id="lock_entry" status="experimental" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Lock Entry</name>
<description>Lock entry if it's being edited by another author.</description>
<repo type="github">https://github.com/andrewminton/entry_lock</repo>
<url type="thread">http://symphony-cms.com/discuss/thread/85318/</url>
<url type="thread">http://symphony-cms.com/discuss/thread/22779/</url>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="andrewminton" symphony="moonoo2">Andrew Minton</name>
<website>http://www.andrewminton.co.uk</website>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://www.nickdunn.co.uk</website>
</author>
</authors>
<dependencies>
<!-- None -->
</dependencies>
<releases>
<release version="0.8" date="2012-05-26" min="2.3" max="2.3.x"/>
</releases>
</extension>