updated plugin Event Bridge for ActivityPub version 1.3.0

This commit is contained in:
2026-06-03 21:28:57 +00:00
committed by Gitium
parent 1f3438440f
commit f2d6714572
84 changed files with 1721 additions and 1361 deletions

View File

@ -0,0 +1,27 @@
{
"core": null,
"plugins": [
"https://downloads.wordpress.org/plugin/activitypub.8.3.0.zip",
"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.2.zip",
"https://downloads.wordpress.org/plugin/very-simple-event-list.20.0.zip",
"https://downloads.wordpress.org/plugin/gatherpress.0.33.3.zip",
"https://downloads.wordpress.org/plugin/eventprime-event-calendar-management.4.3.4.0.zip",
"https://downloads.wordpress.org/plugin/events-manager.7.2.3.1.zip",
"https://downloads.wordpress.org/plugin/wp-event-solution.4.1.13.zip",
"https://downloads.wordpress.org/plugin/event-organiser.3.12.8.zip",
"https://downloads.wordpress.org/plugin/eventon-lite.2.5.4.zip",
"https://codeberg.org/Event-Federation/modern-events-calendar-lite/releases/download/v7.27.0/modern-events-calendar-lite.zip",
"https://downloads.wordpress.org/plugin/spiffy-calendar.5.0.11.zip",
"wpeventmanager/wp-event-manager#3.3.5",
"https://downloads.wordpress.org/plugin/plugin-check.1.9.0.zip",
"."
],
"testsEnvironment": true,
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true
},
"lifecycleScripts": {
"afterStart": "wp-env run cli wp plugin deactivate --all --exclude=activitypub,event-bridge-for-activitypub"
}
}