Plugin Directory

Changeset 2635151


Ignore:
Timestamp:
11/25/2021 03:45:47 AM (4 years ago)
Author:
haitham22
Message:

Some updates

Location:
raccoon-platform/trunk
Files:
5 edited

Legend:

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

    r2635105 r2635151  
    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: 4.4.0
     10 * Version: 4.5.0
    1111 * License: GPLv2 or Later
    1212 * Text Domain: Raccoon-Platform
  • raccoon-platform/trunk/Readme.txt

    r2635105 r2635151  
    66Tested up to: 5.7.2
    77<<<<<<< .mine
    8 Stable tag: 4.4.0
     8Stable tag: 4.5.0
    99Requires PHP: 7.0
    1010License: GPLv3 or later
  • raccoon-platform/trunk/include/Popular_items.php

    r2633844 r2635151  
    1212            $apiKey = $client_api;
    1313            $action = 'atc';
    14             $number_items = 4;
     14            $number_items = 11;
    1515            $headers = array(
    1616                'Content-Type:application/json',
     
    4343            $apiKey = $client_api;
    4444            $action = 'view';
    45             $number_items = 4;
     45            $number_items = 11;
    4646            $headers = array(
    4747                'Content-Type:application/json',
  • raccoon-platform/trunk/include/Related_items.php

    r2633844 r2635151  
    2121        $apiKay = $client_api;
    2222        $iid = $id;
    23         $number_related = 4;
     23        $number_related = 11;
    2424        $headers = array(
    2525            'Content-Type:application/json',
  • raccoon-platform/trunk/include/Session_based.php

    r2633844 r2635151  
    1919
    2020        $ssid = $session;
    21         $number_items = '4';
     21        $number_items = 11;
    2222        $request = wp_remote_get( 'http://95.111.240.80/log/Production_Logging:callApiSessionBased',array( 'sslverify' => false ) );
    2323        $response = wp_remote_get('http://95.111.240.80/recommend/sbcf/' . $apiKay . '/' . $ssid . '/' . $number_items . '' );
Note: See TracChangeset for help on using the changeset viewer.