-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES.txt
56 lines (32 loc) · 1023 Bytes
/
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
Version history
===============
5.0.3 (2024-06-28):
- several small chores/fixes
5.0.2 (2023-11-30):
- several small chores/fixes
5.0.1 (2023-07-26):
- fixed: buttons have a discernible text
5.0 (2023-06-02):
- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5.0
4.0.2 (2022-07-12):
- several small chores/fixes
4.0.1 (2022-05-11):
- fixed: no longer leak wrong object guid
4.0 (2022-02-16):
- changed: updated code to use new Elgg 4.1 entity capabilities
3.0 (2021-09-27):
- changed: updated for Elgg 4
2.1.1 (2020-08-18):
- fixed: prevent double encoding of message contents in plain text input
- fixed: prevent issues with htmlentities encoded content
2.1 (2020-07-21):
- changed: notification default content
2.0 (2019-03-27):
- changed: increased minimal Elgg version to 3.0
- changed: notification now to mail
- changed: page handler to ajax view
- fixed: only act on searchable entities
- removed: restriction to not send message to yourself
1.0 (2019-03-13):
- initial release