Skip to content

Commit 81103d2

Browse files
committed
chore: wrapping up v7.2
1 parent 0893b56 commit 81103d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

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

4+
7.2 (2024-04-03):
5+
6+
- removed: no longer calculate total view counts on plugin settings page
7+
48
7.1.1 (2023-11-30):
59

610
- several small chores/fixes

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.1.1',
13+
'version' => '7.2',
1414
],
1515
'bootstrap' => Bootstrap::class,
1616
'actions' => [

0 commit comments

Comments
 (0)