forked from mmikkel/Reasons-Craft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
releases.json
99 lines (99 loc) · 3.67 KB
/
releases.json
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
[
{
"version": "1.0.8",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-11-19T10:00:00-08:00",
"notes": [
"[Fixed] Fixes issue with AND conditionals not working as expected"
]
},
{
"version": "1.0.7",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-10-01T10:00:00-08:00",
"notes": [
"[Fixed] Fixes minor JavaScript bug"
]
},
{
"version": "1.0.6",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-07-10T10:00:00-08:00",
"notes": [
"[Added] Support for the Button Box plugin fieldtypes as toggle fields",
"[Improved] Changed position and label for 'Manage conditionals' in FLD",
"[Fixed] Lightswitch toggles now work when using the space key"
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-07-06T10:00:00-08:00",
"notes": [
"[Added] Support for Entries, Assets, Tags, Users and Categories fieldtypes as toggle fields",
"[Added] Support for Solspace Calendar Events fieldtype as toggle fields",
"[Added] Full support for Solspace Calendar",
"[Improved] Reasons will no longer cache conditionals if devMode is enabled",
"[Improved] Hidden fields are no longer tabbable/focusable"
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-05-25T10:00:00-08:00",
"notes": [
"[Fixed] Fixes a rare issue where Reasons would hide fields inside Matrix blocks"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-03-02T10:00:00-08:00",
"notes": [
"[Fixed] Fixed an issue where conditionals would not work in Live Preview"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-01-19T10:00:00-08:00",
"notes": [
"[Fixed] Fixed an issue where conditionals would not re-render when the Entry Type was changed inside an element editor modal"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-01-18T10:00:00-08:00",
"notes": [
"[Fixed] Fixed an issue where conditionals would not refresh when the Entry Type was changed"
]
},
{
"version": "1.0",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2016-01-18T10:00:00-08:00",
"notes": [
"[Added] Support for Asset sources",
"[Added] Support for Category groups",
"[Added] Support for Tag groups (also works with Tag Manager!)",
"[Added] Support for Global sets",
"[Added] Support for Users",
"[Added] Support element edit modals (all native element types)",
"[Fixed] Fixed an issue where Redactor II fields would not initialize if they were initially hidden"
]
},
{
"version": "0.2.2",
"downloadUrl": "https://github.com/mmikkel/Reasons-Craft/archive/master.zip",
"date": "2015-11-29T10:00:00-08:00",
"notes": [
"[Added] Reasons now works in Craft 2.5",
"[Added] Reasons now works in Live Preview",
"[Added] Implemented release feeds (Craft 2.5 only)",
"[Improved] Improved the README a little bit",
"[Fixed] Fixed an issue where conditionals would not re-render when a toggle field was removed from a tab in the FLD.",
"[Fixed] Fixed an issue where conditionals would be cleared when fields were reordered in the FLD."
]
}
]