Plugin Directory

Changeset 3355046


Ignore:
Timestamp:
09/03/2025 05:11:39 AM (6 months ago)
Author:
ikamal
Message:

Update to version 2.0.2.0 from GitHub

Location:
discord-notifications-for-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • discord-notifications-for-woocommerce/tags/2.0.2.0/discord-notifications-for-woocommerce.php

    r3355038 r3355046  
    22/**
    33 * Plugin Name: Order notifications for WooCommerce
    4  * Plugin URI: https://github.com/ikamal7/discord-notifications-for-woocommerce
     4 * Plugin URI: https://kamalhosen.com
    55 * Description: Sends notifications to a Discord channel via webhook when a WooCommerce order is created or its status changes.
    6  * Version: 2.0.0
     6 * Version: 2.0.1
    77 * Author: Kamal Hosen
    88 * Author URI: https://kamalhosen.com
     
    2121
    2222// Define plugin constants
    23 define( 'DISCORD_WOO_NOTIF_VERSION', '1.0.0' );
     23define( 'DISCORD_WOO_NOTIF_VERSION', '2.0.1' );
    2424define( 'DISCORD_WOO_NOTIF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'DISCORD_WOO_NOTIF_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • discord-notifications-for-woocommerce/tags/2.0.2.0/readme.txt

    r3355038 r3355046  
    44Requires at least: 5.0
    55Tested up to: 6.8.1
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org12.0.html
    1010
    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.
     11Get real-time WooCommerce order notifications on Discord, Telegram, Slack, SMS, and Email.
    1212
    1313== Description ==
     
    1717Whether 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.
    1818
    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
    2020
    2121= Key Features =
     
    8383= How do I upgrade to the Pro version? =
    8484
    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.t
     85Visit [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
    8686
    8787== Screenshots ==
  • discord-notifications-for-woocommerce/trunk/discord-notifications-for-woocommerce.php

    r3355038 r3355046  
    22/**
    33 * Plugin Name: Order notifications for WooCommerce
    4  * Plugin URI: https://github.com/ikamal7/discord-notifications-for-woocommerce
     4 * Plugin URI: https://kamalhosen.com
    55 * Description: Sends notifications to a Discord channel via webhook when a WooCommerce order is created or its status changes.
    6  * Version: 2.0.0
     6 * Version: 2.0.1
    77 * Author: Kamal Hosen
    88 * Author URI: https://kamalhosen.com
     
    2121
    2222// Define plugin constants
    23 define( 'DISCORD_WOO_NOTIF_VERSION', '1.0.0' );
     23define( 'DISCORD_WOO_NOTIF_VERSION', '2.0.1' );
    2424define( 'DISCORD_WOO_NOTIF_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'DISCORD_WOO_NOTIF_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • discord-notifications-for-woocommerce/trunk/readme.txt

    r3355038 r3355046  
    44Requires at least: 5.0
    55Tested up to: 6.8.1
    6 Stable tag: 2.0.0
     6Stable tag: 2.0.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org12.0.html
    1010
    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.
     11Get real-time WooCommerce order notifications on Discord, Telegram, Slack, SMS, and Email.
    1212
    1313== Description ==
     
    1717Whether 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.
    1818
    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
    2020
    2121= Key Features =
     
    8383= How do I upgrade to the Pro version? =
    8484
    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.t
     85Visit [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
    8686
    8787== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.