Skip to content

Commit eb164d9

Browse files
committed
chore: wrapping up v8.0
1 parent 5ce0e26 commit eb164d9

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+
8.0 (2024-06-28):
5+
6+
- changed: updated for Elgg 6
7+
48
7.2 (2024-04-03):
59

610
- removed: no longer calculate total view counts on plugin settings page

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

0 commit comments

Comments
 (0)