Plugin Directory

Changeset 2961055


Ignore:
Timestamp:
08/31/2023 09:44:26 AM (3 years ago)
Author:
pluginbazar
Message:

WooCommerce Version Update

Location:
woc-order-alert
Files:
160 added
2 edited

Legend:

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

    r2957742 r2961055  
    77    Tested up to: 6.3
    88    Tested up to WooCommerce: 8.0.2
    9     Stable tag: 3.4.2
     9    Stable tag: 3.4.3
    1010    License: GPLv2 or later
    1111    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    148148= 3.4.3 =
    149149* 24/08/2023 - UPDATE - Basic test and update.
     150
     151= 3.4.4 =
     152* 31/08/2023 - UPDATE - WooCommerce Update.
  • woc-order-alert/trunk/woc-order-alert.php

    r2957742 r2961055  
    44    Plugin URI: https://pluginbazar.com/
    55    Description: Play sound as notification instantly on new order in your WooCommerce store.
    6     Version: 3.4.3
     6    Version: 3.4.4
    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.4.3' );
     26defined( 'OLISTENER_PLUGIN_VERSION' ) || define( 'OLISTENER_PLUGIN_VERSION', '3.4.4' );
    2727
    2828
Note: See TracChangeset for help on using the changeset viewer.