From 27da9f33ff7256a2b6a0a91c8b9b2b4121761b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Tue, 12 Oct 2021 15:38:20 +0200 Subject: [PATCH] chore: wrapping up v8.0.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9a5d0b3..f9a16fd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +8.0.1 (2021-10-12): + +- fixed: check correct setting for auto mark correct + 8.0 (2021-09-27): - changed: answer notification no longer user configurable diff --git a/elgg-plugin.php b/elgg-plugin.php index 6a2a6a2..5345c7f 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -15,7 +15,7 @@ return [ 'plugin' => [ - 'version' => '8.0', + 'version' => '8.0.1', ], 'settings' => [ 'close_on_marked_answer' => 'no',