Plugin Directory

Changeset 3035864


Ignore:
Timestamp:
02/14/2024 07:11:56 PM (2 years ago)
Author:
pluginbazar
Message:

Fix compatibility issues with other plugins.

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

Legend:

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

    r3025625 r3035864  
    55    Requires at least: 5.0
    66    Requires WooCommerce: 4.0
    7     Tested up to: 6.4.2
    8     Tested up to WooCommerce: 8.5.1
    9     Stable tag: 3.5.2
     7    Tested up to: 6.4.3
     8    Tested up to WooCommerce: 8.5.2
     9    Stable tag: 3.5.3
    1010    License: GPLv2 or later
    1111    License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    175175= 3.5.2 =
    176176* 23/01/2024 - UPDATE - WooCommerce version update and basic test.
     177
     178= 3.5.3 =
     179* 15/02/2024 - Fix - Fixed compatibility issues with other plugins.
  • woc-order-alert/trunk/woc-order-alert.php

    r3025625 r3035864  
    44    Plugin URI: https://pluginbazar.com/
    55    Description: Play sound as notification instantly on new order in your WooCommerce store.
    6     Version: 3.5.2
     6    Version: 3.5.3
    77    Author: Pluginbazar
    88    Text Domain: woc-order-alert
     
    103103        function admin_scripts() {
    104104
    105             wp_enqueue_script( 'olistener-admin', plugins_url( '/assets/admin/js/scripts.js', __FILE__ ), array( 'jquery' ), self::$_script_version );
     105            wp_enqueue_script( 'olistener-admin', plugins_url( '/assets/admin/js/scripts.js', __FILE__ ), array( 'jquery', 'jquery-migrate' ), self::$_script_version );
    106106            wp_localize_script( 'olistener-admin', 'olistener', array(
    107107                'ajaxUrl'     => admin_url( 'admin-ajax.php' ),
Note: See TracChangeset for help on using the changeset viewer.