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 cefeb63 commit daa3963Copy full SHA for daa3963
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+8.1 (2022-10-27):
5
+
6
+- added: support staff page
7
+- fixed: support staff sql error
8
+- fixed: unable to create new support tickets for new users
9
10
8.0.1 (2022-10-07):
11
12
- fixed: correctly create support ticket ACL
elgg-plugin.php
@@ -7,7 +7,7 @@
return [
'plugin' => [
- 'version' => '8.0.1',
+ 'version' => '8.1',
],
'settings' => [
13
'help_enabled' => 'yes',
0 commit comments