From 6e8d42d020a5bf1b9666da80009a393aa591f2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 18 Oct 2023 15:37:45 +0200 Subject: [PATCH] chore: wrapping up v20.0.3 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4861bdb..150d2af 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +20.0.3 (2023-10-18): + +- fixed: make sure multiselect is also loaded if requested via ajax + 20.0.2 (2023-08-17): - fixed: ckeditor issue with detecting correct width in flex layout diff --git a/elgg-plugin.php b/elgg-plugin.php index f8e9359..39115b6 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '20.0.2', + 'version' => '20.0.3', 'dependencies' => [ 'profile' => ['position' => 'after'], ],