From 77b7b7328810725a4796478001bce3847304c889 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 20 Aug 2018 06:24:43 +0200 Subject: [PATCH] "remote_permissions" and "widgets" are set to deprecated (#711) --- remote_permissions/remote_permissions.php | 2 +- widgets/widgets.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/remote_permissions/remote_permissions.php b/remote_permissions/remote_permissions.php index a9f5b51e..36cf34da 100644 --- a/remote_permissions/remote_permissions.php +++ b/remote_permissions/remote_permissions.php @@ -4,7 +4,7 @@ * Description: Allow the recipients of private posts to see who else can see the post by clicking the lock icon * Version: 1.0 * Author: Zach - * + * Status: Unsupported */ use Friendica\Core\Addon; diff --git a/widgets/widgets.php b/widgets/widgets.php index deea77ac..f116dccd 100644 --- a/widgets/widgets.php +++ b/widgets/widgets.php @@ -4,6 +4,7 @@ * Description: Allow to embed info from friendica into another site * Version: 1.0 * Author: Fabio Comuni + * Status: Unsupported */ use Friendica\Core\Addon;