Skip to content

Commit

Permalink
chore: wrapping up v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jul 26, 2023
1 parent 469e9ac commit 94715c9
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
===============

7.1 (2023-07-26):

- added: database seeder
- fixed: disable system_log from tracking view count modifications
- fixed: unable to unset all tracked entity types

7.0 (2023-06-02):

- changed: conflict with Elgg < 5.0
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

return [
'plugin' => [
'version' => '7.0',
'version' => '7.1',
],
'bootstrap' => Bootstrap::class,
'actions' => [
Expand Down

0 comments on commit 94715c9

Please sign in to comment.