Changeset 3202191
- Timestamp:
- 12/04/2024 09:09:48 AM (15 months ago)
- Location:
- partnero/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
includes/class-partnero-api.php (modified) (1 diff)
-
includes/class-partnero-util.php (modified) (1 diff)
-
partnero.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
partnero/trunk/README.txt
r3201931 r3202191 4 4 Requires at least: 5.3 5 5 Tested up to: 6.6 6 Stable tag: 2.0. 16 Stable tag: 2.0.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 51 51 == Changelog == 52 52 53 = 2.0.2 = 54 * Remove method type declarations to support PHP 7.4 55 53 56 = 2.0.1 = 54 57 * Added support to sync WooCommerce customers to Partnero Refer-A-Friend program -
partnero/trunk/includes/class-partnero-api.php
r3201931 r3202191 39 39 * @var string $base_url 40 40 */ 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'; 42 42 43 43 /** -
partnero/trunk/includes/class-partnero-util.php
r3201931 r3202191 262 262 * @return array|object|stdClass[]|null 263 263 */ 264 public static function get_woo_commerce_customers(int $batch_size, int $offset) : array|null|object264 public static function get_woo_commerce_customers(int $batch_size, int $offset) 265 265 { 266 266 global $wpdb; -
partnero/trunk/partnero.php
r3201931 r3202191 6 6 * Plugin Name: Partnero 7 7 * 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. 18 * Version: 2.0.2 9 9 * Author: Partnero 10 10 * Author URI: https://www.partnero.com/ … … 20 20 21 21 // Current plugin version. 22 define('PARTNERO_VERSION', '2.0. 1');22 define('PARTNERO_VERSION', '2.0.2'); 23 23 24 24 /**
Note: See TracChangeset
for help on using the changeset viewer.