This repository was archived by the owner on Jul 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrelease-notes.json
218 lines (218 loc) · 5.16 KB
/
release-notes.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
[
{
"version" : "2.1.4",
"date" : "19-5-2016",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed an issue where long menus would be inaccessibile in Live Preview on devices with short screens."
}
]
},
{
"version" : "2.1.3",
"date" : "31-3-2016",
"notes" : [
{
"type" : "improved",
"message" : "Debounced the window resize event to try and improve performance."
},
{
"type" : "fixed",
"message" : "Fixed numerous situations where matrix fields were turning up blank e.g. element editor HUDs and nested SuperTable Matrix fields."
},
{
"type" : "fixed",
"message" : "Fixed a bug where collapsed/dragging blocks weren’t getting their layouts."
}
]
},
{
"version" : "2.1.2",
"date" : "1-12-2015",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed a bug with Redactor fields not initializing properly if hidden when the page loads."
}
]
},
{
"version" : "2.1.1",
"date" : "10-11-2015",
"notes" : [
{
"type" : "improved",
"message" : "Switched to configuring the global context from the settings page rather than a main cp section."
},
{
"type" : "improved",
"message" : "Don’t show the tab nav if there is only one tab."
}
]
},
{
"version" : "2.1.0",
"date" : "10-11-2015",
"notes" : [
{
"type" : "added",
"message" : "Updated the plugin to work with Craft 2.5, which is now required."
},
{
"type" : "added",
"message" : "Added some default Supercool icons until we get a better one."
},
{
"type" : "improved",
"message" : "Switched to inclusive method of finding which Matrix fields we want to better avoid conflicts."
},
{
"type" : "fixed",
"message" : "Fixed an issue with block type field layouts where if you only had one tab nothing would display."
}
]
},
{
"version" : "2.0.1",
"date" : "30-10-2015",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed a bug that meant the configuration pages didn’t work with CSRF protection enabled."
}
]
},
{
"version" : "2.0",
"date" : "29-10-2015",
"notes" : [
{
"type" : "added",
"message" : "Completely re-worked how groups are defined and stored."
},
{
"type" : "added",
"message" : "Added block type field layouts."
},
{
"type" : "added",
"message" : "Added the option to override a given field’s global defaults for a specific context (Entry Types, Category Groups, Global Sets and Users)."
},
{
"type" : "added",
"message" : "Added group headings to the block type settings menu."
},
{
"type" : "added",
"message" : "Added the <code>loadPimpMyMatrixConfigurator</code> and <code>loadPimpMyMatrixFieldManipulator</code> hooks so plugins can add custom contexts."
},
{
"type" : "improved",
"message" : "When the field gets too narrow the button group is swapped for one button with group headings in the menu. Fixes issue <a href='https://github.com/supercool/Pimp-My-Matrix/issues/7'>#7</a>."
}
]
},
{
"version" : "1.3.2",
"date" : "1-7-2015",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed a bug that created a conflict with SuperTable."
}
]
},
{
"version" : "1.3.1",
"date" : "9-1-2015",
"notes" : [
{
"type" : "improved",
"message" : "Allowed the plugin to work everywhere except inside dashboard widgets."
}
]
},
{
"version" : "1.3",
"date" : "3-12-2014",
"notes" : [
{
"type" : "improved",
"message" : "Removed the block headings and other per-block styles due to the Matrix UI improvements made in Craft 2.3."
}
]
},
{
"version" : "1.2.3",
"date" : "21-11-2014",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed a bug where PMM broke when viewing previous versions of an entry."
}
]
},
{
"version" : "1.2.2",
"date" : "21-11-2014",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed a bug where the newly added menu buttons triggered a new, empty matrix block."
},
{
"type" : "fixed",
"message" : "Fixed a bug where PMM was getting applied to entries when edited in huds - this really doesn't work, maybe one day it will."
}
]
},
{
"version" : "1.2.1",
"date" : "19-11-2014",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed a bug where all settings forms we're getting hi-jacked thus breaking installing / uninstalling other plugins."
}
]
},
{
"version" : "1.2",
"date" : "19-11-2014",
"notes" : [
{
"type" : "improved",
"message" : "Improved the json generation when using the settings page"
},
{
"type" : "improved",
"message" : "Added MIT licence"
}
]
},
{
"version" : "1.1",
"date" : "22-10-2014",
"notes" : [
{
"type" : "fixed",
"message" : "Fixed an error with php 5.3"
},
{
"type" : "added",
"message" : "Added some limited documentation"
}
]
},
{
"version" : "1.0",
"date" : "21-10-2014",
"notes" : [
{
"type" : "added",
"message" : "Initial release"
}
]
}
]