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 7573ff9 commit e550b57Copy full SHA for e550b57
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+9.1.2 (2025-10-01):
5
+
6
+- fixed: PHP implicit null declaration
7
+- fixed: respect disabled opensearch params
8
9
9.1.1 (2025-07-30):
10
11
- fixed: correctly remove non-existing entity from search index
elgg-plugin.php
@@ -9,7 +9,7 @@
return [
'plugin' => [
'name' => 'OpenSearch',
12
- 'version' => '9.1.1',
+ 'version' => '9.1.2',
13
'dependencies' => [
14
'search' => [
15
'position' => 'after',
0 commit comments