Plugin Directory

Changeset 2619512


Ignore:
Timestamp:
10/25/2021 03:53:21 PM (4 years ago)
Author:
haitham22
Message:

some updates

Location:
raccoon-platform/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • raccoon-platform/trunk/Raccoon-platform.php

    r2619491 r2619512  
    88 * Plugin URI: https://raccoonplatform.com
    99 * Description: More informed customers reflect more sales. Here are the features you get from using Raccoon.
    10  * Version: 3.2.5
     10 * Version: 3.3.1
    1111 * License: GPLv2 or Later
    1212 * Text Domain: Raccoon-Platform
  • raccoon-platform/trunk/Readme.txt

    r2619491 r2619512  
    55Requires at least: 3.1
    66Tested up to: 5.7.2
    7 Stable tag: 3.2.5
     7Stable tag: 3.3.1
    88Requires PHP: 7.0
    99License: GPLv3 or later
  • raccoon-platform/trunk/include/Popular_items.php

    r2619491 r2619512  
    1717        $action = 'atc';
    1818        $number_items = 4;
    19 
    2019        $headers = array(
    2120            'Content-Type:application/json',
     
    2322        $response = wp_remote_get( 'https://api.raccoonplatform.com:5000/recommend/popular_items/' . $apiKey . '/' . $action . '/' . $number_items . '' );
    2423        $body     = wp_remote_retrieve_body( $response );
    25        print_r( $this->output = $body);
    2624    }
    2725
Note: See TracChangeset for help on using the changeset viewer.