-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathreleases.json
More file actions
108 lines (108 loc) · 4.13 KB
/
releases.json
File metadata and controls
108 lines (108 loc) · 4.13 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[
{
"version": "1.0.8",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.zip",
"date": "2018-01-12T16:00:00-00:00",
"notes": [
"[Added] Neo plugin is not supported for field and content migrations.",
"[Added] Added release notes to track updates."
]
},
{
"version": "1.0.8.1",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.1.zip",
"date": "2018-01-16T12:00:00-00:00",
"notes": [
"[Fixed] Fixed null element error when exporting localized entries."
]
},
{
"version": "1.0.8.2",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.2.zip",
"date": "2018-01-16T13:55:00-00:00",
"notes": [
"[Improved] Separated migrations into easier to use tabs.",
"[Added] Command line interface to run migrations.",
"[Improved] README.md with new screenshots and note on CLI"
]
},
{
"version": "1.0.8.3",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.3.zip",
"date": "2018-01-17T10:50:00-00:00",
"notes": [
"[Fixed] Fixed issue with nested SuperTables having empty rows when creating content migrations"
]
},
{
"version": "1.0.8.4",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.4.zip",
"date": "2018-01-25T16:35:00-00:00",
"critical": true,
"notes": [
"[Fixed] Fixed issue with nested SuperTable migrations creating new field blocks which removed existing content"
]
},
{
"version": "1.0.8.5",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.5.zip",
"date": "2018-01-26T14:44:00-00:00",
"notes": [
"[Added] Option to provide a name from migrations to override the auto generated value"
]
},
{
"version": "1.0.8.6",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.6.zip",
"date": "2018-01-31T15:25:00-00:00",
"notes": [
"[Added] redirects to the Pending Migrations tab when the main Migration Manager link is clicked if there are any pending migrations",
"[Fixed] user group exports all user group permissions"
]
},
{
"version": "1.0.8.7",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.7.zip",
"date": "2018-03-01T17:46:00-00:00",
"notes": [
"[Fixed] handle line breaks and slashes in migration json data"
]
},
{
"version": "1.0.8.8",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.8.zip",
"date": "2018-03-20T16:05:00-00:00",
"notes": [
"[Fixed] content migrations for static SuperTable fields",
"[Fixed] content migrations for localized entries that contains Matrix and SuperTable fields",
"[Fixed] settings for migrating structured sections",
"[Added] export and import events for Asset Sources, Categories, Globals, Sections, Tags, User Groups to modify migration payload before migrations are created and to handle the modifications on import."
]
},
{
"version": "1.0.8.9",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.8.9.zip",
"date": "2018-03-27T13:20:00-00:00",
"notes": [
"[Added] schema version to prevent plugin updates from forcing Craft into maintenance mode",
"[Fixed] json escaping for unicode characters"
]
},
{
"version": "1.0.9.0",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.9.0.zip",
"date": "2018-04-09T20:55:00-00:00",
"notes": [
"[Fixed] Neo field migrations that created new field blocks causing entries to lose Neo content "
]
},
{
"version": "1.0.9.1",
"downloadUrl": "https://github.com/Firstborn/Craft-CMS-Migration-Manager/archive/v1.0.9.1.zip",
"date": "2018-07-20T13:05:00-00:00",
"notes": [
"[Added] switched JSON in migration from string to heredoc",
"[Fixed] escaping bug with single quotes and double quotes in field names and instructions"
]
}
]