updated plugin ActivityPub version 8.3.0

This commit is contained in:
2026-06-03 21:28:46 +00:00
committed by Gitium
parent a4b78ec277
commit 6fe182458a
340 changed files with 43232 additions and 7568 deletions

View File

@ -2,10 +2,19 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"name": "activitypub/remote-reply",
"apiVersion": 3,
"version": "1.0.0",
"version": "8.3.0",
"title": "Reply on the Fediverse",
"category": "widgets",
"description": "",
"description": "Allow visitors to reply to your posts from their Fediverse account.",
"keywords": [
"fediverse",
"activitypub",
"reply",
"comments"
],
"textdomain": "activitypub",
"viewScript": "file:./index.js"
"style": "file:./style-view.css",
"viewScriptModule": "file:./view.js",
"viewScript": "wp-api-fetch",
"render": "file:./render.php"
}