From 846df620aef3207f22bd41b4137bfed1532a6642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Thu, 23 Jan 2025 09:32:12 +0100 Subject: [PATCH] chore: wrapping up v22.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 ad725ed..d923e6e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +22.0.3 (2025-01-23): + +- fixed: PHP notice about dynamic properties + 22.0.2 (2024-10-25): - fixed: return correct value type diff --git a/elgg-plugin.php b/elgg-plugin.php index cd3c4c2..d2bbe72 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '22.0.2', + 'version' => '22.0.3', 'dependencies' => [ 'profile' => ['position' => 'after'], ],