-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES.txt
118 lines (72 loc) · 2.32 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Version history
===============
12.0 (2024-06-28):
- changed: updated for Elgg 6
11.0 (2023-11-30):
- changed: updated for Elgg 5.1
10.1 (2023-07-26):
- added: database seeder
- fixed: buttons have a discernible text
10.0 (2023-06-02):
- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5.0
9.0 (2022-08-24):
- changed: updated for Elgg 4.3
8.0.1 (2022-06-01):
- fixed: missing language key
8.0 (2022-03-11):
- changed: increased minimal Elgg version to 4.1
- fixed: use capabilities for commentable
7.0.1 (2022-02-16):
- several small chores/fixes
7.0 (2021-09-27):
- added: French translation
- changed: updated for Elgg 4
6.2.1 (2020-05-26):
- fixed: replaced deprecated function call
6.2 (2019-09-04):
- added: error announcement type
6.1 (2019-08-22):
- added: footer menu now has an icon
6.0.1 (2019-04-18):
- several small chores/fixes
6.0 (2019-04-17):
- added: German translations
- added: Spanish translation
- changed: Elgg version requirement changed to v3.0
- changed: no longer extend page/elements/body via page/shell
- changed: type icon is now added as an informational element in imprint
- changed: updates for Elgg 3
- fixed: correctly set all as selected filter tab
- fixed: editor listing
- removed: custom delete action
5.0.3 (2017-09-06):
- several small chores/fixes
5.0.2 (2017-09-06):
- several small chores/fixes
5.0.1 (2017-03-24):
- fixed: only show site announcements in default page shell
5.0 (2017-02-27):
- added: plugin setting to cleanup expired announcements
- changed: increased minimal Elgg version requirement to 2.3
- changed: moved css to css-file
- changed: split javascript into view and amd module
4.0 (2016-05-26):
- changed: increased Elgg requirement to 2.0
- fixed: default icon uses incorrect icon url
3.0 (2016-01-15):
- changed: improved default layout
- fixed: call to deprecated jQuery function
- fixed: elgg requirements
- fixed: input/date layout on older versions of Elgg
2.1 (2015-07-08):
- added: site announcers
- added: composer support
- added: extra class added to imageblock of each announcement for extra styling options #1
- added: page menu item on admin side for backwards compatibility
- changed: management moved to frontend
- fixed: comments shouldn't be allowed on announcements
2.0 (2014-06-14):
- changes for Elgg 1.9
1.0:
- initial release