Plugin Directory

Changeset 1557838


Ignore:
Timestamp:
12/19/2016 09:02:44 PM (9 years ago)
Author:
RPG84
Message:
  • Small fix to remove a SQL error when system things you selected a specific feed while you didn't
Location:
tradetracker-store
Files:
70 added
3 edited

Legend:

Unmodified
Added
Removed
  • tradetracker-store/trunk/Tradetracker-Store.php

    r1489412 r1557838  
    33* Plugin Name: Tradetracker-Store
    44* Plugin URI: http://wpaffiliatefeed.com
    5 * Version: 4.6.31
     5* Version: 4.6.32
    66* Description: A Plugin that will add a TradeTracker affiliate feed to your site with several options to choose from.
    77* Author: Robert Braam
  • tradetracker-store/trunk/front.php

    r1489412 r1557838  
    346346        $Tradetracker_productid = $multi_val->totalitems;
    347347        $Tradetracker_amount = $multi_val->multiamount;
    348         if($multi_val->multixmlfeed == "*" ){
     348        if($multi_val->multixmlfeed == "*" || $multi_val->multixmlfeed == "" ){
    349349            $multixmlfeed = "";
    350350        } else {
     
    509509            $Tradetracker_productid = implode(",", $Tradetracker_productid);
    510510        }
    511         if($multi_val->multixmlfeed == "*" ){
     511        if($multi_val->multixmlfeed == "*" || $multi_val->multixmlfeed == "" ){
    512512            $multixmlfeed = "";
    513513        } else {
  • tradetracker-store/trunk/readme.txt

    r1489412 r1557838  
    44Tags: tradetracker, store, productfeed, affiliate, daisycon, zanox, cleafs, tradedoubler, paidonresults, M4N, xml productfeed
    55Requires at least: 4
    6 Tested up to: 4.4
    7 Stable tag: 4.6.31
     6Tested up to: 4.7
     7Stable tag: 4.6.32
    88
    99A plugin that lets you import an XML productfeed from TradeTracker.
     
    4242
    4343== Changelog ==
     44= 4.6.32 =
     45- Small fix to remove a SQL error when system things you selected a specific feed while you didn't
     46
    4447= 4.6.31 =
    4548- Removed draggable call in Jquery
Note: See TracChangeset for help on using the changeset viewer.