From 5a21458ae993486fa12b056153a69a1399b398df Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 20 Oct 2022 09:46:59 +0200 Subject: [PATCH] added a breaking note for custom addons to the CHANGELOG With the movement of all the function from the boot.php into fitting classes custom addons will break (e.g. local_user() calls). The note in the CHANGELOG should be a warning and a reminder for the release notes of 2022.12. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 88d28f313..b2e549610 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ Version 2022.12 (unreleased) Friendica Core Friendica Addons + BREAKING: The functions from the boot.php file have been moved into better fitting classes + this may break your custom addons. See the pull requests #1293 and #1294 in the + addon repository about the needed changes to your addons. Closed Issues