Skip to content

Commit

Permalink
chore: wrapping up v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Dec 11, 2024
1 parent 96beb46 commit 409db23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
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
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

return [
'plugin' => [
'version' => '7.0.1',
'version' => '7.1',
'dependencies' => [
'search' => [
'position' => 'after',
Expand Down

0 comments on commit 409db23

Please sign in to comment.