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' => [