Plugin Directory

Changeset 3019790


Ignore:
Timestamp:
01/10/2024 11:06:25 AM (2 years ago)
Author:
viaads
Message:

Minor Warning Correction

Location:
viaads/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • viaads/trunk/hooks/addCart.php

    r2996362 r3019790  
    6969
    7070        $customer->Session_id = $cookieValues->Session;
    71         $customer->ViaAds = $cookieValues->ViaAds;
     71        $customer->ViaAds = $cookieValues->ViaAds ?? "";
    7272
    7373        //Thrid party cookies
  • viaads/trunk/readme.txt

    r2996362 r3019790  
    44Requires at least: 5.4
    55Tested up to: 6.2
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77Requires PHP: 7.0
    88License: GPLv3
  • viaads/trunk/viaads.php

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