Skip to content

Commit 409db23

Browse files
committed
chore: wrapping up v7.1
1 parent 96beb46 commit 409db23

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version history
22
===============
33

4+
7.1 (2024-12-11):
5+
6+
- changed: no longer use OpenSearch in admin context
7+
- fixed: highlighting of search tags
8+
49
7.0.1 (2024-10-10):
510

611
- fixed: crash on admin search result when no hits

elgg-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
return [
1010
'plugin' => [
11-
'version' => '7.0.1',
11+
'version' => '7.1',
1212
'dependencies' => [
1313
'search' => [
1414
'position' => 'after',

0 commit comments

Comments
 (0)