forked from symphonycms2-extensions/richtext_redactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
21 lines (21 loc) · 877 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="richtext_redactor" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Rich Text (Redactor) Text Formatter</name>
<description>WYSIWYG for your text areas</description>
<repo type="github">https://github.com/remie/richtext_redactor</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/92884/</url>
<types>
<type>Text Formatters</type>
</types>
<authors>
<author>
<name github="remie" symphony="remie">Remie Bolte</name>
</author>
</authors>
<releases>
<release version="1.1.1" date="2012-09-30" min="2.3.0" max="2.3.x" />
<release version="1.1.0" date="2012-09-30" min="2.3.0" max="2.3.x" />
<release version="1.0.0" date="2012-09-28" min="2.3.0" max="2.3.x" />
<release version="0.9.0" date="2012-09-16" min="2.3.0" max="2.3.x" />
</releases>
</extension>