From f83b2870f2bfba41e409aa36f39e912d57b24057 Mon Sep 17 00:00:00 2001 From: Alex Dunmow Date: Thu, 9 Jul 2026 09:51:59 +0800 Subject: [PATCH] release 2.0.9: scope=ninja + api.cal.com egress declaration Re-declares allowed_hosts (bug: the pre-fix `ninja plugin bump` stripped it on the 2.0.7->2.0.8 bump, so the published 2.0.8 reached no egress consent gate and Cal.com calls were denied at runtime). Sets scope=ninja and drops the stray private flag to match the registry's @ninja/calcomblock entry. Co-Authored-By: Claude Opus 4.8 --- plugin.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.mod b/plugin.mod index 4646fa2..a7a5d71 100644 --- a/plugin.mod +++ b/plugin.mod @@ -1,10 +1,10 @@ [plugin] name = "calcomblock" display_name = "Cal.com Booking" -scope = "" -version = "2.0.8" +scope = "ninja" +version = "2.0.9" description = "Embeddable Cal.com booking calendar block with custom styling, timezone-aware slot windowing, honeypot + captcha + rate-limited public booking endpoints, and webhook receiver." kind = "plugin" categories = ["forms"] tags = ["calcom", "booking", "calendar", "scheduling", "appointments"] -private = true +allowed_hosts = ["api.cal.com"]