Plugin Directory

Changeset 3337300


Ignore:
Timestamp:
07/31/2025 01:14:35 PM (8 months ago)
Author:
rainafarai
Message:

3.4.3

Location:
notification-for-telegram
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • notification-for-telegram/tags/3.4.3/index.php

    r3337286 r3337300  
    44* Plugin URI: https://www.reggae.it/my-wordpress-plugins
    55 * Description:  Sends notifications to Telegram when events occur in WordPress.
    6  * Version: 3.4.2
     6 * Version: 3.4.3
    77 * Author: Andrea Marinucci
    88 * Author URI:
     
    5252
    5353    } else {
     54        wp_enqueue_style( 'nftb_plugin_script2', plugins_url ( '/nftb_minimal.css', __FILE__ ));
     55   
    5456//      echo '<style>
    5557// .telegram-notify-page .telegram-notify-nav-tab {
     
    6365// }
    6466// </style>';
     67
     68
    6569    }
    6670       
  • notification-for-telegram/tags/3.4.3/readme.txt

    r3337166 r3337300  
    55Requires at least: 4.0
    66Tested up to: 6.8.1
    7 Stable tag: 3.4.2
     7Stable tag: 3.4.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    275275
    276276== Changelog ==
     277
     278= 3.4.3 =
     279Added a minimal CSS when Main CSS is disabled
     280
    277281= 3.4.2 =
    278282- Added support for Surecart Webhook Endpoint and some events [Beta]: refund.created, refund.succeeded,
  • notification-for-telegram/trunk/index.php

    r3337286 r3337300  
    44* Plugin URI: https://www.reggae.it/my-wordpress-plugins
    55 * Description:  Sends notifications to Telegram when events occur in WordPress.
    6  * Version: 3.4.2
     6 * Version: 3.4.3
    77 * Author: Andrea Marinucci
    88 * Author URI:
     
    5252
    5353    } else {
     54        wp_enqueue_style( 'nftb_plugin_script2', plugins_url ( '/nftb_minimal.css', __FILE__ ));
     55   
    5456//      echo '<style>
    5557// .telegram-notify-page .telegram-notify-nav-tab {
     
    6365// }
    6466// </style>';
     67
     68
    6569    }
    6670       
  • notification-for-telegram/trunk/readme.txt

    r3337166 r3337300  
    55Requires at least: 4.0
    66Tested up to: 6.8.1
    7 Stable tag: 3.4.2
     7Stable tag: 3.4.3
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    275275
    276276== Changelog ==
     277
     278= 3.4.3 =
     279Added a minimal CSS when Main CSS is disabled
     280
    277281= 3.4.2 =
    278282- Added support for Surecart Webhook Endpoint and some events [Beta]: refund.created, refund.succeeded,
Note: See TracChangeset for help on using the changeset viewer.