Plugin Directory

Changeset 2956644


Ignore:
Timestamp:
08/22/2023 09:21:13 AM (3 years ago)
Author:
viaads
Message:

Page Look Event Update

Location:
viaads
Files:
16 added
3 edited

Legend:

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

    r2937594 r2956644  
    6666        }
    6767
    68         $customer->Session_id = $cookieValues->Session;
    69         $customer->ViaAds = $cookieValues->ViaAds;
     68        $customer->Session_id = $cookieValues->Session ?? "";
     69        $customer->ViaAds = $cookieValues->ViaAds ?? "";
    7070        $data->Customer = $customer;
    7171
  • viaads/trunk/readme.txt

    r2955679 r2956644  
    44Requires at least: 5.4
    55Tested up to: 6.2
    6 Stable tag: 1.1.21
     6Stable tag: 1.1.22
    77Requires PHP: 7.0
    88License: GPLv3
  • viaads/trunk/viaads.php

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