From 7d88c65e52964f47967e8ebc2c96f505543d49a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 1 Jun 2022 15:38:55 +0200 Subject: [PATCH] chore: wrapping up v18.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3afe0cd..58871af 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +18.0 (2022-06-01): + +- changed: updated for Elgg 4.2 +- fixed: allow cropper on group profile icon + 17.0.1 (2022-03-11): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 6f33de8..d314022 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '17.0.1', + 'version' => '18.0', 'dependencies' => [ 'profile' => ['position' => 'after'], ],