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 4ee1b5d commit 6ed520fCopy full SHA for 6ed520f
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+16.0.1 (2022-10-07):
5
+
6
+- fixed: deadloop during sending of GroupMail
7
+- fixed: group invite menu item availability
8
9
16.0 (2022-08-24):
10
11
- changed: registration with group invite
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '16.0',
+ 'version' => '16.0.1',
18
'dependencies' => [
19
'groups' => [
20
'position' => 'after',
0 commit comments