forked from tonyarnold/symphony-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 24
/
extension.meta.xml
24 lines (23 loc) · 1.03 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
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="ckeditor" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>CKEditor</name>
<description>Includes CKEditor, a web-based XHTML editor developed by Frederico Knabben. It also has an integrated file browser which uses Symphony sections to get it's files from.</description>
<repo type="github">https://github.com/TwistedInteractive/ckeditor</repo>
<types>
<type>Text Formatter</type>
</types>
<authors>
</authors>
<releases>
<release version="1.4" date="2013-03-04" min="2.3">
- Updated to CKEditor 4.0.1.1
- Added templates for toolbars
- Fixed link templates + page links (got accidentally deleted in previous update)
</release>
<release version="1.3.3" date="2012-08-15" min="2.3"/>
<release version="1.3.2" date="2012-05-09" min="2.3"/>
<release version="1.3.1" date="2012-05-04" min="2.2.x"/>
<release version="1.3" date="2012-04-24" min="2.2.x"/>
<release version="1.1" date="2011-02-21" min="2.1.2"/>
</releases>
</extension>