Changeset 3355046
- Timestamp:
- 09/03/2025 05:11:39 AM (6 months ago)
- Location:
- discord-notifications-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/2.0.2.0 (copied) (copied from discord-notifications-for-woocommerce/trunk)
-
tags/2.0.2.0/discord-notifications-for-woocommerce.php (modified) (2 diffs)
-
tags/2.0.2.0/readme.txt (modified) (3 diffs)
-
trunk/discord-notifications-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
discord-notifications-for-woocommerce/tags/2.0.2.0/discord-notifications-for-woocommerce.php
r3355038 r3355046 2 2 /** 3 3 * Plugin Name: Order notifications for WooCommerce 4 * Plugin URI: https:// github.com/ikamal7/discord-notifications-for-woocommerce4 * Plugin URI: https://kamalhosen.com 5 5 * Description: Sends notifications to a Discord channel via webhook when a WooCommerce order is created or its status changes. 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Author: Kamal Hosen 8 8 * Author URI: https://kamalhosen.com … … 21 21 22 22 // Define plugin constants 23 define( 'DISCORD_WOO_NOTIF_VERSION', ' 1.0.0' );23 define( 'DISCORD_WOO_NOTIF_VERSION', '2.0.1' ); 24 24 define( 'DISCORD_WOO_NOTIF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'DISCORD_WOO_NOTIF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
discord-notifications-for-woocommerce/tags/2.0.2.0/readme.txt
r3355038 r3355046 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8.1 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org12.0.html 10 10 11 Get real-time WooCommerce order notifications on Discord, Telegram, Slack, SMS, and Email with advanced customization and filtering in the Free and Pro versions.11 Get real-time WooCommerce order notifications on Discord, Telegram, Slack, SMS, and Email. 12 12 13 13 == Description == … … 17 17 Whether you're a solo entrepreneur or managing a team, this plugin ensures you and your team are always in the loop with real-time updates, reducing the need to constantly check your WordPress admin panel. Perfect for eCommerce businesses of all sizes, our plugin enhances team collaboration and boosts operational efficiency. 18 18 19 Check out our [YouTube video](https://www.youtube.com/watch?v=placeholder_video_id) for a quick demo of the plugin’s features and setup process. 19 20 20 21 21 = Key Features = … … 83 83 = How do I upgrade to the Pro version? = 84 84 85 Visit [our website](https:// example.com) to purchase a Pro license. Once purchased, enter your license key in the plugin’s dashboard to unlock premium features.t85 Visit [our website](https://kamalhosen.com) to purchase a Pro license. Once purchased, enter your license key in the plugin’s dashboard to unlock premium features.t 86 86 87 87 == Screenshots == -
discord-notifications-for-woocommerce/trunk/discord-notifications-for-woocommerce.php
r3355038 r3355046 2 2 /** 3 3 * Plugin Name: Order notifications for WooCommerce 4 * Plugin URI: https:// github.com/ikamal7/discord-notifications-for-woocommerce4 * Plugin URI: https://kamalhosen.com 5 5 * Description: Sends notifications to a Discord channel via webhook when a WooCommerce order is created or its status changes. 6 * Version: 2.0. 06 * Version: 2.0.1 7 7 * Author: Kamal Hosen 8 8 * Author URI: https://kamalhosen.com … … 21 21 22 22 // Define plugin constants 23 define( 'DISCORD_WOO_NOTIF_VERSION', ' 1.0.0' );23 define( 'DISCORD_WOO_NOTIF_VERSION', '2.0.1' ); 24 24 define( 'DISCORD_WOO_NOTIF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'DISCORD_WOO_NOTIF_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
discord-notifications-for-woocommerce/trunk/readme.txt
r3355038 r3355046 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8.1 6 Stable tag: 2.0. 06 Stable tag: 2.0.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org12.0.html 10 10 11 Get real-time WooCommerce order notifications on Discord, Telegram, Slack, SMS, and Email with advanced customization and filtering in the Free and Pro versions.11 Get real-time WooCommerce order notifications on Discord, Telegram, Slack, SMS, and Email. 12 12 13 13 == Description == … … 17 17 Whether you're a solo entrepreneur or managing a team, this plugin ensures you and your team are always in the loop with real-time updates, reducing the need to constantly check your WordPress admin panel. Perfect for eCommerce businesses of all sizes, our plugin enhances team collaboration and boosts operational efficiency. 18 18 19 Check out our [YouTube video](https://www.youtube.com/watch?v=placeholder_video_id) for a quick demo of the plugin’s features and setup process. 19 20 20 21 21 = Key Features = … … 83 83 = How do I upgrade to the Pro version? = 84 84 85 Visit [our website](https:// example.com) to purchase a Pro license. Once purchased, enter your license key in the plugin’s dashboard to unlock premium features.t85 Visit [our website](https://kamalhosen.com) to purchase a Pro license. Once purchased, enter your license key in the plugin’s dashboard to unlock premium features.t 86 86 87 87 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.