forked from symphonists/publishfiltering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
29 lines (29 loc) · 1.1 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="publishfiltering" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Publish Filtering</name>
<description>Adds keyword search and column filtering to entry lists in the Symphony backend.</description>
<repo type="github">https://github.com/symphonists/publishfiltering</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/742/</url>
<types>
<type>Workflow</type>
<type>Search</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
<website>http://getsymphony.com</website>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<releases>
<release version="2.0" date="2013-08-30" min="2.3.3">
- Code clean-up
</release>
<release version="1.7.0" date="2012-03-27" min="2.3.x" />
<release version="1.6.1" date="2011-05-08" min="2.2" max="2.2.x" />
<release version="1.4.1" date="2011-05-08" min="2.0.6" max="2.1.x" />
</releases>
</extension>