Changeset 3025888
- Timestamp:
- 01/23/2024 05:58:05 PM (2 years ago)
- Location:
- telsender/trunk
- Files:
-
- 3 added
- 5 edited
-
clasess/TelsenderCore.php (modified) (2 diffs)
-
clasess/TelsenderWc.php (modified) (1 diff)
-
clasess/includes (added)
-
clasess/includes/ninja (added)
-
clasess/includes/ninja/NFActionsTelegram.php (added)
-
index.php (modified) (1 diff)
-
readme.md (modified) (3 diffs)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telsender/trunk/clasess/TelsenderCore.php
r3024763 r3025888 5 5 use pechenki\Telsender\clasess\TelegramSend as Telegransender; 6 6 use pechenki\Telsender\clasess\TscfwcSetting; 7 use function Symfony\Component\Translation\t;7 use pechenki\Telsender\clasess\includes\ninja\NFActionsTelegram; 8 8 9 9 if ( ! defined( 'ABSPATH' ) ) { … … 69 69 add_action("wpcf7_mail_sent", array($this, 'sendCF7'), 99, 1); 70 70 } 71 72 add_filter( 'ninja_forms_register_actions', function ($actions){ 73 $actions[ 'Telsender' ] = new NFActionsTelegram($this->telegram); 74 return $actions; 75 }); 71 76 72 77 -
telsender/trunk/clasess/TelsenderWc.php
r3024763 r3025888 93 93 $_result = null; 94 94 } 95 96 97 98 95 if ($_result) { 99 96 $this->replace[$item] = $_result; -
telsender/trunk/index.php
r3024763 r3025888 8 8 Description: Плагін відправляє заявки з форм у телеграм канал 9 9 Author: Pechenki 10 Version: 1.14.1 010 Version: 1.14.11 11 11 Author URI: https://coder.org.ua/dev/wordpress/telsender 12 12 */ -
telsender/trunk/readme.md
r3023994 r3025888 1 === TelSender - Сontact form 7, Events, Wpforms and wooccommerce to telegram bot ===1 === TelSender - Сontact form 7, Events, Wpforms, ninja forms and wooccommerce to telegram bot === 2 2 Contributors: pechenki 3 Tags: telegram, Сontact form 7 to telegram, Сontact form 7, wooccommerce to telegram, Wpforms to telegram, wpforms to telegram3 Tags: telegram, Сontact form 7 to telegram, ninja forms, telegram ninja forms, Сontact form 7, wooccommerce to telegram, Wpforms to telegram, wpforms to telegram 4 4 Requires at least: 4.8 5 Requires PHP: 7.45 Requires PHP: 5.6 6 6 Tested up to: 6.4 7 Stable tag: 1.14. 97 Stable tag: 1.14.11 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 20 # Ninja forms 21  20 22 21 23 … … 41 43 == Screenshots == 42 44 1 - Basic settings 43 2 - Setup via TelSender_Bot 44 3 - Example of Application from wooccommerce 45 2 - Events 46 3 - Ninja Form 47 4 - Example message wooccommerce 45 48 46 49 47 50 == Changelog == 51 52 = 1.14.11 = 53 - add integration ninja forms 54 48 55 = 1.14.9 = 49 56 - add log file -
telsender/trunk/readme.txt
r3024763 r3025888 1 === TelSender - Wp to telegram СF 7, Events, Wpforms, Wooccommerce ===1 === TelSender - Wp to telegram СF 7, Events, Wpforms, Ninja forms, Wooccommerce === 2 2 Contributors: pechenki 3 Tags: telegram, Сontact form 7 to telegram, Сontact form 7, wooccommerce to telegram, Wpforms to telegram, wpforms to telegram3 Tags: telegram, Сontact form 7 to telegram, Сontact form 7, Ninja forms, Ninja forms telegram , wooccommerce to telegram, Wpforms to telegram, wpforms to telegram 4 4 Requires at least: 4.8 5 Requires PHP: 7.45 Requires PHP: 5.6 6 6 Tested up to: 6.4 7 Stable tag: 1.14.1 07 Stable tag: 1.14.11 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 38 38 * Надсилає заявки з ContactForm 7 у телеграми; 39 39 * Надсилає заявки з wpforms у телеграми; 40 * Надсилає заявки з Ninja forms у телеграми; 40 41 * Надсилає повідомлення про Login Failed (Помилка входу в систему) 41 42 * Надсилає повідомлення про Login success ( Успішний вхід в систему) … … 49 50 * Sends requests from ContactForm 7 to telegrams; 50 51 * Sends requests from wpforms to telegrams; 52 * Sends requests from Ninja forms to telegrams; 51 53 * Sends Login Failed notification to emails 52 54 * Sends Login success notification (Successful login) … … 56 58 * Easy to use; 57 59 * Effective; 60 61 62 # Ninja forms 63  58 64 59 65 == Installation == … … 69 75 == Screenshots == 70 76 1 - Basic settings 71 2 - Setup via TelSender_Bot 72 3 - Example of Application from wooccommerce 77 2 - Events 78 3 - Ninja Form 79 4 - Example message wooccommerce 73 80 74 81 75 82 == Changelog == 83 84 = 1.14.11 = 85 - add integration ninja forms 86 87 76 88 = 1.14.10 = 77 89 - fix error empty wooccommerce short tag
Note: See TracChangeset
for help on using the changeset viewer.