Plugin Directory

Changeset 3202191


Ignore:
Timestamp:
12/04/2024 09:09:48 AM (15 months ago)
Author:
partnero
Message:

Updated to version 2.0.2

Location:
partnero/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • partnero/trunk/README.txt

    r3201931 r3202191  
    44Requires at least: 5.3
    55Tested up to: 6.6
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    5151== Changelog ==
    5252
     53= 2.0.2 =
     54* Remove method type declarations to support PHP 7.4
     55
    5356= 2.0.1 =
    5457* Added support to sync WooCommerce customers to Partnero Refer-A-Friend program
  • partnero/trunk/includes/class-partnero-api.php

    r3201931 r3202191  
    3939     * @var      string    $base_url
    4040     */
    41     protected static $base_url = 'https://api.partnero.com/v1';
     41    protected static $base_url = 'https://57e3-95-155-22-229.ngrok-free.app/v1';
    4242
    4343    /**
  • partnero/trunk/includes/class-partnero-util.php

    r3201931 r3202191  
    262262     * @return array|object|stdClass[]|null
    263263     */
    264     public static function get_woo_commerce_customers(int $batch_size, int $offset): array|null|object
     264    public static function get_woo_commerce_customers(int $batch_size, int $offset)
    265265    {
    266266        global $wpdb;
  • partnero/trunk/partnero.php

    r3201931 r3202191  
    66 * Plugin Name: Partnero
    77 * Description: Grow your e-commerce business revenue and customer base with a bespoke affiliate program. Automatically track visits, signups and sales, monitor program performance, and automate payouts.
    8  * Version: 2.0.1
     8 * Version: 2.0.2
    99 * Author: Partnero
    1010 * Author URI: https://www.partnero.com/
     
    2020
    2121// Current plugin version.
    22 define('PARTNERO_VERSION', '2.0.1');
     22define('PARTNERO_VERSION', '2.0.2');
    2323
    2424/**
Note: See TracChangeset for help on using the changeset viewer.