forked from tachyondecay/preview_textarea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extension.meta.xml
43 lines (43 loc) · 1.9 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<extension id="preview_textarea" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Preview Textarea</name>
<description>Generates a live preview lightbox of the formatted version of a textarea while editing an entry.</description>
<repo type="github">https://github.com/tachyondecay/preview_textarea</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/75608/</url>
<types>
<type>Interface</type>
<type>Workflow</type>
</types>
<authors>
<author>
<name github="tachyondecay" symphony="tachyondecay" twitter="tachyondecay">Ben Babcock</name>
<website>http://tachyondecay.net/</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/tachyondecay/preview_textarea/media/preview_textarea.png">Preview Textarea: Generates a live preview lightbox of the formatted version of a textarea while editing an entry.</item>
</media>
<releases>
<release version="1.1" date="2012-05-09" min="2.3">
<![CDATA[
- Extension now uses the static `TextFormatterManager` available as of Symphony 2.3.
]]>
</release>
<release version="1.0.3" date="2011-12-28">
<![CDATA[
- [#5](https://github.com/tachyondecay/preview_textarea/issues/5): Users can override the lightbox's default styling by editing a custom CSS file.
]]>
</release>
<release version="1.0.2" date="2011-08-20">
<![CDATA[
- [#3](https://github.com/tachyondecay/preview_textarea/pull/3): Changed jQuery selector to work with 'MarkItUp' enhanced fields. (Thanks to [@henrysingleton](https://github.com/henrysingleton))
]]>
</release>
<release version="1.0.1" date="2011-08-19">
<![CDATA[
- [#2](https://github.com/tachyondecay/preview_textarea/issues/2): Override some of the backend styles for the preview box.
]]>
</release>
<release version="1.0.0" date="2011-08-16" min="2.2" max="2.3.x" />
</releases>
</extension>