Changeset 2142122
- Timestamp:
- 08/19/2019 06:43:40 PM (7 years ago)
- Location:
- tradetracker-store
- Files:
-
- 71 added
- 4 edited
-
tags/4.6.53 (added)
-
tags/4.6.53/Tradetracker-Store.php (added)
-
tags/4.6.53/cache (added)
-
tags/4.6.53/debug.php (added)
-
tags/4.6.53/front.php (added)
-
tags/4.6.53/functions.php (added)
-
tags/4.6.53/images (added)
-
tags/4.6.53/images/No_image.png (added)
-
tags/4.6.53/images/ajax-loader.gif (added)
-
tags/4.6.53/images/more.png (added)
-
tags/4.6.53/import (added)
-
tags/4.6.53/import/database.php (added)
-
tags/4.6.53/import/xml.php (added)
-
tags/4.6.53/import/xmlsplit.php (added)
-
tags/4.6.53/js (added)
-
tags/4.6.53/js/expand.js (added)
-
tags/4.6.53/menu (added)
-
tags/4.6.53/menu/expand.js (added)
-
tags/4.6.53/menu/faq.php (added)
-
tags/4.6.53/menu/images (added)
-
tags/4.6.53/menu/images/Premium-addons.png (added)
-
tags/4.6.53/menu/images/add-edit-stores.png (added)
-
tags/4.6.53/menu/images/debug.png (added)
-
tags/4.6.53/menu/images/enhanced-distribution.png (added)
-
tags/4.6.53/menu/images/item-selection.png (added)
-
tags/4.6.53/menu/images/kruisje.png (added)
-
tags/4.6.53/menu/images/layout-settings.png (added)
-
tags/4.6.53/menu/images/more.png (added)
-
tags/4.6.53/menu/images/overlay.png (added)
-
tags/4.6.53/menu/images/product-page.png (added)
-
tags/4.6.53/menu/images/screenshot-1.png (added)
-
tags/4.6.53/menu/images/tb-close.png (added)
-
tags/4.6.53/menu/images/vinkje.png (added)
-
tags/4.6.53/menu/images/xml-feed-options.png (added)
-
tags/4.6.53/menu/itemselect.php (added)
-
tags/4.6.53/menu/layout.php (added)
-
tags/4.6.53/menu/main.js (added)
-
tags/4.6.53/menu/menu.css (added)
-
tags/4.6.53/menu/menu.php (added)
-
tags/4.6.53/menu/news.php (added)
-
tags/4.6.53/menu/pluginsettings.php (added)
-
tags/4.6.53/menu/premium.php (added)
-
tags/4.6.53/menu/releaselog.php (added)
-
tags/4.6.53/menu/search.php (added)
-
tags/4.6.53/menu/showlayout.php (added)
-
tags/4.6.53/menu/store.php (added)
-
tags/4.6.53/menu/style.css (added)
-
tags/4.6.53/menu/xmlfeed.php (added)
-
tags/4.6.53/menu/xmloption.php (added)
-
tags/4.6.53/readme.txt (added)
-
tags/4.6.53/screenshot-1.png (added)
-
tags/4.6.53/screenshot-2.png (added)
-
tags/4.6.53/screenshot-3.png (added)
-
tags/4.6.53/splits (added)
-
tags/4.6.53/tinymce (added)
-
tags/4.6.53/tinymce/cart.png (added)
-
tags/4.6.53/tinymce/test.js (added)
-
tags/4.6.53/tinymce/tinyTT.php (added)
-
tags/4.6.53/tinymce/tinymce.php (added)
-
tags/4.6.53/tinymce/ttmce.js (added)
-
tags/4.6.53/translation (added)
-
tags/4.6.53/translation/default.mo (added)
-
tags/4.6.53/translation/default.po (added)
-
tags/4.6.53/translation/tradetracker-store-nl_NL.mo (added)
-
tags/4.6.53/translation/tradetracker-store-nl_NL.po (added)
-
tags/4.6.53/translation/ttstore-nl_NL.mo (added)
-
tags/4.6.53/translation/ttstore-nl_NL.po (added)
-
tags/4.6.53/uninstall.php (added)
-
tags/4.6.53/upgrading.php (added)
-
tags/4.6.53/widget (added)
-
tags/4.6.53/widget/widget.php (added)
-
trunk/Tradetracker-Store.php (modified) (1 diff)
-
trunk/functions.php (modified) (1 diff)
-
trunk/import/xml.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tradetracker-store/trunk/Tradetracker-Store.php
r2136520 r2142122 3 3 * Plugin Name: Tradetracker-Store 4 4 * Plugin URI: https://wpaffiliatefeed.com 5 * Version: 4.6.5 25 * Version: 4.6.53 6 6 * Description: A Plugin that will add a TradeTracker affiliate feed to your site with several options to choose from. 7 7 * Author: Robert Braam -
tradetracker-store/trunk/functions.php
r2136520 r2142122 1 <?php1 <?php 2 2 function tt_log_me($message) { 3 3 if (WP_DEBUG === true) { -
tradetracker-store/trunk/import/xml.php
r1319488 r2142122 126 126 $directory->close(); 127 127 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'); 129 130 fill_database1($xmlfilecount, $xmlcronjob); 130 131 if($xmlcronjob == "1"){ -
tradetracker-store/trunk/readme.txt
r2136520 r2142122 5 5 Requires at least: 4 6 6 Tested up to: 5.2.3 7 Stable tag: 4.6.5 27 Stable tag: 4.6.53 8 8 9 9 A plugin that lets you import an XML productfeed from TradeTracker. … … 42 42 43 43 == 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 44 48 = 4.6.52 = 45 49 - Solved error loading sites.xml for sidemenu
Note: See TracChangeset
for help on using the changeset viewer.