We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96beb46 commit 409db23Copy full SHA for 409db23
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+7.1 (2024-12-11):
5
+
6
+- changed: no longer use OpenSearch in admin context
7
+- fixed: highlighting of search tags
8
9
7.0.1 (2024-10-10):
10
11
- fixed: crash on admin search result when no hits
elgg-plugin.php
@@ -8,7 +8,7 @@
return [
'plugin' => [
- 'version' => '7.0.1',
+ 'version' => '7.1',
12
'dependencies' => [
13
'search' => [
14
'position' => 'after',
0 commit comments