Plugin Directory

Changeset 3146489


Ignore:
Timestamp:
09/04/2024 01:44:13 PM (19 months ago)
Author:
managedorg
Message:

Deploy version 20240904134410 from GitHub

Location:
managedorg-product-driver/trunk
Files:
3 edited

Legend:

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

    r3146479 r3146489  
    44Plugin URI: https://wordpress.org/plugins/managedorg-product-driver/
    55Description: Managedorg Product Driver for Amazon Business Integration.
    6 Version: 2.1.1.0
     6Version: 2.1.1.1
    77Author: Managedorg
    88Author URI: https://managedorg.io/
     
    1111   
    1212if (!class_exists('MODD_Donation')) :
    13 define('MODD_VERSION', '2.1.1.0');
     13define('MODD_VERSION', '2.1.1.1');
    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

    r3146473 r3146489  
    4141    var campaign_id = '';
    4242    var campaign_type = '';
     43    var shortCodeId = '';
     44
    4345   
    44    
     46    if($("#modd_campaign_list_div").data("uid") != undefined && $("#modd_campaign_list_div").data("uid") != null){
     47        shortCodeId = $("#modd_campaign_list_div").data("uid");
     48    }
     49
    4550    if($("#modd_campaign_list_div").data("location") != undefined && $("#modd_campaign_list_div").data("location") != null){
    4651        location = $("#modd_campaign_list_div").data("location");
  • managedorg-product-driver/trunk/readme.txt

    r3146479 r3146489  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 2.1.1.0
     6Stable tag: 2.1.1.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    182182* New Shortcode Generation added
    183183* Stable Version
     184
     185= 2.1.1.1 =
     186* Bug Fix
Note: See TracChangeset for help on using the changeset viewer.