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 6204188 commit 62473c5Copy full SHA for 62473c5
CHANGES.txt
@@ -1,6 +1,14 @@
1
Version history
2
===============
3
4
+13.0 (2021-09-27):
5
+
6
+- changed: updated for Elgg 4.0
7
+- fixed: adding group members directly didn't work
8
+- fixed: show notification toggle link on group join
9
+- fixed: simple access and tools initial selection
10
+- removed: default group notification methods for group join
11
12
12.2.1 (2021-07-16):
13
14
- fixed: check for menu item in concept/approval cleanup
elgg-plugin.php
@@ -13,7 +13,7 @@
return [
15
'plugin' => [
16
- 'version' => '12.2.1',
+ 'version' => '13.0',
17
'dependencies' => [
18
'groups' => [
19
'position' => 'after',
0 commit comments