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 d50b538 commit 3e03574Copy full SHA for 3e03574
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+20.0.2 (2025-12-19):
5
+
6
+- fix: correctly sort notification queue
7
8
20.0.1 (2025-12-04):
9
10
- fixed: make sure RSVP notifications are always delivered by mail
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '20.0.1',
+ 'version' => '20.0.2',
18
],
19
'bootstrap' => Bootstrap::class,
20
'settings' => [
0 commit comments