From e5bf9904b2c7f38996bcf58bdd614d0f7ae63cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 28 Sep 2023 15:00:12 +0200 Subject: [PATCH] chore: wrapping up v17.0.2 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 85c6d8a..9cd93aa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +17.0.2 (2023-09-28): + +- fixed: concept groups edit save buttons + 17.0.1 (2023-07-26): - fixed: buttons have a discernible text diff --git a/elgg-plugin.php b/elgg-plugin.php index d2b7b1e..e2c943a 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '17.0.1', + 'version' => '17.0.2', 'dependencies' => [ 'groups' => [ 'position' => 'after',