Plugin Directory

Changeset 2850946


Ignore:
Timestamp:
01/19/2023 09:23:16 AM (3 years ago)
Author:
viaads
Message:

Error Handling Update

Location:
viaads
Files:
15 added
3 edited

Legend:

Unmodified
Added
Removed
  • viaads/trunk/readme.txt

    r2850359 r2850946  
    44Requires at least: 5.4
    55Tested up to: 6.1
    6 Stable tag: 1.0.8
     6Stable tag: 1.0.9
    77Requires PHP: 7.0
    88License: GPLv3
  • viaads/trunk/sync.php

    r2850359 r2850946  
    3030            $webshop->Categories = ViaAds_getCategories();
    3131            $webshop->Products = ViaAds_getProducts();
     32            if (isset($_GET['debug']) && $_GET['debug'] == "tEBLZTqKDLzhEjc2Kw9mqu5vrJUB") {
     33                print_r($webshop);
     34            }
    3235            ViaAds_PostToUrl("https://integration.viaads.dk/woocommerce/WebShopData", $webshop, true);
    3336        } else if ($_GET['event'] == "orders") {
  • viaads/trunk/viaads.php

    r2850359 r2850946  
    33 * Plugin Name: ViaAds
    44 * Description: Plugin der muliggør forbindelsen til ViaAds / Plug-in enabling the connection to ViaAds.
    5  * Version: 1.0.8
     5 * Version: 1.0.9
    66 * Author: ViaAds
    77 * Author URI: https://www.viaads.dk/
Note: See TracChangeset for help on using the changeset viewer.