Skip to content

Commit 62473c5

Browse files
committed
chore: wrapping up v13.0
1 parent 6204188 commit 62473c5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Version history
22
===============
33

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+
412
12.2.1 (2021-07-16):
513

614
- fixed: check for menu item in concept/approval cleanup

elgg-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
return [
1515
'plugin' => [
16-
'version' => '12.2.1',
16+
'version' => '13.0',
1717
'dependencies' => [
1818
'groups' => [
1919
'position' => 'after',

0 commit comments

Comments
 (0)