Skip to content

Commit 0e74c18

Browse files
committed
chore: wrapping up v8.0
1 parent 8e45b52 commit 0e74c18

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGES.txt

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

4+
8.0 (2022-06-01):
5+
6+
- changed: increased minimal Elgg version to 4.2
7+
48
7.0 (2021-09-27):
59

610
- added: French translation

Diff for: elgg-plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
return [
77
'plugin' => [
8-
'version' => '7.0',
8+
'version' => '8.0',
99
],
1010
'bootstrap' => Bootstrap::class,
1111
'hooks' => [

0 commit comments

Comments
 (0)