Skip to content

Commit

Permalink
Add extension.meta.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Dec 16, 2011
1 parent 6340238 commit ac968b4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,3 @@ Although the update should address this, fields that used a previous version (<

Information about [installing and updating extensions](http://symphony-cms.com/learn/tasks/view/install-an-extension/) can be found in the Symphony documentation at <http://symphony-cms.com/learn/>.


## Change Log

**Version 1.12**
- Bugfix to correctly use Markdown Extra parser when required instead of vanilla Markdown.

**Version 1.11**
- Added back the "Markdown Extra" and "Markdown Extra with SmartyPants" formatters. The "Markdown with HTML Purifier" does not use the Extra or SmartyPants libraries.

**Version 1.10**

- Using updated PHP Markdown library. v1.2.4
- Added [HTML Purifier](http://htmlpurifier.org/) v4.0.0 to help prevent XSS and other attacks on input

31 changes: 31 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension id="markdown" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Markdown Text Formatter</name>
<description>Text formatter that ships with Symphony</description>
<repo type="github">https://github.com/symphonycms/markdown</repo>
<url type="discuss" />
<types>
<type>Text Formatters</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>http://symphony-cms.com</website>
</author>
</authors>
<releases>
<release version="1.13" date="2011-02-08" min="2.0.7" max="2.2.x">
- Resolve the Markdown class properly
</release>
<release version="1.12" date="2010-10-20" min="2.0.7">
- Bugfix to correctly use Markdown Extra parser when required instead of vanilla Markdown.
</release>
<release version="1.11" date="2010-04-30" min="2.0.7">
- Added back the "Markdown Extra" and "Markdown Extra with SmartyPants" formatters. The "Markdown with HTML Purifier" does not use the Extra or SmartyPants libraries.
</release>
<release version="1.10" date="2011-03-17" min="2.0.7">
- Using updated PHP Markdown library. v1.2.4
- Added [HTML Purifier](http://htmlpurifier.org/) v4.0.0 to help prevent XSS and other attacks on input
</release>
</releases>
</extension>

0 comments on commit ac968b4

Please sign in to comment.