diff --git a/CHANGES.txt b/CHANGES.txt index b043639..c8b811b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +21.0.2 (2024-03-14): + +- several small chores/fixes + 21.0.1 (2024-02-16): - fixed: correctly extract profile field information diff --git a/elgg-plugin.php b/elgg-plugin.php index 90801c5..b3a3887 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '21.0.1', + 'version' => '21.0.2', 'dependencies' => [ 'profile' => ['position' => 'after'], ],