From 80df96ae74b27197a2accbd076594a7d01b8d449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 11 Mar 2022 14:09:40 +0100 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 99a0b69..28ec5a6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +8.0.1 (2022-03-11): + +- changed: use entity capability for commentable + 8.0 (2022-02-16): - changed: updated code for new Elgg 4.1 capabilities system diff --git a/elgg-plugin.php b/elgg-plugin.php index 04b99e2..d665687 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -7,7 +7,7 @@ return [ 'plugin' => [ - 'version' => '8.0', + 'version' => '8.0.1', ], 'bootstrap' => Bootstrap::class, 'entities' => [