From 1757e0716d3a71c95115cb1255957b7d3139a292 Mon Sep 17 00:00:00 2001 From: Jerome Bakker Date: Mon, 27 Sep 2021 16:20:37 +0200 Subject: [PATCH] chore: wrapping up v16.0 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 74e2c6a..2a96aee 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +16.0 (2021-09-27): + +- added: avatar upload on register now uses icon cropper +- changed: register action middleware added using a hook +- changed: updated for Elgg 4 + 15.0.2 (2020-02-18): - fixed: register action validation middleware diff --git a/elgg-plugin.php b/elgg-plugin.php index 618deac..ef49241 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '15.0.2', + 'version' => '16.0', 'dependencies' => [ 'profile' => ['position' => 'after'], ],