Skip to content

Commit

Permalink
chore: wrapping up v19.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Nov 21, 2024
1 parent 940b95a commit 79922b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Version history
===============

19.0.3 (2024-11-21):

- fixed: notification on waitinglist promotion respects recipient language
- fixed: registration validation email respects recipient language
- fixed: rsvp notification now respect language of recipient

19.0.2 (2024-10-25):

- fixed: import correct attendees module
Expand Down
2 changes: 1 addition & 1 deletion elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

return [
'plugin' => [
'version' => '19.0.2',
'version' => '19.0.3',
],
'bootstrap' => Bootstrap::class,
'settings' => [
Expand Down

0 comments on commit 79922b3

Please sign in to comment.