Plugin Directory

Changeset 2972753


Ignore:
Timestamp:
09/28/2023 05:32:53 PM (3 years ago)
Author:
managedorg
Message:

jquery conflicts removed

Location:
managedorg-product-driver
Files:
59 added
3 edited

Legend:

Unmodified
Added
Removed
  • managedorg-product-driver/trunk/donative.php

    r2966562 r2972753  
    44Plugin URI: https://wordpress.org/plugins/managedorg-product-driver/
    55Description: Managedorg Product Driver for Amazon Business Integration.
    6 Version: 1.0.7.6.1
     6Version: 1.0.7.6.2
    77Author: Managedorg
    88Author URI: https://managedorg.io/
     
    1111   
    1212if (!class_exists('MODD_Donation')) :
    13 define('MODD_VERSION', '1.0.7.6.1');
     13define('MODD_VERSION', '1.0.7.6.2');
    1414define('MODD_PLUGIN_URL', plugin_dir_url(__FILE__));
    1515define('MODD_PLUGIN_MAIN_PATH', plugin_dir_path(__FILE__));
  • managedorg-product-driver/trunk/js/modd_myscript.js

    r2966562 r2972753  
    26932693            phNo = phNo.replace("-", "");
    26942694            phNo = phNo.replace("-", "");
    2695             $('.invalid-feedback').hide();
     2695            jQuery('.invalid-feedback').hide();
    26962696            // $('#modd_checkout_modal').hide();
    2697             $('#modd_checkout_modal').modal('hide');
    2698             $('#modd_checkout_modal').removeClass('show');
     2697            jQuery('#modd_checkout_modal').modal('hide');
     2698            jQuery('#modd_checkout_modal').removeClass('show');
    26992699            //$('.modal-backdrop').removeClass('show');
    2700             $('.modal-backdrop').remove();
     2700            jQuery('.modal-backdrop').remove();
    27012701
    27022702            //Create Donor (If Email does not exists, otherwise update) and get Id
    2703             $('#modd_loadingDiv').show();
     2703            jQuery('#modd_loadingDiv').show();
    27042704
    27052705            if(cartObj.cartID != null && cartObj.cartID != ''){
  • managedorg-product-driver/trunk/readme.txt

    r2966562 r2972753  
    44Requires at least: 4.7
    55Tested up to: 6.2
    6 Stable tag: 1.0.7.6.1
     6Stable tag: 1.0.7.6.2
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    144144* Pricing format modified.
    145145
    146 = 1.0.7.6.1=
     146= 1.0.7.6.2=
    147147* New design
    148148* New shortcode attributes products_per_page, campaigns_per_page, cart_checkbox
Note: See TracChangeset for help on using the changeset viewer.