diff --git a/CHANGES.txt b/CHANGES.txt index 6589cc3..bef7246 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.1.2 (2024-12-11): + +- fixed: setting parent_guid not being saved correctly + 13.1.1 (2024-11-21): - fixed: correctly save tag fields diff --git a/elgg-plugin.php b/elgg-plugin.php index d557d0e..1fe91c1 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -13,7 +13,7 @@ return [ 'plugin' => [ - 'version' => '13.1.1', + 'version' => '13.1.2', ], 'bootstrap' => Bootstrap::class, 'settings' => [