Changeset 3097418
- Timestamp:
- 06/04/2024 01:07:24 PM (21 months ago)
- Location:
- weather-in-any-city-widget/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
weather-in-any-city-widget.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
weather-in-any-city-widget/trunk/README.txt
r3097057 r3097418 4 4 Tested up to: 6.5 5 5 Requires PHP: 5.3 6 Stable tag: 1.1.3 56 Stable tag: 1.1.36 7 7 License: GPLv2 or later 8 8 -
weather-in-any-city-widget/trunk/weather-in-any-city-widget.php
r3097057 r3097418 4 4 * Plugin URI: https://weatherin.org 5 5 * Description: Weather Widget Pro provides a complete weather forecast for any location around the world. 6 * Version: 1.1.3 56 * Version: 1.1.36 7 7 * Author: El tiempo 8 8 * Author URI: https://eltiempoen.com … … 16 16 defined( 'ABSPATH' ) or die( 'ABSPATH not defined' ); 17 17 18 define ('WIYCW_VERSION', '1.1.3 5');18 define ('WIYCW_VERSION', '1.1.36'); 19 19 define ('WIYCW_DEF_PLUGIN', 'weather-in-any-city-widget'); 20 20 define ('WIYCW_DEF_BASEURL', plugins_url('', __FILE__)); … … 943 943 ); 944 944 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); 947 947 948 948 $request = wp_remote_get($url, $arg);
Note: See TracChangeset
for help on using the changeset viewer.