This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
releases.json
52 lines (52 loc) · 1.88 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
[
{
"version": "1.1.2",
"downloadUrl": "https://github.com/mmikkel/CpSortableCustomColumns-Craft/archive/master.zip",
"date": "2017-06-26T11:00:00-08:00",
"notes": [
"[Fixed] Fixes issue where CP Sortable Custom Columns would leak configuration data on login screen",
"[Fixed] Fixes issue w/ sorting in Commerce active/inactive carts view (thanks @engram-design)"
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/mmikkel/CpSortableCustomColumns-Craft/archive/master.zip",
"date": "2016-06-17T11:00:00-08:00",
"notes": [
"[Fixed] Now works like it should for User element indexes"
]
},
{
"version": "1.1",
"downloadUrl": "https://github.com/mmikkel/CpSortableCustomColumns-Craft/archive/master.zip",
"date": "2016-02-24T11:00:00-08:00",
"notes": [
"[Added] Adds support for Commerce Orders and Products"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/mmikkel/CpSortableCustomColumns-Craft/archive/master.zip",
"date": "2016-02-08T11:00:00-08:00",
"notes": [
"[Fixed] Fixes an issue with Entry Type sorting",
"[Improved] Now displays loading spinners for custom columns"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/mmikkel/CpSortableCustomColumns-Craft/archive/master.zip",
"date": "2016-01-31T11:00:00-08:00",
"notes": [
"[Fixed] Fixes an issue with deactivated/uninstalled FieldTypes"
]
},
{
"version": "1.0",
"downloadUrl": "https://github.com/mmikkel/CpSortableCustomColumns-Craft/archive/master.zip",
"date": "2016-01-31T10:00:00-08:00",
"notes": [
"[Added] Initial public release"
]
}
]