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 df433e5 commit 4f3a86eCopy full SHA for 4f3a86e
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+21.0.2 (2024-03-14):
5
+
6
+- several small chores/fixes
7
8
21.0.1 (2024-02-16):
9
10
- fixed: correctly extract profile field information
elgg-plugin.php
@@ -11,7 +11,7 @@
11
12
return [
13
'plugin' => [
14
- 'version' => '21.0.1',
+ 'version' => '21.0.2',
15
'dependencies' => [
16
'profile' => ['position' => 'after'],
17
],
0 commit comments