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 1610dce commit e5bf990Copy full SHA for e5bf990
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+17.0.2 (2023-09-28):
5
+
6
+- fixed: concept groups edit save buttons
7
8
17.0.1 (2023-07-26):
9
10
- fixed: buttons have a discernible text
elgg-plugin.php
@@ -13,7 +13,7 @@
13
14
return [
15
'plugin' => [
16
- 'version' => '17.0.1',
+ 'version' => '17.0.2',
17
'dependencies' => [
18
'groups' => [
19
'position' => 'after',
0 commit comments