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 e7eefcf commit 3e4193bCopy full SHA for 3e4193b
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+18.1.1 (2024-04-24):
5
+
6
+- fixed: correctly get stale group information
7
8
18.1 (2024-02-16):
9
10
- changed: removed old repair features and obsolete upgrades
elgg-plugin.php
@@ -12,7 +12,7 @@
12
13
return [
14
'plugin' => [
15
- 'version' => '18.1',
+ 'version' => '18.1.1',
16
'dependencies' => [
17
'groups' => [
18
'position' => 'after',
0 commit comments