-
Notifications
You must be signed in to change notification settings - Fork 17
/
ChangeLog
232 lines (146 loc) · 4.18 KB
/
ChangeLog
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
Version 0.3.9
Bug fixes:
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/99
Version 0.3.8
Improvements:
* Fixed file viewer for attachments.
* Added screenshot support.
* fixes for composer install support
Version 0.3.7
Improvements:
* unit test updates
* code cleanup
* Add Wiki entry to views switcher
* only load nested vendor on detail page
Bug fixes:
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/61
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/11
Version 0.3.6
Improvements:
* fix missing changes for sub pages
Bug fixes:
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/11
Version 0.3.5
Improvements:
* ability to organize pages into sub pages
Bug fixes:
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/11
Version 0.3.4
Improvements:
* ability to reorder wiki pages
Bug fixes:
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/28
Version 0.3.3
Improvements:
* mysql character set update for emojis
* synfony deprecation fix
* public wiki link to board
* added Ukrainian translation
Bug fixes:
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/39
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/60
* Fix https://github.com/funktechno/kanboard-plugin-wiki/issues/56
* Fix `'max_size' => get_upload_max_size(),`
Version 0.3.2
Improvements:
* width updates to wiki table list
* public mode
* initialize notifications(?) maybe works
* some syntax error fixes
Version 0.3.1-alpha
Bug fixes:
* On remove Wiki page, also remove all associated files. Fixes #34.
* Setting 'Save editions' made changeable, stored permanently. Fixes #43.
Improvements:
* make config settings variable so that they can be translated
* french translation improvements
Version 0.3.0-alpha
Improvements:
* left align menu sidebar
Version 0.2.9-alpha
Improvements:
* File and Image Attachments Feature
* Added Upload Support
* Added Thumbnail Support
* Added Download Support
* Added Removal Support
* Added Slideshow Support for images
* Updated French translation
Version 0.2.8-alpha
Improvements:
* Global Wiki search feature
* added ability to list all wikipages (paginated) as a high level overview
* Can order them
* Also can search by content.
* Some Translation/grammar cleanups
* removed ': ' from translations
* Cleaned up some gramar
* Renamed wikipage to Wiki page
* Updated sidebar
* removed excess space from left side
Version 0.2.7-alpha
Bug fixes:
* Update mysql wiki table encoding to utf8 to support foreign characters
Version 0.2.6-alpha
Improvements:
* updated some translations
* Russian updated #10
* Updated translation for New wikipage (incorrectly was New wiki line)
* Missing translation empty attributes added
* Portuguese & Spanish updated
* 'Wiki' Translation commented out in most language. Was defaulting to budget.
* Some linting fixes on readme files
Version 0.2.5-alpha
Bug fixes:
* updated getPluginHomepage to proper link.
Version 0.2.4-alpha
Bug fixes:
* extra unused template action removed
Version 0.2.3-alpha
Bug fixes:
* fixed order column bug for sqlite
Version 0.2.2-alpha
New features:
* dragable wikipages ui for reordering, does not persist changes reordering
Bug fixes:
* tested and fixed schema sql statements for postgress & sqlite
Version 0.2.1-alpha
New features:
* Setup model tests
Improvements:
* initialize postgress & sql_light migrations
Version 0.2.0-alpha
---------------------------------
New features:
* Save Editions global config option
Improvements:
* code cleanup
* stable version, future ready for styling
Bug fixes:
* properly restore 'content' from edition
Version 0.1.9-beta
---------------------------------
New features:
* file attachment ui only, doesn't save
Improvements:
* updated readme
Version 0.1.8-beta
---------------------------------
New features:
* show editions listing
* restore edition
Version 0.1.7-beta
---------------------------------
1st stable version
New features:
* full crud on wikipages
* wiki page ui
* wiki overview page
* detail pages
* save/edit modals
* save editions config ui
* stores copies of pages as editions
Improvements:
*
Bug fixes:
*