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 f440e69 commit 8084e83Copy full SHA for 8084e83
2 files changed
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+22.0.4 (2025-06-18):
5
+
6
+- fixed: simple access control should use access level from first field
7
8
22.0.3 (2025-01-23):
9
10
- fixed: PHP notice about dynamic properties
elgg-plugin.php
@@ -11,7 +11,7 @@
11
12
return [
13
'plugin' => [
14
- 'version' => '22.0.3',
+ 'version' => '22.0.4',
15
'dependencies' => [
16
'profile' => ['position' => 'after'],
17
],
0 commit comments