We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e9686 commit a902befCopy full SHA for a902bef
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+7.1.1 (2025-01-09):
5
+
6
+- fixed: correctly invalidate metadata cache
7
8
7.1 (2024-12-11):
9
10
- changed: no longer use OpenSearch in admin context
elgg-plugin.php
@@ -8,7 +8,7 @@
return [
'plugin' => [
11
- 'version' => '7.1',
+ 'version' => '7.1.1',
12
'dependencies' => [
13
'search' => [
14
'position' => 'after',
0 commit comments