From 5cb079bd138ee61e053076e27e868fabc30c1bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 24 Aug 2022 13:15:28 +0200 Subject: [PATCH] chore: wrapping up v8.0 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- manifest.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 74e2e98..3d1bf0c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +8.0 (2022-08-24): + +- changed: updated for Elgg 4.3 + 7.1.1 (2022-07-12): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index de4b327..f5cb6c2 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '7.1.1', + 'version' => '8.0', ], 'actions' => [ 'entity_tools/update_entities' => [], diff --git a/manifest.xml b/manifest.xml index df4f127..e89ab15 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ Entity tools ColdTrick IT Solutions - 7.1.1 + 8.0 Advanced editing of entities in your Elgg database. http://www.coldtrick.com/ https://github.com/ColdTrick/entity_tools