Skip to content

Commit

Permalink
chore: wrapping up v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jan 19, 2023
1 parent d9e87eb commit 4aa9156
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Version history
===============

9.1.1 (2023-01-19):

- fixed: downloads tab should only show admin exports
- fixed: preview respects export period
- fixed: switching type/subtype now longer shows preview
- fixed: use correct function to fetch data

9.1 (2022-10-27):

- added: group members can be exported by a group admin
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

return [
'plugin' => [
'version' => '9.1',
'version' => '9.1.1',
],
'bootstrap' => Bootstrap::class,
'entities' => [
Expand Down

0 comments on commit 4aa9156

Please sign in to comment.