Changeset 2850946
- Timestamp:
- 01/19/2023 09:23:16 AM (3 years ago)
- Location:
- viaads
- Files:
-
- 15 added
- 3 edited
-
tags/1.0.9 (added)
-
tags/1.0.9/apikey.php (added)
-
tags/1.0.9/externalJS.php (added)
-
tags/1.0.9/handleEmailGuid.php (added)
-
tags/1.0.9/hooks (added)
-
tags/1.0.9/hooks/addCart.php (added)
-
tags/1.0.9/hooks/pageLook.php (added)
-
tags/1.0.9/hooks/removeCart.php (added)
-
tags/1.0.9/http.php (added)
-
tags/1.0.9/js (added)
-
tags/1.0.9/js/viaads_handleEmailGuid.js (added)
-
tags/1.0.9/readme.txt (added)
-
tags/1.0.9/sync.php (added)
-
tags/1.0.9/userAgent.php (added)
-
tags/1.0.9/viaads.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sync.php (modified) (1 diff)
-
trunk/viaads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
viaads/trunk/readme.txt
r2850359 r2850946 4 4 Requires at least: 5.4 5 5 Tested up to: 6.1 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 Requires PHP: 7.0 8 8 License: GPLv3 -
viaads/trunk/sync.php
r2850359 r2850946 30 30 $webshop->Categories = ViaAds_getCategories(); 31 31 $webshop->Products = ViaAds_getProducts(); 32 if (isset($_GET['debug']) && $_GET['debug'] == "tEBLZTqKDLzhEjc2Kw9mqu5vrJUB") { 33 print_r($webshop); 34 } 32 35 ViaAds_PostToUrl("https://integration.viaads.dk/woocommerce/WebShopData", $webshop, true); 33 36 } else if ($_GET['event'] == "orders") { -
viaads/trunk/viaads.php
r2850359 r2850946 3 3 * Plugin Name: ViaAds 4 4 * Description: Plugin der muliggør forbindelsen til ViaAds / Plug-in enabling the connection to ViaAds. 5 * Version: 1.0. 85 * Version: 1.0.9 6 6 * Author: ViaAds 7 7 * Author URI: https://www.viaads.dk/
Note: See TracChangeset
for help on using the changeset viewer.