From 3ec9b488dd374b8d6bddf65f635aea1470f929d1 Mon Sep 17 00:00:00 2001 From: Vladimir Bryzgalov Date: Tue, 21 Apr 2026 21:06:02 +0500 Subject: [PATCH] feat(updates): add wp-plugin-info.json skeleton for PUC Generic JSON source --- wp-plugin-info.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wp-plugin-info.json diff --git a/wp-plugin-info.json b/wp-plugin-info.json new file mode 100644 index 0000000..ea40d1b --- /dev/null +++ b/wp-plugin-info.json @@ -0,0 +1,16 @@ +{ + "name": "CF7 Spam → Telegram", + "slug": "cf7-spam-to-telegram", + "version": "1.1.0", + "download_url": "https://git.netranking.ru/bryzgalov/cf7-spam-to-telegram/releases/download/v1.1.0/cf7-spam-to-telegram-1.1.0.zip", + "homepage": "https://git.netranking.ru/bryzgalov/cf7-spam-to-telegram", + "requires": "6.0", + "tested": "6.9", + "requires_php": "7.4", + "last_updated": "2026-04-21 00:00:00", + "author": "Vladimir Bryzgalov", + "sections": { + "description": "Forwards CF7 spam submissions to Telegram with heuristic classification (client/unclear/spam/drop labels).", + "changelog": "

1.1.0

" + } +}