Changeset 2545244
- Timestamp:
- 06/09/2021 06:43:57 PM (5 years ago)
- Location:
- provesource/trunk
- Files:
-
- 2 edited
-
provesrc.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
provesource/trunk/provesrc.php
r2522792 r2545244 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. 39 * Version: 2.2.4 10 10 * Author: ProveSource LTD 11 11 * Author URI: https://provesrc.com … … 45 45 46 46 public static function version() { 47 return '2.2. 2';47 return '2.2.4'; 48 48 } 49 49 } … … 207 207 'siteUrl' => get_site_url(), 208 208 'siteName' => get_bloginfo('name'), 209 'multisite' => is_multisite(), 209 210 'description' => get_bloginfo('description'), 210 211 'orders' => $orders … … 263 264 264 265 function provesrc_get_order_payload($order) { 266 if(is_a($order, 'WC_Order_Refund')) { 267 $order = wc_get_order($order->get_parent_id()); 268 } 265 269 $payload = array( 266 270 'orderId' => $order->get_id(), -
provesource/trunk/readme.txt
r2522792 r2545244 93 93 = 2.2.x = 94 94 Fix woocommerce checkout order action handler to support virtual products 95 Fix woocommerce address 95 Fix woocommerce address inaccuracies 96 Fix woocommerce fatal error on refunded order import 96 97 97 98 = 2.1.x =
Note: See TracChangeset
for help on using the changeset viewer.