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 d84fe0c commit e49c8f4Copy full SHA for e49c8f4
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+19.0.7 (2025-05-07):
5
+
6
+- fixed: missing event name in notification when removed from waitinglist
7
8
19.0.6 (2025-03-27):
9
10
- fixed: use correct styling of icon only URLs
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '19.0.6',
+ 'version' => '19.0.7',
18
],
19
'bootstrap' => Bootstrap::class,
20
'settings' => [
0 commit comments