forked from TwistedInteractive/author_roles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
25 lines (25 loc) · 1.12 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="author_roles" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Author Roles</name>
<description>Add Roles to Symphony</description>
<repo type="github">https://github.com/TwistedInteractive/author_roles</repo>
<types>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="TwistedInteractive">Twisted Interactive</name>
<website>http://www.twisted.nl</website>
</author>
</authors>
<releases>
<release version="1.0" date="2011-03-17" min="2.2" max="2.2.5" />
<release version="1.1" date="2012-05-08" min="2.3" />
<release version="1.2" date="2012-10-04" min="2.3">
Added functionality to hide menu elements created by other extensions. __Important:__ Since extensions can
not (yet) influence the execution order of extensions in Symphony, you need to apply a tiny little 'hack'
to Symphony to make sure the 'Author Roles'-extension is executed as last, after all other extensions have
made their possible modifications to the navigation. Read the readme for more details.
</release>
</releases>
</extension>