Plugin Directory

Changeset 2142122


Ignore:
Timestamp:
08/19/2019 06:43:40 PM (7 years ago)
Author:
RPG84
Message:

4.6.53

  • Removed a space in functions.php that only showed up for few people and caused an error.
  • Small adjustment in xml.php to fix error in there
Location:
tradetracker-store
Files:
71 added
4 edited

Legend:

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

    r2136520 r2142122  
    33* Plugin Name: Tradetracker-Store
    44* Plugin URI: https://wpaffiliatefeed.com
    5 * Version: 4.6.52
     5* Version: 4.6.53
    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/functions.php

    r2136520 r2142122  
    1 <?php
     1<?php
    22function tt_log_me($message) {
    33    if (WP_DEBUG === true) {
  • tradetracker-store/trunk/import/xml.php

    r1319488 r2142122  
    126126        $directory->close();
    127127        update_option("xmlfilecount", $xmlfilecount );
    128         $value($xmlfeedid, $basefilename, $key,$filenum,$recordnum,$processed,'products', 'itemXMLtag');
     128        call_user_func_array($value,  array($xmlfeedid, $basefilename, $key,$filenum,$recordnum,$processed,'products', 'itemXMLtag'));
     129        //$value($xmlfeedid, $basefilename, $key,$filenum,$recordnum,$processed,'products', 'itemXMLtag');
    129130        fill_database1($xmlfilecount, $xmlcronjob);
    130131        if($xmlcronjob == "1"){
  • tradetracker-store/trunk/readme.txt

    r2136520 r2142122  
    55Requires at least: 4
    66Tested up to: 5.2.3
    7 Stable tag: 4.6.52
     7Stable tag: 4.6.53
    88
    99A plugin that lets you import an XML productfeed from TradeTracker.
     
    4242
    4343== Changelog ==
     44= 4.6.53 =
     45- Removed a space in functions.php that only showed up for few people and caused an error.
     46- Small adjustment in xml.php to fix error in there
     47
    4448= 4.6.52 =
    4549- Solved error loading sites.xml for sidemenu
Note: See TracChangeset for help on using the changeset viewer.