forked from lukasamd/MyBB-View_Unread_posts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
270 lines (136 loc) · 4.23 KB
/
changelog.txt
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
Version 1.13
* Add fixes for mod tools
* Add fixes for mark as read
* It's last version - mod will not updated anymore
Version 1.12
* Add fixes for make posts unread / counter issues
Version 1.11
* Fix PHP 7.2 bugs
Version 1.9
* Fix PHP 7.2 bugs
Version 1.8
* Fix compatibility with MyBB 1.8.10
Version 1.7
* Fix installation issues on MySQL 5.7+
Version 1.6
* Cache template
* Updated functions_indicators.php
Version 1.5
* Rewrite code
* Update author data
* Add ajax counter refresh
Version 1.4.2
* Small fix in search results
Version 1.4.1
* Small template fix
Version 1.4.0
* Fix header template (add li element)
* Fix moved SQL exception
* Updated functions_indicators.php
* Small code changes
Version 1.3.0
* Small template fix
Version 1.2.0
* Updated functions_indicators.php (only header...)
* Fix SQL error (fix #3)
Version 1.1.0
* Add codename
* Add moved posts search option
Version 1.0.3
* Fix Exceptions error
Version 1.0.2
* Fix javascript marker
* Fix templates
* Remove marker style option
* Add template with CSS
* Change exceptions option to "forumselect"
Version 1.0.1
* Fix javascript marker
* Fix settings
* Fix templates
Version 1.0.0
* Initial build for MyBB 1.8
* Remove jQuery include code
Version 2.11
* Fix jquery / prototype conflict
Version 2.10
* Fix javascript for "hot threads"
* Fix version number
* Update plugin GUID
Version 2.9.8
* Add option to mark threads read direct from search results (just click thread icon)
Version 2.9.7
* Add forum (fid) mode
Version 2.9.6
* Fix search page counter
* Template select optimize
Version 2.9.5
* Permission fix
Version 2.9.4
* Add query limiter for counter
* Remove redundancy code - use build-in MyBB functions
Version 2.9.3
* performance fixes
Version 2.9.2
* add compatibility with MyBB 1.6.10
* remove compatibility with MyBB below 1.6.10
Version 2.9.1
* change license to LGPL v3
* change plugin sign in hooks
* code cleanup
* additional fix for Tapatalk
Version 2.9
* fix compatibility with Tapatalk
Version 2.8
* add option to display thread start date in search results
Version 2.7
* fix bug during login and posting new thread/post
* small optimizations in hooks and output modifier
* add /inc/functions_indicators.php for MyBB 1.6.8
* add option to change link CSS style
Version 2.6
* add /inc/functions_indicators.php for MyBB 1.6.7
Version 2.5
* fix problem with unread posts for new users
Version 2.4
* add better flush method to clean threadsread table
* add native "first unread post" link function
Version 2.3
* small fix in activator
Version 2.2
* add link to mark all threads read in search results
* small fix in polish locale
Version 2.1
* add compatibility with MyBB 1.6.5
Version 2.0
* rewrite code to OOP (plugin class + settings class + tpl class)
* improve unread posts search
* fix bug with posts drafts
* fix bug with very long sql (add limit in full search mode)
* add option to change lastpost links to unread posts links
* add option to view unread counter only on specific pages
* add option to mark unread posts in thread view
Version 1.8
* very small fix in search unread main function
Version 1.7
* fix bug in additional search functions
* fix in unread post functions
Version 1.6
* add option to hide couter when there are not unread posts
* fix bug with forum navigation when counter is enabled
* fix bug with uninstall of the plugin
* add compatibility for MyBB 1.4
Version 1.5
* add forum exceptions list
* add unread posts counter
Version 1.4
* fix search engine (new topic and read mark info)
Version 1.3
* minor fix in sql query
Version 1.2
* fix compatibility with MyBB 1.6
* fix problem with change in templates
* add a additional "lastmark" field
Version 1.1
* fix search engine (new topic and read mark info)
* added persian language (by Pars)