From fe2c86a9d942655eeb4a9e2290c56557e6df9f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 10 Oct 2024 14:31:40 +0200 Subject: [PATCH] chore: wrapping up v22.0.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b4bb0fc..25ee860 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +22.0.1 (2024-10-10): + +- fixed: allow restore of profile fields from backup file + 22.0 (2024-06-28): - changed: updated for Elgg 6 diff --git a/elgg-plugin.php b/elgg-plugin.php index b9ce559..ddc9ebe 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '22.0', + 'version' => '22.0.1', 'dependencies' => [ 'profile' => ['position' => 'after'], ],