diff --git a/CHANGES.txt b/CHANGES.txt index c7b3df8..11f0f61 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/elgg-plugin.php b/elgg-plugin.php index 0b71f0b..7a8a06a 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -10,7 +10,7 @@ return [ 'plugin' => [ - 'version' => '7.0', + 'version' => '7.1', ], 'bootstrap' => Bootstrap::class, 'actions' => [