Changeset 3114623
- Timestamp:
- 07/09/2024 01:43:23 AM (21 months ago)
- Location:
- expan-pro/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
expan-pro/trunk/index.php
r3114618 r3114623 4 4 * Plugin URI: https://www.expan.cl 5 5 * Description: This plugin is designed to use the Expan Pro service associated with your user account created by Expan Tours. 6 * Version: 2. 56 * Version: 2.6 7 7 * Author: Expan Team 8 8 * Text Domain: expanpro … … 57 57 58 58 // Verificar que el cuerpo es un JSON válido 59 if(json_last_error() === JSON_ERROR_NONE ) {59 if(json_last_error() === JSON_ERROR_NONE && isset($json_body['trip_plans'])) { 60 60 set_transient('expanpro-'.$attsstring, $remote, 3600*12); 61 61 } -
expan-pro/trunk/readme.txt
r3114618 r3114623 5 5 Tested up to: 6.5.2 6 6 Requires PHP: 5.6 7 Stable tag: 2. 17 Stable tag: 2.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 == Changelog == 88 88 89 = 2.6 = 90 * Fixed transcient when api fails 91 89 92 = 2.5 = 90 93 * Fixed transcient when api fails
Note: See TracChangeset
for help on using the changeset viewer.