We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469e9ac commit 94715c9Copy full SHA for 94715c9
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+7.1 (2023-07-26):
5
+
6
+- added: database seeder
7
+- fixed: disable system_log from tracking view count modifications
8
+- fixed: unable to unset all tracked entity types
9
10
7.0 (2023-06-02):
11
12
- changed: conflict with Elgg < 5.0
elgg-plugin.php
@@ -10,7 +10,7 @@
return [
'plugin' => [
13
- 'version' => '7.0',
+ 'version' => '7.1',
14
],
15
'bootstrap' => Bootstrap::class,
16
'actions' => [
0 commit comments