We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac873a commit 49e6d99Copy full SHA for 49e6d99
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+18.0 (2023-11-30):
5
+
6
+- changed: updated for Elgg 5.1
7
8
17.1 (2023-09-28):
9
10
- added: database seeder
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '17.1',
+ 'version' => '18.0',
19
],
20
'bootstrap' => Bootstrap::class,
21
'settings' => [
0 commit comments