Plugin Directory

Changeset 3274547


Ignore:
Timestamp:
04/16/2025 10:48:30 AM (11 months ago)
Author:
pluginbazar
Message:

Update to version 3.5.6 from GitHub

Location:
woc-order-alert
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woc-order-alert/tags/3.5.6/readme.txt

    r3227732 r3274547  
    77    Tested up to: 6.7
    88    Tested up to WooCommerce: 9.6
    9     Stable tag: 3.5.5
     9    Stable tag: 3.5.6
    1010    License: GPLv2 or later
    1111    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2121Admin can add some conditions/rules to check special orders. Like - Minimum order amount, Check for special product etc.
    2222
    23 [TRY DEMO](https://demo.pluginbazar.com/order-listener/try-demo/) | [BUY PRO](https://pluginbazar.com/plugin/order-listener-for-woocommerce-play-sounds-instantly-on-orders/) | [SUPPORT](https://pluginbazar.com/my-account/tickets/?action=new) | [DOCUMENTATION](https://pluginbazar.com/docs/order-listener-for-woocommerce/)
     23[TRY DEMO](https://app.instawp.io/launch?t=order-notification-for-woocommerce&d=v2) | [BUY PRO](https://pluginbazar.com/buy/order-notification-for-woocommerce) | [SUPPORT](https://pluginbazar.com/support/)
    2424
    2525
     
    185185* 24/01/2025 - UPDATE - Added compatibility support with latest WordPress & WooCommerce.
    186186
     187= 3.5.6 =
     188* 16/04/2025 - FIX - Tested with latest WordPress version.
     189* 16/04/2025 - FIX - Updated some links.
     190
  • woc-order-alert/tags/3.5.6/woc-order-alert.php

    r3227732 r3274547  
    44    Plugin URI: https://pluginbazar.com/
    55    Description: Play sound as notification instantly on new order in your WooCommerce store.
    6     Version: 3.5.5
     6    Version: 3.5.6
    77    Author: Pluginbazar
    88    Text Domain: woc-order-alert
     
    2424defined( 'OLISTENER_REVIEW_URL' ) || define( 'OLISTENER_REVIEW_URL', 'https://wordpress.org/support/plugin/woc-order-alert/reviews/?filter=5#new-post' );
    2525defined( 'OLISTENER_DATA_TABLE' ) || define( 'OLISTENER_DATA_TABLE', $wpdb->prefix . 'woocommerce_order_listener' );
    26 defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.5.5' );
     26defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.5.6' );
    2727
    2828
  • woc-order-alert/trunk/readme.txt

    r3227732 r3274547  
    77    Tested up to: 6.7
    88    Tested up to WooCommerce: 9.6
    9     Stable tag: 3.5.5
     9    Stable tag: 3.5.6
    1010    License: GPLv2 or later
    1111    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2121Admin can add some conditions/rules to check special orders. Like - Minimum order amount, Check for special product etc.
    2222
    23 [TRY DEMO](https://demo.pluginbazar.com/order-listener/try-demo/) | [BUY PRO](https://pluginbazar.com/plugin/order-listener-for-woocommerce-play-sounds-instantly-on-orders/) | [SUPPORT](https://pluginbazar.com/my-account/tickets/?action=new) | [DOCUMENTATION](https://pluginbazar.com/docs/order-listener-for-woocommerce/)
     23[TRY DEMO](https://app.instawp.io/launch?t=order-notification-for-woocommerce&d=v2) | [BUY PRO](https://pluginbazar.com/buy/order-notification-for-woocommerce) | [SUPPORT](https://pluginbazar.com/support/)
    2424
    2525
     
    185185* 24/01/2025 - UPDATE - Added compatibility support with latest WordPress & WooCommerce.
    186186
     187= 3.5.6 =
     188* 16/04/2025 - FIX - Tested with latest WordPress version.
     189* 16/04/2025 - FIX - Updated some links.
     190
  • woc-order-alert/trunk/woc-order-alert.php

    r3227732 r3274547  
    44    Plugin URI: https://pluginbazar.com/
    55    Description: Play sound as notification instantly on new order in your WooCommerce store.
    6     Version: 3.5.5
     6    Version: 3.5.6
    77    Author: Pluginbazar
    88    Text Domain: woc-order-alert
     
    2424defined( 'OLISTENER_REVIEW_URL' ) || define( 'OLISTENER_REVIEW_URL', 'https://wordpress.org/support/plugin/woc-order-alert/reviews/?filter=5#new-post' );
    2525defined( 'OLISTENER_DATA_TABLE' ) || define( 'OLISTENER_DATA_TABLE', $wpdb->prefix . 'woocommerce_order_listener' );
    26 defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.5.5' );
     26defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.5.6' );
    2727
    2828
Note: See TracChangeset for help on using the changeset viewer.