Changeset 3470926
- Timestamp:
- 02/27/2026 08:48:48 AM (5 weeks ago)
- Location:
- notification-for-telegram
- Files:
-
- 2 added
- 6 edited
- 1 copied
-
tags/3.5 (copied) (copied from notification-for-telegram/trunk)
-
tags/3.5/include/nftb_MCP.php (added)
-
tags/3.5/include/nftb_optionpage.php (modified) (1 diff)
-
tags/3.5/index.php (modified) (2 diffs)
-
tags/3.5/readme.txt (modified) (5 diffs)
-
trunk/include/nftb_MCP.php (added)
-
trunk/include/nftb_optionpage.php (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
notification-for-telegram/tags/3.5/include/nftb_optionpage.php
r3375754 r3470926 8 8 //private $telegram_notify_options; 9 9 public $telegram_notify_option; 10 public $telegram_notify_options; 11 public $telegram_notify_options_tab2; 12 public $telegram_notify_options_tab3; 13 public $telegram_notify_options_tab4; 14 public $telegram_notify_options_tab5; 10 15 11 16 public function getValuefromconfig($field) -
notification-for-telegram/tags/3.5/index.php
r3375754 r3470926 4 4 * Plugin URI: https://www.reggae.it/my-wordpress-plugins 5 5 * Description: Sends notifications to Telegram when events occur in WordPress. 6 * Version: 3. 4.76 * Version: 3.5 7 7 * Author: Andrea Marinucci 8 8 * Author URI: … … 18 18 include( plugin_dir_path( __FILE__ ) . 'include/nftncron.php'); 19 19 include( plugin_dir_path( __FILE__ ) . 'include/nftb_optionpage.php'); 20 include( plugin_dir_path( __FILE__ ) . 'include/nftb_MCP.php'); 20 21 require_once plugin_dir_path(__FILE__) . 'include/nftb_surecart.php'; 21 22 -
notification-for-telegram/tags/3.5/readme.txt
r3375761 r3470926 2 2 Contributors: rainafarai 3 3 Donate link: https://www.paypal.com/paypalme/rainafarai 4 Tags: Telegram, Woocommerce , Contact form, mailchimp4 Tags: Telegram, Woocommerce ,Notification, mcp, ai, abilities-api 5 5 Requires at least: 4.0 6 Tested up to: 6. 8.17 Stable tag: 3. 4.76 Tested up to: 6.9.1 7 Stable tag: 3.5 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 40 40 You can enable/disable every notification in the Plugin settings page. 41 41 42 43 42 To configure the plugin, you need a valid Telegram API token. Its easy to get starting a Telegram Bot. 44 43 You can learn about obtaining tokens and generating new ones in … … 58 57 59 58 60 MESSAGES TRANSLATION 59 == AI & MCP Compatible == 60 61 This plugin supports the **WordPress Abilities API** and is compatible with 62 **MCP (Model Context Protocol)** — the standard that allows AI agents like 63 Claude, ChatGPT, and others to interact with WordPress autonomously. 64 65 If the **Abilities API** and **MCP Adapter** plugins are installed, any 66 authorized AI agent can automatically discover and use the 67 **Send Telegram Message** ability — no extra configuration needed. 68 69 **What an AI can do with this plugin:** 70 * Send a Telegram message with custom text 71 * Add an inline button with label and URL 72 * Override the default chat ID 73 74 = Requirements for MCP = 75 * WordPress 6.9+ 76 * Plugin: Abilities API (WordPress/abilities-api) 77 * Plugin: MCP Adapter (WordPress/mcp-adapter) 78 79 == MESSAGES TRANSLATION == 61 80 To translate Telegram messages, use WPML or Loco Translate. All notification strings are now translatable. 62 81 Go to Loco Translate → Plugins → Notification for Telegram to add your translations. … … 64 83 65 84 66 SHORTCODE EXAMPLE 85 == SHORTCODE EXAMPLE == 67 86 68 87 `[telegram_mess message="Im so happy" chatids="0000000," token="000000000:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" showsitename="1" showip="1" showcity="1" ]` … … 277 296 278 297 == Changelog == 298 = 3.5 = 299 - Added: MCP (Model Context Protocol) compatibility 300 - Added: WordPress Abilities API integration 301 - AI agents can now send Telegram notifications autonomously 302 - Fixed PHP 8.2+ deprecation warning on Plugin Option Page. Deprecated: Creation of dynamic property nftb_TelegramNotify::$telegram_notify_options_tab 279 303 280 304 = 3.4.7 = -
notification-for-telegram/trunk/include/nftb_optionpage.php
r3375754 r3470926 8 8 //private $telegram_notify_options; 9 9 public $telegram_notify_option; 10 public $telegram_notify_options; 11 public $telegram_notify_options_tab2; 12 public $telegram_notify_options_tab3; 13 public $telegram_notify_options_tab4; 14 public $telegram_notify_options_tab5; 10 15 11 16 public function getValuefromconfig($field) -
notification-for-telegram/trunk/index.php
r3375754 r3470926 4 4 * Plugin URI: https://www.reggae.it/my-wordpress-plugins 5 5 * Description: Sends notifications to Telegram when events occur in WordPress. 6 * Version: 3. 4.76 * Version: 3.5 7 7 * Author: Andrea Marinucci 8 8 * Author URI: … … 18 18 include( plugin_dir_path( __FILE__ ) . 'include/nftncron.php'); 19 19 include( plugin_dir_path( __FILE__ ) . 'include/nftb_optionpage.php'); 20 include( plugin_dir_path( __FILE__ ) . 'include/nftb_MCP.php'); 20 21 require_once plugin_dir_path(__FILE__) . 'include/nftb_surecart.php'; 21 22 -
notification-for-telegram/trunk/readme.txt
r3375761 r3470926 2 2 Contributors: rainafarai 3 3 Donate link: https://www.paypal.com/paypalme/rainafarai 4 Tags: Telegram, Woocommerce , Contact form, mailchimp4 Tags: Telegram, Woocommerce ,Notification, mcp, ai, abilities-api 5 5 Requires at least: 4.0 6 Tested up to: 6. 8.17 Stable tag: 3. 4.76 Tested up to: 6.9.1 7 Stable tag: 3.5 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 40 40 You can enable/disable every notification in the Plugin settings page. 41 41 42 43 42 To configure the plugin, you need a valid Telegram API token. Its easy to get starting a Telegram Bot. 44 43 You can learn about obtaining tokens and generating new ones in … … 58 57 59 58 60 MESSAGES TRANSLATION 59 == AI & MCP Compatible == 60 61 This plugin supports the **WordPress Abilities API** and is compatible with 62 **MCP (Model Context Protocol)** — the standard that allows AI agents like 63 Claude, ChatGPT, and others to interact with WordPress autonomously. 64 65 If the **Abilities API** and **MCP Adapter** plugins are installed, any 66 authorized AI agent can automatically discover and use the 67 **Send Telegram Message** ability — no extra configuration needed. 68 69 **What an AI can do with this plugin:** 70 * Send a Telegram message with custom text 71 * Add an inline button with label and URL 72 * Override the default chat ID 73 74 = Requirements for MCP = 75 * WordPress 6.9+ 76 * Plugin: Abilities API (WordPress/abilities-api) 77 * Plugin: MCP Adapter (WordPress/mcp-adapter) 78 79 == MESSAGES TRANSLATION == 61 80 To translate Telegram messages, use WPML or Loco Translate. All notification strings are now translatable. 62 81 Go to Loco Translate → Plugins → Notification for Telegram to add your translations. … … 64 83 65 84 66 SHORTCODE EXAMPLE 85 == SHORTCODE EXAMPLE == 67 86 68 87 `[telegram_mess message="Im so happy" chatids="0000000," token="000000000:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" showsitename="1" showip="1" showcity="1" ]` … … 277 296 278 297 == Changelog == 298 = 3.5 = 299 - Added: MCP (Model Context Protocol) compatibility 300 - Added: WordPress Abilities API integration 301 - AI agents can now send Telegram notifications autonomously 302 - Fixed PHP 8.2+ deprecation warning on Plugin Option Page. Deprecated: Creation of dynamic property nftb_TelegramNotify::$telegram_notify_options_tab 279 303 280 304 = 3.4.7 =
Note: See TracChangeset
for help on using the changeset viewer.