diff --git a/CHANGES.txt b/CHANGES.txt index d608f39..157927b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +12.0.2 (2021-10-27): + +- fixed: use route generation instead of fixed url + 12.0.1 (2021-10-12): - fixed: added missing class in group widget layout diff --git a/elgg-plugin.php b/elgg-plugin.php index 7dff3d0..a6254b8 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '12.0.1', + 'version' => '12.0.2', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,