-
Notifications
You must be signed in to change notification settings - Fork 2
/
extension.meta.xml
51 lines (51 loc) · 2.24 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
48
49
50
51
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="slider" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Slider Field</name>
<description>A slider with a configurable value range that can either be used with a single handle (select a single value) or with two handles (select a value range).</description>
<repo type="github">https://github.com/twiro/slider</repo>
<url type="discuss">http://getsymphony.com/discuss/thread/55453/</url>
<url type="discuss">https://github.com/twiro/slider/issues</url>
<types>
<type>Field</type>
</types>
<authors>
<author>
<name github="twiro" symphony="roman">Roman Klein</name>
<website>http://romanklein.com</website>
</author>
</authors>
<releases>
<release version="1.3.1" date="2018-09-17" min="2.3.0" max="2.x.x">
- Compatibility with Symphony 2.7.x / PHP 7.x
- Added meta issues link
- Fixed meta schema link
</release>
<release version="1.3.0" date="2016-03-21" min="2.3.0" max="2.x.x">
- Added support for publish filtering (Symphony 2.6+)
- Improved Field Validation (fixes [#13](https://github.com/twiro/slider/issues/13]))
- Enabled datasource parameters
</release>
<release version="1.2.0" date="2016-03-10" min="2.3.0" max="2.5.x">
- Added prepareTableValue (2.5 compatibility)
</release>
<release version="1.1.0" date="2016-03-02" min="2.3.0" max="2.4.x">
- General Code cleanup
- Added validation and error messages for the field's configuration settings
- Added (dynamic) default values for configuration parameters "Start value" and "Increment value"
- Updated Settings Layout
- Removed tables from readme, outsourced the chapter "Filtering syntax" to github wiki
</release>
<release version="1.0-0" date="2016-02-23" min="2.3.0" max="2.4.x">
- Moved from jQuery UI to noUislider
- Refactored, fixed and extended filtering functions
- Minor updates to improve 2.3 compatibility
- General code cleanup
- Rewrote and extended the readme
- Added tests
</release>
<release version="0.2.0" date="2011-12-16" min="2.3.0" />
</releases>
<media>
<item type="image" url="https://cloud.githubusercontent.com/assets/870227/13916199/71cc4c68-ef59-11e5-9810-c217b6e64aa9.png">Publish Area UI</item>
</media>
</extension>