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 151c842 commit 2f73e52Copy full SHA for 2f73e52
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+17.1.1 (2025-01-23):
5
+
6
+- fixed: use flex grow strategy for different column sizes
7
8
17.1 (2024-10-10):
9
10
- added: widget cache now store cache per language
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '17.1',
+ 'version' => '17.1.1',
18
'dependencies' => [
19
'profile' => [
20
'must_be_active' => false,
0 commit comments