Plugin Directory

Changeset 3025888


Ignore:
Timestamp:
01/23/2024 05:58:05 PM (2 years ago)
Author:
pechenki
Message:

1.14.11

  • add integration ninja forms
Location:
telsender/trunk
Files:
3 added
5 edited

Legend:

Unmodified
Added
Removed
  • telsender/trunk/clasess/TelsenderCore.php

    r3024763 r3025888  
    55use pechenki\Telsender\clasess\TelegramSend as Telegransender;
    66use pechenki\Telsender\clasess\TscfwcSetting;
    7 use function Symfony\Component\Translation\t;
     7use pechenki\Telsender\clasess\includes\ninja\NFActionsTelegram;
    88
    99if ( ! defined( 'ABSPATH' ) ) {
     
    6969            add_action("wpcf7_mail_sent", array($this, 'sendCF7'), 99, 1);
    7070        }
     71
     72        add_filter( 'ninja_forms_register_actions', function ($actions){
     73            $actions[ 'Telsender' ] = new NFActionsTelegram($this->telegram);
     74            return $actions;
     75        });
    7176
    7277
  • telsender/trunk/clasess/TelsenderWc.php

    r3024763 r3025888  
    9393                    $_result = null;
    9494                }
    95 
    96 
    97 
    9895                if ($_result) {
    9996                    $this->replace[$item] = $_result;
  • telsender/trunk/index.php

    r3024763 r3025888  
    88Description: Плагін відправляє заявки з форм у телеграм канал
    99Author: Pechenki
    10 Version: 1.14.10
     10Version: 1.14.11
    1111Author URI: https://coder.org.ua/dev/wordpress/telsender
    1212*/
  • 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 ===
    22Contributors: pechenki
    3 Tags: telegram, Сontact form 7 to telegram, Сontact form 7, wooccommerce to telegram, Wpforms to telegram, wpforms to telegram
     3Tags: telegram, Сontact form 7 to telegram, ninja forms, telegram ninja forms, Сontact form 7, wooccommerce to telegram, Wpforms to telegram, wpforms to telegram
    44Requires at least: 4.8
    5 Requires PHP: 7.4
     5Requires PHP: 5.6
    66Tested up to: 6.4
    7 Stable tag: 1.14.9
     7Stable tag: 1.14.11
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1818
    1919
     20# Ninja forms
     21![Ninja forms](https://i.vgy.me/ELvzBL.gif)
    2022
    2123
     
    4143== Screenshots ==
    42441 - Basic settings
    43 2 - Setup via TelSender_Bot
    44 3 - Example of Application from wooccommerce
     452 - Events
     463 - Ninja Form
     474 - Example message  wooccommerce
    4548
    4649
    4750== Changelog ==
     51
     52= 1.14.11 =
     53- add integration ninja forms
     54
    4855= 1.14.9 =
    4956- 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 ===
    22Contributors: pechenki
    3 Tags: telegram, Сontact form 7 to telegram, Сontact form 7, wooccommerce to telegram, Wpforms to telegram, wpforms to telegram
     3Tags: telegram, Сontact form 7 to telegram, Сontact form 7, Ninja forms, Ninja forms telegram , wooccommerce to telegram, Wpforms to telegram, wpforms to telegram
    44Requires at least: 4.8
    5 Requires PHP: 7.4
     5Requires PHP: 5.6
    66Tested up to: 6.4
    7 Stable tag: 1.14.10
     7Stable tag: 1.14.11
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3838* Надсилає заявки з ContactForm 7 у телеграми;
    3939* Надсилає заявки з wpforms у телеграми;
     40* Надсилає заявки з Ninja forms у телеграми;
    4041* Надсилає повідомлення про Login Failed (Помилка входу в систему)
    4142* Надсилає повідомлення про Login success ( Успішний вхід в систему)
     
    4950* Sends requests from ContactForm 7 to telegrams;
    5051* Sends requests from wpforms to telegrams;
     52* Sends requests from Ninja forms to telegrams;
    5153* Sends Login Failed notification to emails
    5254* Sends Login success notification (Successful login)
     
    5658* Easy to use;
    5759* Effective;
     60
     61
     62# Ninja forms
     63![Ninja forms](https://i.vgy.me/ELvzBL.gif)
    5864
    5965== Installation ==
     
    6975== Screenshots ==
    70761 - Basic settings
    71 2 - Setup via TelSender_Bot
    72 3 - Example of Application from wooccommerce
     772 - Events
     783 - Ninja Form
     794 - Example message  wooccommerce
    7380
    7481
    7582== Changelog ==
     83
     84= 1.14.11 =
     85- add integration ninja forms
     86
     87
    7688= 1.14.10 =
    7789 - fix error empty wooccommerce short tag
Note: See TracChangeset for help on using the changeset viewer.