Changeset 3337300
- Timestamp:
- 07/31/2025 01:14:35 PM (8 months ago)
- Location:
- notification-for-telegram
- Files:
-
- 2 added
- 4 edited
- 1 copied
-
tags/3.4.3 (copied) (copied from notification-for-telegram/trunk)
-
tags/3.4.3/index.php (modified) (3 diffs)
-
tags/3.4.3/nftb_minimal.css (added)
-
tags/3.4.3/readme.txt (modified) (2 diffs)
-
trunk/index.php (modified) (3 diffs)
-
trunk/nftb_minimal.css (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
notification-for-telegram/tags/3.4.3/index.php
r3337286 r3337300 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. 26 * Version: 3.4.3 7 7 * Author: Andrea Marinucci 8 8 * Author URI: … … 52 52 53 53 } else { 54 wp_enqueue_style( 'nftb_plugin_script2', plugins_url ( '/nftb_minimal.css', __FILE__ )); 55 54 56 // echo '<style> 55 57 // .telegram-notify-page .telegram-notify-nav-tab { … … 63 65 // } 64 66 // </style>'; 67 68 65 69 } 66 70 -
notification-for-telegram/tags/3.4.3/readme.txt
r3337166 r3337300 5 5 Requires at least: 4.0 6 6 Tested up to: 6.8.1 7 Stable tag: 3.4. 27 Stable tag: 3.4.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 275 275 276 276 == Changelog == 277 278 = 3.4.3 = 279 Added a minimal CSS when Main CSS is disabled 280 277 281 = 3.4.2 = 278 282 - Added support for Surecart Webhook Endpoint and some events [Beta]: refund.created, refund.succeeded, -
notification-for-telegram/trunk/index.php
r3337286 r3337300 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. 26 * Version: 3.4.3 7 7 * Author: Andrea Marinucci 8 8 * Author URI: … … 52 52 53 53 } else { 54 wp_enqueue_style( 'nftb_plugin_script2', plugins_url ( '/nftb_minimal.css', __FILE__ )); 55 54 56 // echo '<style> 55 57 // .telegram-notify-page .telegram-notify-nav-tab { … … 63 65 // } 64 66 // </style>'; 67 68 65 69 } 66 70 -
notification-for-telegram/trunk/readme.txt
r3337166 r3337300 5 5 Requires at least: 4.0 6 6 Tested up to: 6.8.1 7 Stable tag: 3.4. 27 Stable tag: 3.4.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 275 275 276 276 == Changelog == 277 278 = 3.4.3 = 279 Added a minimal CSS when Main CSS is disabled 280 277 281 = 3.4.2 = 278 282 - Added support for Surecart Webhook Endpoint and some events [Beta]: refund.created, refund.succeeded,
Note: See TracChangeset
for help on using the changeset viewer.