From 54ecb2892e1e54ada2df60e688c52ec69b216ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 3 Apr 2024 13:02:05 +0200 Subject: [PATCH] chore: wrapping up v13.1.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 00858af..5b4fdba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.1.1 (2024-04-03): + +- several small chores/fixes + 13.1 (2024-01-31): - added: option to exclude searching in translation keys diff --git a/elgg-plugin.php b/elgg-plugin.php index 258acbd..e52f5fc 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '13.1', + 'version' => '13.1.1', ], 'bootstrap' => Bootstrap::class, 'actions' => [