From 97d75e8886bc97e8e05f26a4d9d5a92fce79fd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 16 Feb 2022 14:55:29 +0100 Subject: [PATCH] chore: wrapping up v9.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 2d0bc44..cd2bab9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +9.0.2 (2022-02-16): + +- fixed: fetch correct entities during delayed publication cron job + 9.0.1 (2021-12-16): - fixed: show future access in imprint when a blog is in draft diff --git a/elgg-plugin.php b/elgg-plugin.php index 50b4f93..cbaa6ee 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -4,7 +4,7 @@ return [ 'plugin' => [ - 'version' => '9.0.1', + 'version' => '9.0.2', 'dependencies' => [ 'blog' => [ 'position' => 'after',