Plugin Directory

Changeset 3337653


Ignore:
Timestamp:
08/01/2025 08:07:02 AM (8 months ago)
Author:
rainafarai
Message:

daje

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

Legend:

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

    r3337644 r3337653  
    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.4
     6 * Version: 3.4.5
    77 * Author: Andrea Marinucci
    88 * Author URI:
     
    3232    $telegram_notify_option = get_option('telegram_notify_option_name');
    3333    $notify_donot_load_css = isset($telegram_notify_option['notify_donot_load_css']) ? $telegram_notify_option['notify_donot_load_css'] : false;
    34    
     34
    3535//Enqueue Admin CSS on Job Board Settings page only
    3636if ( isset( $_GET['page'] ) && $_GET['page'] == 'telegram-notify'  ) {
  • notification-for-telegram/trunk/index.php

    r3337644 r3337653  
    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.4
     6 * Version: 3.4.5
    77 * Author: Andrea Marinucci
    88 * Author URI:
     
    3232    $telegram_notify_option = get_option('telegram_notify_option_name');
    3333    $notify_donot_load_css = isset($telegram_notify_option['notify_donot_load_css']) ? $telegram_notify_option['notify_donot_load_css'] : false;
    34    
     34
    3535//Enqueue Admin CSS on Job Board Settings page only
    3636if ( isset( $_GET['page'] ) && $_GET['page'] == 'telegram-notify'  ) {
Note: See TracChangeset for help on using the changeset viewer.