forked from symphonycms/numberfield
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.meta.xml
More file actions
26 lines (26 loc) · 1.04 KB
/
extension.meta.xml
File metadata and controls
26 lines (26 loc) · 1.04 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="numberfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Number Field</name>
<description>Dedicated number storage</description>
<repo type="github">https://github.com/symphonycms/numberfield</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/144/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>http://symphony-cms.com</website>
</author>
</authors>
<releases>
<release version="1.5" date="2011-12-17" min="2.1.0" max="2.2.x">
- New filtering support which is safer and more powerful. `X to B`,
`equal to or less than X`, `less than X` and their `greater than` variants
are now included thanks to [@jonathanh32](https://github.com/jonathanh32).
Old datasource filters will not work and will need to be resaved.
- Minor code tidy up
</release>
<release version="1.4.1" date="2011-03-11" min="2.1.0" />
</releases>
</extension>