Plugin Directory

Changeset 3151360


Ignore:
Timestamp:
09/13/2024 11:57:50 AM (19 months ago)
Author:
managedorg
Message:

Deploy version 20240913115747 from GitHub

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

Legend:

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

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

    r3148664 r3151360  
    246246                <div class="col-md-6 mb-3">
    247247                <label for="email">Email </label>
    248                 <input type="email" class="form-control" id="doneeEmail" placeholder="you@example.com" required="">
     248                <input type="email" class="form-control" id="doneeEmail" placeholder="" required="">
    249249                <div class="invalid-feedback">
    250250                    Please enter a valid email address for shipping updates.
     251                </div>
     252                </div>
     253                <div class="col-md-6 mb-3">
     254                <label for="email">Employee Code </label>
     255                <input type="text" class="form-control" id="doneeEmployeeCode" placeholder="" required="">
     256                <div class="invalid-feedback">
     257                    Please enter employee code.
    251258                </div>
    252259                </div>
     
    11981205                    var currentDate_1 = new Date();
    11991206                    if(cObj_1.isPublished && cObj_1.isActive && (campaignValue == null || campListObj[ia].id == campaignValue) && (new Date(cObj_1.endDate) >= currentDate_1 || cObj_1.indefinite == true)){
    1200                         if(cObj_1.goalTypes != null && cObj_1.goalTypes.data.length > 0 && cObj_1.goalTypes.data[0].attributes.description=="donorDriver"){
     1207                        if(cObj_1.goalTypes != null && cObj_1.goalTypes.data.length > 0){
    12011208                            total_campaign++;
    12021209                        }
     
    16651672                                    else if(percentage == 100){ bgColor = 'success'; }
    16661673
    1667                                     var summaryContent ='<div class="modd-summary-load">';
     1674                                    var summaryContent ='';
     1675                                    summaryContent +='<div class="modd-summary-load">';
    16681676                                    if(type == 'donorDriver' || type == 'Hybrid'){
    1669                                         summaryContent +='<div class="modd_total_products"><span class="desktop-only phone-link"><i class="fa fa-gift"></i> <span id="modd_tt_pp">'+TPC+' Total Products.</span></span></div>';
    1670                                         summaryContent +='<div class="modd_total_products_donated"><span class="desktop-only phone-link"><i class="fa fa-handshake-o"></i> <span id="modd_tt_pp_dd">'+DPC+' Products Donated.</span></span></div>';
     1677                                        // summaryContent +='<div class="modd_total_products"><span class="desktop-only phone-link"><i class="fa fa-gift"></i> <span id="modd_tt_pp">'+TPC+' Total Products.</span></span></div>';
     1678                                        // summaryContent +='<div class="modd_total_products_donated"><span class="desktop-only phone-link"><i class="fa fa-handshake-o"></i> <span id="modd_tt_pp_dd">'+DPC+' Products Donated.</span></span></div>';
    16711679                                    }
    16721680                                    if(type == 'fundRaiser' || type == 'Hybrid'){
  • managedorg-product-driver/trunk/readme.txt

    r3148664 r3151360  
    44Requires at least: 4.7
    55Tested up to: 6.4.1
    6 Stable tag: 2.1.2.0
     6Stable tag: 2.1.2.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    188188= 2.1.2.0 =
    189189* Bug Fix
     190
     191
     192= 2.1.2.1 =
     193* Bug Fix
Note: See TracChangeset for help on using the changeset viewer.