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 ab5ccfa commit a16afdeCopy full SHA for a16afde
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+20.0.1 (2025-12-04):
5
+
6
+- fixed: make sure RSVP notifications are always delivered by mail
7
8
20.0 (2025-11-13):
9
10
- changed: minimal requirement updated to Elgg v6.3
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '20.0',
+ 'version' => '20.0.1',
18
],
19
'bootstrap' => Bootstrap::class,
20
'settings' => [
0 commit comments