forked from symphonists/textboxfield
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.meta.xml
108 lines (108 loc) · 4.78 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="UTF-8"?>
<extension id="textboxfield" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>Text Box</name>
<description>The Text Box field is a replacement for both the standard text input and textarea fields. It combines both to create a field that supports text formatting and validation rules.</description>
<repo type="github">https://github.com/symphonists/textboxfield</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/387/</url>
<types>
<type>Field Types</type>
<type>Field</type>
<type>Text</type>
<type>Textbox</type>
</types>
<authors>
<author>
<name github="symphonists">Symphony Community</name>
<website>https://github.com/symphonists</website>
</author>
<author>
<name github="rowan-lewis" symphony="buzzomatic">Rowan Lewis</name>
<website>http://nbsp.io</website>
</author>
</authors>
<releases>
<release version="2.5.3" date="2016-03-17" min="2.6.0" max="2.x.x">
- Fix problem on update
</release>
<release version="2.5.2" date="2016-03-07" min="2.6.0" max="2.x.x">
- Updated compatibility info
</release>
<release version="2.5.1" date="2015-12-07" min="2.6.0" max="2.6.x">
- Fix quotes encoding problems
</release>
<release version="2.5.0" date="2014-12-17" min="2.6.0" max="2.6.x">
- Support for Symphony 2.6+
</release>
<release version="2.4.0" date="2014-08-13" min="2.4" max="2.5.x">
- Official support for Symphony 2.4+
- [#1](https://github.com/symphonists/textboxfield/issues/1) Trim and tidy empty values
- Fix Datasource Filtering hints
</release>
<release version="2.3.4" date="2014-04-02" min="2.3.2">
- Add unique constraint for `entry_id` column
- Fix empty value handling
- Replace named entity with numeric entity
</release>
<release version="2.3.3" date="2013-07-09" min="2.3.2">
- Add class to the filter prefixes on the DSE for Symphony 2.3.3 compatibility
- Add Polish translation. Thanks @idea07
</release>
<release version="2.3.2" date="2013-06-04" min="2.3.2">
- Add support for `ImportableField` and `ExportableField` interfaces
- Fix grouping output for field. Thanks @PascalPiche
- Improve localisation. Thanks @jurajkapsz
</release>
<release version="2.3.1" date="2013-02-03" min="2.3">
- General cleanup of Field to align closer with the core implementations.
- Added Italian translation.
- Fix character limiter feature, now with better UTF-8 support.
- Add 'None' when the Textbox field is the first display column and the entry has no data so the entry link is created.
</release>
<release version="2.3" date="2012-06-02" min="2.3">
- General maintenance for Symphony 2.3.
- Added German translation.
- Fixed issue where text formatter was causing corrupt handles.
- Sorting is now done on `handle`, rather than `value` for a speed boost.
- Fix empty elements appearing in the XML.
</release>
<release version="2.2" date="2011-04-11" min="2.2" max="2.2.5">
- Fixed incorrect setting name for `column_length`.
- Fixed issue causing JavaScript to be executed on the wrong page.
- Don't rely on MySQL to create tables with the MyISAM, do it ourself.
</release>
<release version="2.1" date="2010-11-01" min="2.1">
- Added checkbox to wrap output in CDATA regardless of formatting.
- Added checkbox to toggle inclusion of handles in output.
- Output values instead of handles as parameters if handles are disabled.
- Fixed datasource filter editor JavaScript.
- A couple of other minor issues.
</release>
<release version="2.0.14" date="2010-02-19">
- Improved upgrade process.
- Added a setting that lets you display more than 75 characters in publish table columns.
</release>
<release version="2.0.11" date="2009-12-09">
- Really fixed the upgrade issues, *really!*
- Changed the way handles are created to make sure they are always unique.
</release>
<release version="2.0.10" date="2009-12-01">
- Fixed issue where upgrades for 2.0.9 where not being applied due to a Symphony bug.
</release>
<release version="2.0.9" date="2009-12-01">
- Added a fancy interface to select filter modes when editing data sources.
- Added ability to limit input to a specified length.
- Fixed a few minor bugs.
</release>
<release version="2.0.6" date="2009-07-24">
- Added 'raw' output mode to get unformatted data.
- Added delegates to modify the publish panel.
</release>
<release version="2.0.4" date="2009-06-20">
- Fixed a couple of minor issues with data sanitisation.
- Added `starts-with`, `ends-with` and `contains` filter methods.
</release>
<release version="2.0.2" date="2009-05-11">
- This is a complete rewrite of the old extension, it isn't backwards compatible, so don't try to upgrade.
</release>
</releases>
</extension>