We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cd828 commit 26e5f90Copy full SHA for 26e5f90
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+8.0 (2025-01-23):
5
+
6
+- changed: locked OpenSearch client to v2.3.x
7
+- changed: updated for Elgg 6.1
8
9
7.1.1 (2025-01-09):
10
11
- fixed: correctly invalidate metadata cache
elgg-plugin.php
@@ -8,7 +8,7 @@
return [
'plugin' => [
- 'version' => '7.1.1',
+ 'version' => '8.0',
12
'dependencies' => [
13
'search' => [
14
'position' => 'after',
0 commit comments