From dbf5d734173b82578057ea43a276a2b9ce9e66f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 16 Dec 2021 09:02:35 +0100 Subject: [PATCH] chore: wrapping up v13.0.3 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index d809c0f..594a558 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.0.3 (2021-12-16): + +- fixed: register upgrade to migrate plugin settings + 13.0.2 (2021-10-27): - fixed: supply correct number of params to message body diff --git a/elgg-plugin.php b/elgg-plugin.php index 0c14f48..8b47a3f 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '13.0.2', + 'version' => '13.0.3', 'dependencies' => [ 'groups' => [ 'position' => 'after',