-
Notifications
You must be signed in to change notification settings - Fork 44
/
CHANGELOG
101 lines (70 loc) · 1.87 KB
/
CHANGELOG
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
2016-02-04 v2.2.2
-----------------
* Adding public for better readability
* Added standard Travis config
* Added standard editor config
* Added standard code of conduct
* Added standard git attributes
2015-11-20 v2.2.1
-----------------
* Added standard Scrutinizer config
* Update translations
* DOC Composer branch-alias bump
2015-11-02 v2.2.0
-----------------
* 3.2 compatibility
* FIX phpdoc blocks referring to Objects to built-in types of PHP
* Remove trailing spaces in the codebase
* FIX Adjust width to being 'min' width instead of fixed
* FIX some layout issues with drag icon
2015-08-20 v2.1.1
-----------------
* Update translations
2015-06-03 v2.1.0
-----------------
* NEW Re-order multivalue fields
2015-05-18 v2.0.6
-----------------
* Making sure the LICENSE existed.
2015-02-24 v2.0.5
-----------------
* Update translations
* FIX remove explicit raw2att call
* FIX Swap to using self::create_tag to avoid using deprecated method
2015-01-16 v2.0.4
-----------------
* Update docs
* Update composer.json
2014-08-21 v2.0.3
-----------------
* Update translations
2014-01-27 v2.0.2
-----------------
* Add new lang strings
* API Added store keys for MultiValueCheckboxField
2013-11-08 v2.0.1
-----------------
* Update composer.json
* Update docs
2013-11-08 v2.0.0
-----------------
* Fixed unit tests
* Travis CI support
* Update docs
* Transifex support
* FIX Remove call to getTabIndex
2013-09-04 v1.0.0
-----------------
* 3.x compat updates
2012-03-02 v0.2.2
-----------------
* forTemplate() now includes the Key as a property that can be output in
the template
2011-11-24 v0.2.1
-----------------
* Change setName to not do anything if there's already a name. DataObject
sometimes calls this (even though it shouldn't...)
2011-07-12 v0.2.0
-----------------
* Added a KeyValueField for entering in key/value pairs that get stored in the
MultiValueField