Plugin Directory

Changeset 2821555


Ignore:
Timestamp:
11/21/2022 01:44:09 PM (3 years ago)
Author:
provesource
Message:

Update version support

Location:
provesource/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • provesource/trunk/provesrc.php

    r2715364 r2821555  
    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.15
     9 * Version: 2.2.16
    1010 * Author: ProveSource LTD
    1111 * Author URI: https://provesrc.com
     
    1414 *
    1515 * WC requires at least: 3.0
    16  * WC tested up to: 6.3
     16 * WC tested up to: 7.1
    1717 */
    1818
     
    4747
    4848    public static function version() {
    49         return '2.2.15';
     49        return '2.2.16';
    5050    }
    5151}
     
    235235    if(is_a($order, 'WC_Order_Refund')) {
    236236        $order = wc_get_order($order->get_parent_id());
     237    }
     238    if(!is_a($order, 'WC_Order')) {
     239        return array();
    237240    }
    238241    $ip = $order->get_customer_ip_address();
  • provesource/trunk/readme.txt

    r2715363 r2821555  
    55Requires PHP: 5.2
    66Requires at least: 3.1.0
    7 Tested up to: 5.9
    8 Stable tag: 2.2.15
     7Tested up to: 6.1
     8Stable tag: 2.2.16
    99License: proprietary
    1010
Note: See TracChangeset for help on using the changeset viewer.