Changeset 2880654
- Timestamp:
- 03/15/2023 03:47:01 PM (3 years ago)
- Location:
- viaads
- Files:
-
- 16 added
- 3 edited
-
tags/1.1.8 (added)
-
tags/1.1.8/apikey.php (added)
-
tags/1.1.8/externalJS.php (added)
-
tags/1.1.8/handleEmailGuid.php (added)
-
tags/1.1.8/hooks (added)
-
tags/1.1.8/hooks/addCart.php (added)
-
tags/1.1.8/hooks/orderHooks.php (added)
-
tags/1.1.8/hooks/pageLook.php (added)
-
tags/1.1.8/hooks/removeCart.php (added)
-
tags/1.1.8/http.php (added)
-
tags/1.1.8/js (added)
-
tags/1.1.8/js/viaads_handleEmailGuid.js (added)
-
tags/1.1.8/readme.txt (added)
-
tags/1.1.8/sync.php (added)
-
tags/1.1.8/userAgent.php (added)
-
tags/1.1.8/viaads.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/sync.php (modified) (1 diff)
-
trunk/viaads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
viaads/trunk/readme.txt
r2880482 r2880654 4 4 Requires at least: 5.4 5 5 Tested up to: 6.1 6 Stable tag: 1.1. 76 Stable tag: 1.1.8 7 7 Requires PHP: 7.0 8 8 License: GPLv3 -
viaads/trunk/sync.php
r2876443 r2880654 318 318 319 319 $orderCollection = wc_get_orders(array( 320 'limit' => -1, 320 321 'date_modified' => date('Y-m-d', strtotime(date("Y-m-d") . ' - ' . $lookBackDays . ' days')) . '...' 321 . date('Y-m-d' , strtotime(date("Y-m-d") . ' + 14 days')),322 . date('Y-m-d'), 322 323 )); 323 324 -
viaads/trunk/viaads.php
r2880482 r2880654 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. 75 * Version: 1.1.8 6 6 * Author: ViaAds 7 7 * Author URI: https://www.viaads.dk/
Note: See TracChangeset
for help on using the changeset viewer.