forked from lukasamd/MyBB-Related_Threads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
66 lines (37 loc) · 1.09 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
Version 1.0.1
* fix lang filename
Version 1.0.0
* add compatibility with MyBB 1.8
* rewrite templates (no tpl in PHP code)
* remove css class (now user can edit template)
* remove indicator option
Version 1.8
* add prefixes support
* code cleanup
Version 1.7
* change license to LGPL v3
* change plugin sign in hooks
* code cleanup
Version 1.6
* fix default info-box text
Version 1.5
* add compatibility with MyBB 1.6.5
* rewrite to OOP
* small fixes and optimalizations
Version 1.4
* small fix in javascript
* add ajax compatibility
Version 1.3
* add option to create link to first / last post
* add time limit thread / last post option
* small additional fix in js / hidden fields
Version 1.2
* add loading indicator option
* add option to search in the same forum
* add option to get forum data
* move link data to templates
* move additional code to templates
Version 1.1
* small fix in fulltext search mode
Version 1.0
* first version