From 0c8d64ab49b88e116af646a0aa690e39f5ba8df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 11 Dec 2024 14:23:47 +0100 Subject: [PATCH] chore: wrapping up v13.1.2 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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' => [