Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoerrmann committed Jun 5, 2017
1 parent bd035c3 commit e0aa176
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions extension.meta.xml
@@ -1,22 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension id="timefield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<extension id="timefield" status="released" xmlns="http://www.getsymphony.com/schemas/extension/1.0">
<name>Time Field</name>
<description>A field for hours, minutes, and seconds; filterable by value or range.</description>
<repo type="github">https://github.com/symphonists/timefield</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/207/</url>
<url type="discuss">http://www.getsymphony.com/discuss/thread/207/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>http://symphony-cms.com</website>
<website>http://www.getsymphony.com/</website>
</author>
</authors>
<releases>
<release version="2.0.0" date="2017-06-05" min="2.6">
- Fix compatibility with latest Symphony version, use `Widget::Error`
</release>
<release version="1.6.1" date="2012-05-16" min="2.3" />
<release version="1.6" date="2012-03-19" min="2.3" />
<release version="1.5" date="2011-12-17" min="2.0.6" max="2.2.x" />
<release version="1.4" date="2008-04-15" min="2.0" max="2.0.5" />
<release version="1.6.0" date="2012-03-19" min="2.3" />
<release version="1.5.0" date="2011-12-17" min="2.0.6" max="2.2.x" />
<release version="1.4.0" date="2008-04-15" min="2.0" max="2.0.5" />
</releases>
</extension>
</extension>

0 comments on commit e0aa176

Please sign in to comment.