Plugin Directory

Changeset 2880654


Ignore:
Timestamp:
03/15/2023 03:47:01 PM (3 years ago)
Author:
viaads
Message:

Small Performance Update

Location:
viaads
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • viaads/trunk/readme.txt

    r2880482 r2880654  
    44Requires at least: 5.4
    55Tested up to: 6.1
    6 Stable tag: 1.1.7
     6Stable tag: 1.1.8
    77Requires PHP: 7.0
    88License: GPLv3
  • viaads/trunk/sync.php

    r2876443 r2880654  
    318318
    319319    $orderCollection = wc_get_orders(array(
     320        'limit'      => -1,
    320321        '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'),
    322323    ));
    323324
  • viaads/trunk/viaads.php

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