From 0f4b6bc6e18b283fdd463d157aac47db30839e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 28 Jun 2024 08:50:07 +0200 Subject: [PATCH] chore: wrapping up v19.0 --- CHANGES.txt | 5 +++++ elgg-plugin.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 2850dcb..d2b7c82 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,11 @@ Version history =============== +19.0 (2024-06-28): + +- added: restorable capability +- changed: updated for Elgg 6 + 18.0.2 (2024-04-03): - fixed: allow deletions of files with special chars diff --git a/elgg-plugin.php b/elgg-plugin.php index d73b947..67a06cc 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '18.0.2', + 'version' => '19.0', ], 'bootstrap' => Bootstrap::class, 'settings' => [