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 3a63a6d commit 9051114Copy full SHA for 9051114
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+10.0 (2025-11-13):
5
+
6
+- changed: updated for Elgg 6.3
7
8
9.1.2 (2025-10-01):
9
10
- fixed: PHP implicit null declaration
elgg-plugin.php
@@ -9,7 +9,7 @@
return [
'plugin' => [
11
'name' => 'OpenSearch',
12
- 'version' => '9.1.2',
+ 'version' => '10.0',
13
'dependencies' => [
14
'search' => [
15
'position' => 'after',
0 commit comments