From 0bfb314f80865c4fc80edc51c48e2d3a23b75cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 27 Oct 2021 13:25:10 +0200 Subject: [PATCH] chore: wrapping up v16.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 2a96aee..bc8396e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +16.0.1 (2021-10-27): + +- several small chores/fixes + 16.0 (2021-09-27): - added: avatar upload on register now uses icon cropper diff --git a/elgg-plugin.php b/elgg-plugin.php index ef49241..bc34304 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '16.0', + 'version' => '16.0.1', 'dependencies' => [ 'profile' => ['position' => 'after'], ],