From 7f09935cb2aa889d23d9d53e4a2dc9088a5df768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 11 Dec 2024 14:25:10 +0100 Subject: [PATCH] chore: wrapping up v10.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index dc04639..8862761 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +10.1 (2024-12-11): + +- added: target blank behaviour can be forced on an anchor + 10.0 (2024-06-28): - changed: updated for Elgg 6 diff --git a/elgg-plugin.php b/elgg-plugin.php index 8425bac..b46e0d9 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -5,7 +5,7 @@ return [ 'plugin' => [ - 'version' => '10.0', + 'version' => '10.1', ], 'bootstrap' => Bootstrap::class, 'events' => [