-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
70 lines (44 loc) · 1.53 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
Version history
===============
7.1 (2024-12-11):
- changed: no longer use OpenSearch in admin context
- fixed: highlighting of search tags
7.0.1 (2024-10-10):
- fixed: crash on admin search result when no hits
7.0 (2024-06-28):
- added: support for restorable / trashed entities
- changed: updated for Elgg 6
6.0 (2023-11-30):
- changed: updated for Elgg 5.1
- fixed: skipping entities no longer creates additional update batches
5.0 (2023-07-26):
- changed: updated OpenSearch client to support OpenSearch 2.5+
- fixed: buttons have a discernible text
- fixed: disable system log tracking of last indexed timestamp
- fixed: prevent reindexing of prevented entities
4.0 (2023-06-02):
- added: entity explorer menu item
- added: event to control which relationships should be exported
- changed: conflict with Elgg < 5.0
- changed: updated for Elgg 5
3.0 (2022-08-24):
- changed: updated for Elgg 4.3
- fixed: do not change default sorting behaviour if search not enabled
2.1.1 (2022-07-12):
- fixed: correctly extract search service
- fixed: don't handle search with unsupported type/subtype pairs
2.1 (2022-06-22):
- added: CLI command to rebuild the index
- fixed: search score presentation only on search page
2.0 (2022-06-01):
- changed: increased minimal Elgg version to 4.2
- changed: sort handling
- fixed: default sorting by relevance
- removed: unused menu hook
1.2 (2022-05-11):
- added: passing guids to elgg_search
1.1 (2022-04-20):
- added: search suggestions
- added: suggestion mappings
1.0 (2022-03-30):
- initial release