-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
104 lines (62 loc) · 2.2 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
Version history
===============
8.0.1 (2024-10-10):
- fixed: advanced statistics graphs working again
8.0 (2024-06-28):
- changed: updated for Elgg 6
7.2 (2024-04-03):
- removed: no longer calculate total view counts on plugin settings page
7.1.1 (2023-11-30):
- several small chores/fixes
7.1 (2023-07-26):
- added: database seeder
- fixed: disable system_log from tracking view count modifications
- fixed: unable to unset all tracked entity types
7.0 (2023-06-02):
- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5
6.0 (2022-02-16):
- changed: updated for Elgg 4.1
5.0 (2021-09-27):
- changed: updated for Elgg 4
4.2 (2021-02-03):
- added: user stats about view counts
- fixed: always use annotations count to prevent mismatch in statistics
- fixed: only show stats link if there is data
4.1 (2021-01-19):
- added: imprint links to statistics popup for content editors
4.0 (2020-05-26):
- added: bulk delete tracked views on entity delete
- changed: increased minimal Elgg requirement to 3.3
- changed: moved start.php to Bootstrap and elgg-plugin.php
- fixed: admins should not bypass logic check for trackable entities
3.1 (2020-04-14):
- added: option to remove all tracked views per content type
3.0.2 (2020-03-31):
- fixed: admins should not bypass logic check for trackable entities
3.0.1 (2019-08-22):
- several small chores/fixes
3.0 (2019-03-27):
- added: shortend count text
- changed: increased minimal Elgg version to 3.0
- changed: moved counter from social menu to imprint
- changed: now using chart-line for view counter icon in imprint
- changed: rewrite for Elgg 3.0
- fixed: extend correct view
- fixed: slow query in counter check
- fixed: translation issue
2.3.1 (2018-09-20):
- fixed: slow query in counter check
2.3 (2018-06-15):
- added: shortend count text
2.2 (2017-10-04):
- changed: no longer count full views in a widget context
2.1 (2017-05-11):
- added: ability to control icon via a view vars hook
- added: total count of entity views is now also saved as metadata
- changed: also show count if count is empty
2.0 (2017-03-24):
- changed: increased minimal Elgg version to 2.0
- changed: updated to latest coding standards
1.0 (2013-06-27):
- first release