diff --git a/CHANGES.txt b/CHANGES.txt index ca3a7b4..db0324c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +5.0 (2023-11-30): + +- changed: updated for Elgg 5.1 +- fixed: only forward to trusted urls after login + 4.0.1 (2023-07-26): - fixed: buttons have a discernible text diff --git a/elgg-plugin.php b/elgg-plugin.php index b7d997d..3babd1c 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -5,7 +5,7 @@ return [ 'plugin' => [ - 'version' => '4.0.1', + 'version' => '5.0', ], 'settings' => [ 'use_http_x_forwarded' => 0,