diff --git a/CHANGES.txt b/CHANGES.txt index 9903a6e..11bc9f9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +4.0 (2022-08-24): + +- changed: updated for Elgg 4.3 + 3.0 (2022-06-01): - changed: updated for Elgg 4.2 diff --git a/elgg-plugin.php b/elgg-plugin.php index 48202ae..9c3db38 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '3.0', + 'version' => '4.0', ], 'settings' => [ 'finish_early' => 0,