diff --git a/CHANGES.txt b/CHANGES.txt index 0e733bb..d00d71a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +10.0.2 (2023-09-28): + +- fixed: make sure preview does not crash on null value fields + 10.0.1 (2023-07-26): - fixed: buttons have a discernible text diff --git a/elgg-plugin.php b/elgg-plugin.php index 5a139a8..3b74a13 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -4,7 +4,7 @@ return [ 'plugin' => [ - 'version' => '10.0.1', + 'version' => '10.0.2', ], 'entities' => [ [