From 02006f39cdec61ec1746a07c4b32dd7f1a625817 Mon Sep 17 00:00:00 2001 From: Matt Wiebe Date: Mon, 2 Oct 2023 15:46:29 -0500 Subject: [PATCH] Minimum WP version --- activitypub.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activitypub.php b/activitypub.php index 266d630..1063c5a 100644 --- a/activitypub.php +++ b/activitypub.php @@ -8,9 +8,11 @@ * Author URI: https://automattic.com/ * License: MIT * License URI: http://opensource.org/licenses/MIT + * Requires at least: 5.9 * Requires PHP: 5.6 * Text Domain: activitypub * Domain Path: /languages + * */ namespace Activitypub;