forked from verbb/buttonbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-notes.json
More file actions
84 lines (84 loc) · 1.81 KB
/
release-notes.json
File metadata and controls
84 lines (84 loc) · 1.81 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
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
[
{
"version" : "1.3.3",
"date" : "1-7-2016",
"notes" : [
{
"type" : "improved",
"message" : "Use label text for image title when label is hidden (thanks @michaelroper)."
}
]
},
{
"version" : "1.3.2",
"date" : "29-1-2015",
"notes" : [
{
"type" : "added",
"message" : "Added support for PHP 5.3 to fancy options fields (text size and colours)."
}
]
},
{
"version" : "1.3.1",
"date" : "9-1-2015",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed a bug where fancy options fields (text size and colours) were not showing if there was no default option selected."
}
]
},
{
"version" : "1.3",
"date" : "3-12-2014",
"notes" : [
{
"type" : "added",
"message" : "Added more images for use with Buttons."
},
{
"type" : "added",
"message" : "Added a ‘Display full width’ option that allows button groups to flow full with."
},
{
"type" : "fixed",
"message" : "Fixed a bug where the stars weren’t getting their selected state when disabled."
},
{
"type" : "fixed",
"message" : "Fixed a bug where the stars were appearing in the wrong order."
}
]
},
{
"version" : "1.2",
"date" : "21-11-2014",
"notes" : [
{
"type" : "added",
"message" : "Added a ‘Display as graphic’ option that allows the buttons to go to the height of the provided images."
}
]
},
{
"version" : "1.1",
"date" : "20-11-2014",
"notes" : [
{
"type" : "improved",
"message" : "Text Size and Colours now use native Craft js and so don't interfere with Live Preview or cause other problems."
}
]
},
{
"version" : "1.0",
"date" : "19-11-2014",
"notes" : [
{
"type" : "added",
"message" : "Initial release"
}
]
}
]