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 f03819c commit 92b44b5Copy full SHA for 92b44b5
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+17.1 (2023-09-28):
5
+
6
+- added: database seeder
7
8
17.0.2 (2023-07-26):
9
10
- fixed: buttons have a discernible text
elgg-plugin.php
@@ -15,7 +15,7 @@
15
16
return [
17
'plugin' => [
18
- 'version' => '17.0.2',
+ 'version' => '17.1',
19
],
20
'bootstrap' => Bootstrap::class,
21
'settings' => [
0 commit comments