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 d7c9464 commit bc16a62Copy full SHA for bc16a62
CHANGES.txt
@@ -1,6 +1,11 @@
1
Version history
2
===============
3
4
+18.0 (2023-11-30):
5
+
6
+- changed: updated for Elgg 5.1
7
+- fixed: throw correct exception
8
9
17.0.2 (2023-09-28):
10
11
- fixed: concept groups edit save buttons
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '17.0.2',
+ 'version' => '18.0',
17
'dependencies' => [
18
'groups' => [
19
'position' => 'after',
0 commit comments