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 fca7888 commit 095601dCopy full SHA for 095601d
CHANGES.txt
@@ -1,6 +1,10 @@
1
Version history
2
===============
3
4
+19.0.4 (2024-12-11):
5
+
6
+- fixed: highlighted events widget should be sortable on edit form
7
8
19.0.3 (2024-11-21):
9
10
- fixed: notification on waitinglist promotion respects recipient language
elgg-plugin.php
@@ -14,7 +14,7 @@
14
15
return [
16
'plugin' => [
17
- 'version' => '19.0.3',
+ 'version' => '19.0.4',
18
],
19
'bootstrap' => Bootstrap::class,
20
'settings' => [
0 commit comments