diff --git a/CHANGES.txt b/CHANGES.txt index 4858732..00858af 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.1 (2024-01-31): + +- added: option to exclude searching in translation keys + 13.0 (2023-11-30): - changed: updated for Elgg 5.1 diff --git a/elgg-plugin.php b/elgg-plugin.php index 96035e0..9a2be77 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '13.0', + 'version' => '13.1', ], 'bootstrap' => Bootstrap::class, 'actions' => [