diff --git a/CHANGES.txt b/CHANGES.txt index 25ee860..ad725ed 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +22.0.2 (2024-10-25): + +- fixed: return correct value type + 22.0.1 (2024-10-10): - fixed: allow restore of profile fields from backup file diff --git a/elgg-plugin.php b/elgg-plugin.php index ddc9ebe..cd3c4c2 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '22.0.1', + 'version' => '22.0.2', 'dependencies' => [ 'profile' => ['position' => 'after'], ],