Plugin Directory

Changeset 3083708


Ignore:
Timestamp:
05/09/2024 05:24:08 AM (22 months ago)
Author:
pluginbazar
Message:

WordPress, WooCommerce version update and basic test.

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

Legend:

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

    r3035864 r3083708  
    55    Requires at least: 5.0
    66    Requires WooCommerce: 4.0
    7     Tested up to: 6.4.3
    8     Tested up to WooCommerce: 8.5.2
    9     Stable tag: 3.5.3
     7    Tested up to: 6.5.3
     8    Tested up to WooCommerce: 8.8.3
     9    Stable tag: 3.5.4
    1010    License: GPLv2 or later
    1111    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    178178= 3.5.3 =
    179179* 15/02/2024 - Fix - Fixed compatibility issues with other plugins.
     180
     181= 3.5.4 =
     182* 09/05/2024 - UPDATE - WordPress, WooCommerce version update and basic test.
  • woc-order-alert/trunk/woc-order-alert.php

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