forked from pointybeard/numberfield
-
Notifications
You must be signed in to change notification settings - Fork 9
/
extension.meta.xml
47 lines (47 loc) · 1.87 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
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<extension id="numberfield" status="released" xmlns="http://getsymphony.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://getsymphony.com/discuss/thread/144/</url>
<types>
<type>Field Types</type>
</types>
<authors>
<author>
<name github="symphonycms" symphony="team">Symphony Team</name>
<website>http://getsymphony.com</website>
</author>
</authors>
<releases>
<release version="1.7.2" date="2017-08-23" min="2.5.x" max="2.x.x">
- PHP7 Compatibility for Symphony 2.x.x
</release>
<release version="1.7.1" date="2016-01-05" min="2.5" max="2.6.x">
- Set 'entry_id' as unique
</release>
<release version="1.7" date="2014-12-22" min="2.5" max="2.6.x">
- Support Symphony 2.5+
</release>
<release version="1.6.1" date="2013-02-25" min="2.3.2" max="2.4.x">
- Update `ImportableField` support
- Add Russian language
- Add support for filtering using symbols, <, >, <= and >=
</release>
<release version="1.6" date="2012-05-12" min="2.3">
- Symphony 2.3 compatibility
</release>
<release version="1.5.1" date="2012-05-12" min="2.1.0" max="2.2.x">
- README updates to describe available datasource filtering
- Implement `processRawFieldData` function
</release>
<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>