From 557801db33f9c1d5de4463ec20e8af5fddb01957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 29 Oct 2024 15:28:06 +0100 Subject: [PATCH] Tested with ActivityPub plugin up to 4.0.1 --- activitypub-event-bridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitypub-event-bridge.php b/activitypub-event-bridge.php index 1893a17..6cc1afb 100644 --- a/activitypub-event-bridge.php +++ b/activitypub-event-bridge.php @@ -11,7 +11,7 @@ * License URI: https://www.gnu.org/licenses/agpl-3.0.de.html * Requires PHP: 8.1 * - * Requires at least ActivityPub plugin with version >= 3.2.2. ActivityPub plugin tested up to: 3.3.3. + * Requires at least ActivityPub plugin with version >= 3.2.2. ActivityPub plugin tested up to: 4.0.1. * * @package ActivityPub_Event_Bridge * @license AGPL-3.0-or-later