Plugin Directory

Changeset 2943474


Ignore:
Timestamp:
07/26/2023 08:27:00 AM (3 years ago)
Author:
managedorg
Message:

priority_first by default

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

Legend:

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

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

    r2942980 r2943474  
    125125    }
    126126   
    127     var priority_first = 0;
     127    var priority_first = 1;
    128128    if($("#modd_campaign_list_div").data("priority_first") != undefined && $("#modd_campaign_list_div").data( "priority_first") !== null) {
    129129        priority_first = $("#modd_campaign_list_div").data( "priority_first" );
  • managedorg-product-driver/trunk/readme.txt

    r2942980 r2943474  
    44Requires at least: 4.7
    55Tested up to: 6.2
    6 Stable tag: 1.0.7.5
     6Stable tag: 1.0.7.5.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    144144* Pricing format modified.
    145145
    146 = 1.0.7.5 =
     146= 1.0.7.5.1=
    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.