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 4630bfd commit 7fdaacbCopy full SHA for 7fdaacb
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+8.0.1 (2025-03-27):
5
+
6
+- several small chores/fixes
7
8
8.0 (2025-01-23):
9
10
- changed: locked OpenSearch client to v2.3.x
elgg-plugin.php
@@ -9,7 +9,7 @@
return [
'plugin' => [
11
'name' => 'OpenSearch',
12
- 'version' => '8.0',
+ 'version' => '8.0.1',
13
'dependencies' => [
14
'search' => [
15
'position' => 'after',
0 commit comments