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'], ],