diff --git a/CHANGES.txt b/CHANGES.txt index f032097..eaee20b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +5.0 (2023-06-02): + +- changed: conflict with Elgg < 5.0 +- changed: updated for Elgg 5 + 4.1 (2022-11-16): - added: ability to config stage background color per step diff --git a/elgg-plugin.php b/elgg-plugin.php index 285af7e..b4bf061 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -7,7 +7,7 @@ return [ 'plugin' => [ - 'version' => '4.1', + 'version' => '5.0', ], 'settings' => [ 'finish_early' => 0,