diff --git a/CHANGES.txt b/CHANGES.txt index 642693d..eb72c3d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +12.0.2 (2024-04-24): + +- fixed: show error message on edit permissions fail + 12.0.1 (2024-03-14): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 53b58dc..33dcde4 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '12.0.1', + 'version' => '12.0.2', ], 'bootstrap' => Bootstrap::class, 'settings' => [