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 7f6bc77 commit d7f9149Copy full SHA for d7f9149
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+17.1.2 (2025-10-17):
5
+
6
+- fixed: PHP implicit null declaration
7
+- fixed: use correct return type in group tool event handler
8
+- fixed: widget managers should be able to manage private widgets
9
10
17.1.1 (2025-01-23):
11
12
- fixed: use flex grow strategy for different column sizes
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '17.1.1',
+ 'version' => '17.1.2',
18
'dependencies' => [
19
'profile' => [
20
'must_be_active' => false,
0 commit comments