Skip to content

Commit 94715c9

Browse files
committed
chore: wrapping up v7.1
1 parent 469e9ac commit 94715c9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Version history
22
===============
33

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+
410
7.0 (2023-06-02):
511

612
- changed: conflict with Elgg < 5.0

elgg-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
return [
1212
'plugin' => [
13-
'version' => '7.0',
13+
'version' => '7.1',
1414
],
1515
'bootstrap' => Bootstrap::class,
1616
'actions' => [

0 commit comments

Comments
 (0)