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',