From b0fb5c8e3dad6d858712f24990dc7708492dc34b Mon Sep 17 00:00:00 2001 From: Vladimir Bryzgalov Date: Tue, 21 Apr 2026 23:50:23 +0500 Subject: [PATCH] release: 1.2.0 --- cf7-spam-to-telegram.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cf7-spam-to-telegram.php b/cf7-spam-to-telegram.php index 1cdd5a8..7211a03 100644 --- a/cf7-spam-to-telegram.php +++ b/cf7-spam-to-telegram.php @@ -2,7 +2,7 @@ /** * Plugin Name: CF7 Spam → Telegram * Description: Пересылает spam-заявки Contact Form 7 в Telegram-группу с эвристической оценкой. - * Version: 1.1.0 + * Version: 1.2.0 * Author: Vladimir Bryzgalov * Requires PHP: 7.4 * Requires at least: 6.0 @@ -17,7 +17,7 @@ if (!defined('ABSPATH')) exit; define('CF7STG_PLUGIN_FILE', __FILE__); define('CF7STG_PLUGIN_DIR', plugin_dir_path(__FILE__)); define('CF7STG_PLUGIN_URL', plugin_dir_url(__FILE__)); -define('CF7STG_VERSION', '1.1.0'); +define('CF7STG_VERSION', '1.2.0'); require_once CF7STG_PLUGIN_DIR . 'includes/class-plugin.php'; \Cf7stg\Plugin::register_autoloader(); diff --git a/readme.txt b/readme.txt index 187e30e..c6ef471 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: contact-form-7, telegram, spam, flamingo Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 -Stable tag: 1.1.0 +Stable tag: 1.2.0 License: GPLv2 or later Пересылает в Telegram-группу submissions CF7, помеченные как спам, с эвристической оценкой «похоже клиент / неясно / похоже спам».