-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
102 lines (58 loc) · 1.85 KB
/
CHANGES.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
Version history
===============
9.0.1 (2025-01-23):
- fixed: use correct query param format in replace text
9.0 (2024-06-28):
- changed: updated for Elgg 6
8.1.1 (2024-03-14):
- fixed: OOM when saving plugin settings
8.1 (2024-01-12):
- changed: different implementation for admins to switch to normal user
8.0 (2023-11-30):
- changed: updated for Elgg 5.1
7.0.1 (2023-07-26):
- fixed: buttons have a discernible text
7.0 (2023-06-02):
- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5.0
6.1.1 (2022-10-27):
- fixed: sorting of files/directories
6.1 (2022-10-07):
- added: admin page that shows deadlinks in descriptions
- added: cron based dead link detection
6.0.2 (2022-07-12):
- several small chores/fixes
6.0.1 (2022-02-16):
- several small chores/fixes
6.0 (2021-09-27):
- added: French translation
- changed: updated for Elgg 4
5.2 (2020-08-18):
- added: text replacement csv export
5.1 (2019-11-11):
- added: feature for bulk text changes in the database
- fixed: make replacement likes use case insensitive query
5.0 (2019-03-27):
- changed: increased minimal Elgg version to 3.0
- changed: rewrite for Elgg 3.0
- fixed: no more notifications while switching admin role
4.0 (2017-11-10):
- changed: increased minimal Elgg version requirement
- fixed: notifications from security_tools when switching admin state
3.0 (2016-01-25):
- added: composer support
- complete plugin rewrite for Elgg 1.9
2.1 (2014-08-19):
- added: server information on admin page
- added: error logging of actions/ajax calls
- added: dutch translation
2.0 (2012-03-16):
- plugin made compatible with Elgg 1.8
1.2:
- added: option to always show admin box
- added: stats box with info
1.1 (2011-07-12):
- added: ignore list of files/folders for plugin extract
- changed: name of a function be be inline with naming convention
1.0:
- initial version