Plugin Directory

Changeset 3097418


Ignore:
Timestamp:
06/04/2024 01:07:24 PM (21 months ago)
Author:
hullcode
Message:

API url updated

Location:
weather-in-any-city-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • weather-in-any-city-widget/trunk/README.txt

    r3097057 r3097418  
    44Tested up to: 6.5
    55Requires PHP: 5.3
    6 Stable tag: 1.1.35
     6Stable tag: 1.1.36
    77License: GPLv2 or later
    88
  • weather-in-any-city-widget/trunk/weather-in-any-city-widget.php

    r3097057 r3097418  
    44 * Plugin URI: https://weatherin.org
    55 * Description: Weather Widget Pro provides a complete weather forecast for any location around the world.
    6  * Version: 1.1.35
     6 * Version: 1.1.36
    77 * Author: El tiempo
    88 * Author URI: https://eltiempoen.com
     
    1616defined( 'ABSPATH' ) or die( 'ABSPATH not defined' );
    1717
    18 define ('WIYCW_VERSION', '1.1.35');
     18define ('WIYCW_VERSION', '1.1.36');
    1919define ('WIYCW_DEF_PLUGIN', 'weather-in-any-city-widget');
    2020define ('WIYCW_DEF_BASEURL', plugins_url('', __FILE__));
     
    943943            );
    944944
    945             $url = add_query_arg($params, 'https://eltiempoen.com:9090/api/widget');
    946             $arg = array('sslverify' => false);
     945            $url = add_query_arg($params, 'https://eltiempoen.com/api/weather/widget');
     946            $arg = array('sslverify' => false, 'timeout' => 10);
    947947
    948948            $request = wp_remote_get($url, $arg);
Note: See TracChangeset for help on using the changeset viewer.