From 2eec9c8317105c1a94cad2e92f351cb9ad8b732b Mon Sep 17 00:00:00 2001 From: Jerome Bakker Date: Mon, 27 Sep 2021 15:51:55 +0200 Subject: [PATCH] chore: wrapping up v7.0 --- CHANGES.txt | 6 ++++++ elgg-plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f9093c3..873555e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,12 @@ Version history =============== +7.0 (2021-09-27): + +- added: French translation +- added: target is no longer an allowed attribute for html content +- changed: updated for Elgg 4 + 6.0.1 (2020-05-26): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 40b3f33..2471ddb 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -5,7 +5,7 @@ return [ 'plugin' => [ - 'version' => '6.0.1', + 'version' => '7.0', ], 'bootstrap' => Bootstrap::class, 'hooks' => [