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 940b95a commit 79922b3Copy full SHA for 79922b3
CHANGES.txt
@@ -1,6 +1,12 @@
1
Version history
2
===============
3
4
+19.0.3 (2024-11-21):
5
+
6
+- fixed: notification on waitinglist promotion respects recipient language
7
+- fixed: registration validation email respects recipient language
8
+- fixed: rsvp notification now respect language of recipient
9
10
19.0.2 (2024-10-25):
11
12
- fixed: import correct attendees module
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '19.0.2',
+ 'version' => '19.0.3',
18
],
19
'bootstrap' => Bootstrap::class,
20
'settings' => [
0 commit comments