chore: bump version to 1.1.0 with silent-drop changelog
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Plugin Name: CF7 Spam → Telegram
|
||||
* Description: Пересылает spam-заявки Contact Form 7 в Telegram-группу с эвристической оценкой.
|
||||
* Version: 1.0.4
|
||||
* Version: 1.1.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.0.4');
|
||||
define('CF7STG_VERSION', '1.1.0');
|
||||
|
||||
require_once CF7STG_PLUGIN_DIR . 'includes/class-plugin.php';
|
||||
\Cf7stg\Plugin::register_autoloader();
|
||||
|
||||
Reference in New Issue
Block a user