From 9928105e76ac7787e3fa41a05f757cf035711942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 16 Feb 2022 15:40:10 +0100 Subject: [PATCH] chore: wrapping up v12.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 157927b..8c1921d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +12.0.3 (2022-02-16): + +- fixed: cast widget context as string + 12.0.2 (2021-10-27): - fixed: use route generation instead of fixed url diff --git a/elgg-plugin.php b/elgg-plugin.php index a6254b8..aad2429 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '12.0.2', + 'version' => '12.0.3', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,