Skip to content

Commit 18d8bb3

Browse files
committed
chore: wrapping up v6.0
1 parent 0b4ca27 commit 18d8bb3

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+
6.0 (2022-02-16):
5+
6+
- changed: updated for Elgg 4.1
7+
48
5.0 (2021-09-27):
59

610
- changed: updated for Elgg 4

elgg-plugin.php

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

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

0 commit comments

Comments
 (0)