Skip to content

Commit

Permalink
chore: wrapping up v13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jun 1, 2022
1 parent ad31c67 commit 84aa31f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Version history
===============

13.0 (2022-06-01):

- added: discussions widget is now available in groups context
- added: plugin setting to control number of columns in group widgets
- changed: updated for Elgg 4.2

12.0.3 (2022-02-16):

- fixed: cast widget context as string
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

return [
'plugin' => [
'version' => '12.0.3',
'version' => '13.0',
'dependencies' => [
'profile' => [
'must_be_active' => false,
Expand Down

0 comments on commit 84aa31f

Please sign in to comment.