From aa6a0f785b38a2edec760417b0579de53cb277a5 Mon Sep 17 00:00:00 2001 From: Artur Weigandt Date: Wed, 12 Mar 2025 11:21:13 +0100 Subject: [PATCH] Deprecate providing strategies see https://github.com/friendica/friendica/pull/14795 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e07565d584..294bf54a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ and this project [promises Backward Compatibility](doc/Developers-Intro.md#backw - `bin/daemon.php` is deprecated in favor of `bin/console daemon` by @nupplaphil in [#14642](https://github.com/friendica/friendica/pull/14642) - `bin/jetstream.php` is deprecated in favor of `bin/console jetstream` by @nupplaphil in [#14655](https://github.com/friendica/friendica/pull/14655) - `bin/worker.php` is deprecated in favor of `bin/console worker` by @nupplaphil in [#14659](https://github.com/friendica/friendica/pull/14659) +- Providing strategies via `strategies.config.php` file in addons is deprecated and will stop working in 5 months, please use PHP hooks instead and remove the `strategies.config.php` file in your addon. - `Friendica\Core\Logger` is deprecated, use constructor injection or `Friendica\Di::logger()` instead. ### Removed