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