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 966e226 commit 7ab9dabCopy full SHA for 7ab9dab
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+9.0 (2025-04-16):
5
+
6
+- changed: updated for Elgg 6.2
7
8
8.0.1 (2025-03-27):
9
10
- several small chores/fixes
elgg-plugin.php
@@ -9,7 +9,7 @@
return [
'plugin' => [
11
'name' => 'OpenSearch',
12
- 'version' => '8.0.1',
+ 'version' => '9.0',
13
'dependencies' => [
14
'search' => [
15
'position' => 'after',
0 commit comments