Plugin Directory

Changeset 2608732


Ignore:
Timestamp:
10/04/2021 08:30:41 AM (4 years ago)
Author:
provesource
Message:

Add better location check for woocommerce orders

Location:
provesource/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • provesource/trunk/provesrc.php

    r2603267 r2608732  
    77 * Plugin Name: ProveSource
    88 * Description: ProveSource is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box
    9  * Version: 2.2.7
     9 * Version: 2.2.8
    1010 * Author: ProveSource LTD
    1111 * Author URI: https://provesrc.com
     
    4747
    4848    public static function version() {
    49         return '2.2.7';
     49        return '2.2.8';
    5050    }
    5151}
     
    292292        $order = wc_get_order($order->get_parent_id());
    293293    }
     294    $ip = $order->get_customer_ip_address();
    294295    $ips = provesrc_get_ips();
     296    array_unshift($ips, $ip);
    295297    $payload = array(
    296298        'orderId' => $order->get_id(),
  • provesource/trunk/readme.txt

    r2603266 r2608732  
    9797Add more order capture options (thank-you, order complete, payment complete)
    9898Add debug toggle for log messages
     99Add better order location check
    99100
    100101= 2.1.x =
Note: See TracChangeset for help on using the changeset viewer.