forked from chasegiunta/batch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
43 lines (43 loc) · 1.62 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
[
{
"version": "1.3.0",
"downloadUrl": "https://github.com/chasegiunta/batch/archive/master.zip",
"date": "2017-09-01T11:00:00-11:00",
"notes": [
"[Added] Option to offset steps to prevent stalled tasks",
"[Improved] Removed subtasks, which wasn't needed, to improve execution",
"[Fixed] Only show locales dropdown when applicable"
]
},
{
"version": "1.2.0",
"downloadUrl": "https://github.com/chasegiunta/batch/archive/master.zip",
"date": "2017-08-20T11:00:00-11:00",
"notes": [
"[Added] Support for batch deletion of entries & users",
"[Added] Lightswitch field appears when setting a lightswitch field value",
"[Added] Support for deleting all blocks within a matrix field",
"[Improved] Now displays batch configuration in a table layout",
"[Fixed] Entry type filtering"
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/chasegiunta/batch/archive/master.zip",
"date": "2017-08-18T11:00:00-11:00",
"notes": [
"[Added] Option to filter entries by entry type",
"[Added] An option to select fields when applicable",
"[Added] Flash message upon creating batch task",
"[Improved] Moved Vue.js library to local dependency"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/chasegiunta/batch/archive/master.zip",
"date": "2017-08-17T18:51:54.318Z",
"notes": [
"[Added] Initial release"
]
}
]