forked from verbb/super-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.json
86 lines (86 loc) · 3.71 KB
/
changelog.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
[
{
"version": "0.4.8",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.8.zip",
"date": "2016-07-16T00:00:00+10:00",
"notes": [
"[Fixed] Fixed minor issue where width column settings weren't being saved correctly."
]
},
{
"version": "0.4.7",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.7.zip",
"date": "2016-07-10T13:00:00+10:00",
"notes": [
"[Added] Added support for eager loading.",
"[Added] Added `blocks()` template tag for Super Table block elements.",
"[Improved] Column layout width now allows either px or % values. Defaults to % if unit-less.",
"[Fixed] Fix for certain fields not settings content properly from draft.",
"[Fixed] Fixed column layout not applying width correctly."
]
},
{
"version": "0.4.6",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.6.zip",
"date": "2016-03-16T20:00:00+10:00",
"notes": [
"[Fixed] Adding a new locale when using with a Craft Commerce product type results in a stuck background task [#58](https://github.com/engram-design/SuperTable/issues/58).",
"[Fixed] Fix Table layout overflow issues with Matrix-in-SuperTable [#59](https://github.com/engram-design/SuperTable/issues/59)",
"[Improved] Improvements to Feed Me support."
]
},
{
"version": "0.4.5",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.5.zip",
"date": "2016-02-29T19:45:00+10:00",
"notes": [
"[Fixed] Correct plugin version number (oops!)."
]
},
{
"version": "0.4.4",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.4.zip",
"date": "2016-02-29T13:45:00+10:00",
"notes": [
"[Fixed] Fixed issue with rows not displaying correctly for Static Field option."
]
},
{
"version": "0.4.3",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.3.zip",
"date": "2016-02-28T18:15:00+10:00",
"notes": [
"[Fixed] Fixed issue with JS not firing correctly in field settings - caused some field types to not allow editing of settings.",
"[Fixed] Fixed issue where blocks were being overwritten when entries are saved as drafts.",
"[Improved] You now have direct access to fields when using the Static Field option. No more looping or using `superTableField[0].fieldHandle`."
]
},
{
"version": "0.4.2",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.2.zip",
"date": "2016-01-13T18:15:00+10:00",
"notes": [
"[Fixed] Fixed issue with plugin release feed url.",
"[Fixed] Fixes for PHP 5.3 compatibility."
]
},
{
"version": "0.4.1",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.1.zip",
"date": "2015-12-01T23:06:00+10:00",
"notes": [
"[Fixed] Some files not correctly updated (for some strange reason)."
]
},
{
"version": "0.4.0",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.0.zip",
"date": "2015-12-01T19:45:00+10:00",
"notes": [
"[Added] Craft 2.5 support, including release feed and icons.",
"[Added] Support for [Feed Me](https://github.com/engram-design/FeedMe).",
"[Added] Support for [Export](https://github.com/boboldehampsink/Export).",
"[Fixed] Labels in Row Layout are now top-aligned."
]
}
]