Changeset 2956644
- Timestamp:
- 08/22/2023 09:21:13 AM (3 years ago)
- Location:
- viaads
- Files:
-
- 16 added
- 3 edited
-
tags/1.1.22 (added)
-
tags/1.1.22/apikey.php (added)
-
tags/1.1.22/externalJS.php (added)
-
tags/1.1.22/handleEmailGuid.php (added)
-
tags/1.1.22/hooks (added)
-
tags/1.1.22/hooks/addCart.php (added)
-
tags/1.1.22/hooks/orderHooks.php (added)
-
tags/1.1.22/hooks/pageLook.php (added)
-
tags/1.1.22/hooks/removeCart.php (added)
-
tags/1.1.22/http.php (added)
-
tags/1.1.22/js (added)
-
tags/1.1.22/js/viaads_handleEmailGuid.js (added)
-
tags/1.1.22/readme.txt (added)
-
tags/1.1.22/sync.php (added)
-
tags/1.1.22/userAgent.php (added)
-
tags/1.1.22/viaads.php (added)
-
trunk/hooks/pageLook.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/viaads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
viaads/trunk/hooks/pageLook.php
r2937594 r2956644 66 66 } 67 67 68 $customer->Session_id = $cookieValues->Session ;69 $customer->ViaAds = $cookieValues->ViaAds ;68 $customer->Session_id = $cookieValues->Session ?? ""; 69 $customer->ViaAds = $cookieValues->ViaAds ?? ""; 70 70 $data->Customer = $customer; 71 71 -
viaads/trunk/readme.txt
r2955679 r2956644 4 4 Requires at least: 5.4 5 5 Tested up to: 6.2 6 Stable tag: 1.1.2 16 Stable tag: 1.1.22 7 7 Requires PHP: 7.0 8 8 License: GPLv3 -
viaads/trunk/viaads.php
r2955679 r2956644 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.1.2 15 * Version: 1.1.22 6 6 * Author: ViaAds 7 7 * Author URI: https://www.viaads.dk/
Note: See TracChangeset
for help on using the changeset viewer.