Changeset 3019790
- Timestamp:
- 01/10/2024 11:06:25 AM (2 years ago)
- Location:
- viaads/trunk
- Files:
-
- 3 edited
-
hooks/addCart.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
viaads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
viaads/trunk/hooks/addCart.php
r2996362 r3019790 69 69 70 70 $customer->Session_id = $cookieValues->Session; 71 $customer->ViaAds = $cookieValues->ViaAds ;71 $customer->ViaAds = $cookieValues->ViaAds ?? ""; 72 72 73 73 //Thrid party cookies -
viaads/trunk/readme.txt
r2996362 r3019790 4 4 Requires at least: 5.4 5 5 Tested up to: 6.2 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 Requires PHP: 7.0 8 8 License: GPLv3 -
viaads/trunk/viaads.php
r2996362 r3019790 3 3 * Plugin Name: ViaAds 4 4 * Description: Plugin der muliggør forbindelsen til ViaAds / Plug-in enabling the connection to ViaAds. 5 * Version: 2.0. 15 * Version: 2.0.2 6 6 * Author: ViaAds 7 7 * Author URI: https://www.viaads.dk/
Note: See TracChangeset
for help on using the changeset viewer.