Changeset 2821555
- Timestamp:
- 11/21/2022 01:44:09 PM (3 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
r2715364 r2821555 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.1 59 * Version: 2.2.16 10 10 * Author: ProveSource LTD 11 11 * Author URI: https://provesrc.com … … 14 14 * 15 15 * WC requires at least: 3.0 16 * WC tested up to: 6.316 * WC tested up to: 7.1 17 17 */ 18 18 … … 47 47 48 48 public static function version() { 49 return '2.2.1 5';49 return '2.2.16'; 50 50 } 51 51 } … … 235 235 if(is_a($order, 'WC_Order_Refund')) { 236 236 $order = wc_get_order($order->get_parent_id()); 237 } 238 if(!is_a($order, 'WC_Order')) { 239 return array(); 237 240 } 238 241 $ip = $order->get_customer_ip_address(); -
provesource/trunk/readme.txt
r2715363 r2821555 5 5 Requires PHP: 5.2 6 6 Requires at least: 3.1.0 7 Tested up to: 5.98 Stable tag: 2.2.1 57 Tested up to: 6.1 8 Stable tag: 2.2.16 9 9 License: proprietary 10 10
Note: See TracChangeset
for help on using the changeset viewer.