Plugin Directory

Changeset 2765813


Ignore:
Timestamp:
08/03/2022 01:35:53 PM (4 years ago)
Author:
expantours
Message:

fix bug trasnsient

Location:
expan-pro/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • expan-pro/trunk/index.php

    r2765387 r2765813  
    44 * Plugin URI: https://www.expan.cl
    55 * Description: This plugin is designed to use the Expan Pro service associated with your user account created by Expan Tours.
    6  * Version: 1.8
     6 * Version: 1.9
    77 * Author: Expan Team
    88 * Text Domain: expanpro
     
    4747      $remote = wp_remote_get($url . '/api/share/trip_plan_api', $args);
    4848      set_transient('expanpro-'.$attsstring, $remote, 360);
     49      $response = $remote;
    4950    }
    5051
  • expan-pro/trunk/readme.txt

    r2765387 r2765813  
    55Tested up to: 6.0.1
    66Requires PHP: 5.6
    7 Stable tag: 1.8
     7Stable tag: 1.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.