Changeset 2608732
- Timestamp:
- 10/04/2021 08:30:41 AM (4 years ago)
- Location:
- provesource/trunk
- Files:
-
- 2 edited
-
provesrc.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
provesource/trunk/provesrc.php
r2603267 r2608732 7 7 * Plugin Name: ProveSource 8 8 * Description: ProveSource is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box 9 * Version: 2.2. 79 * Version: 2.2.8 10 10 * Author: ProveSource LTD 11 11 * Author URI: https://provesrc.com … … 47 47 48 48 public static function version() { 49 return '2.2. 7';49 return '2.2.8'; 50 50 } 51 51 } … … 292 292 $order = wc_get_order($order->get_parent_id()); 293 293 } 294 $ip = $order->get_customer_ip_address(); 294 295 $ips = provesrc_get_ips(); 296 array_unshift($ips, $ip); 295 297 $payload = array( 296 298 'orderId' => $order->get_id(), -
provesource/trunk/readme.txt
r2603266 r2608732 97 97 Add more order capture options (thank-you, order complete, payment complete) 98 98 Add debug toggle for log messages 99 Add better order location check 99 100 100 101 = 2.1.x =
Note: See TracChangeset
for help on using the changeset viewer.