diff --git a/CHANGES.txt b/CHANGES.txt index 86edac4..dea6b6b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +19.0.4 (2024-12-11): + +- fixed: highlighted events widget should be sortable on edit form + 19.0.3 (2024-11-21): - fixed: notification on waitinglist promotion respects recipient language diff --git a/elgg-plugin.php b/elgg-plugin.php index 26fca3f..f4dce9c 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '19.0.3', + 'version' => '19.0.4', ], 'bootstrap' => Bootstrap::class, 'settings' => [