Changeset 3241031
- Timestamp:
- 02/15/2025 04:51:49 PM (13 months ago)
- Location:
- wp-forecast/trunk
- Files:
-
- 3 edited
-
funclib.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-forecast.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-forecast/trunk/funclib.php
r3217124 r3241031 193 193 $av['OPENMETEO_BASE_URI'] = 'https://api.open-meteo.com/v1/forecast?'; 194 194 $av['OPENMETEO_LOC_URI'] = 'https://geocoding-api.open-meteo.com/v1/search?'; 195 196 // add defaults to missing vars 197 if ( ! array_key_exists('fonticon', $av) ) { 198 $av['fonticon'] = 0; 199 } 200 if ( ! array_key_exists('fonticon_color', $av) ) { 201 $av['fonticon_color'] = '#999999'; 202 } 195 203 196 204 // if we use multisite then merge admin options. -
wp-forecast/trunk/readme.txt
r3217126 r3241031 5 5 Requires at least: 4.0 6 6 Tested up to: 6.7 7 Stable tag: 9. 67 Stable tag: 9.7 8 8 License: GPLv2 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 174 174 == Changelog == 175 175 176 = v9.7 (2025-02-14) = 177 * fixed some php notices in the log 178 176 179 = v9.6 (2025-01-05) = 177 180 * added support for weather icon font and color -
wp-forecast/trunk/wp-forecast.php
r3217124 r3241031 4 4 * Plugin URI: http://www.tuxlog.de 5 5 * Description: wp-forecast is a highly customizable plugin for WordPress, showing weather-data from Open-Meteo or OpenWeathermMap. 6 * Version: 9. 66 * Version: 9.7 7 7 * Author: Hans Matzen 8 8 * Author URI: http://www.tuxlog.de
Note: See TracChangeset
for help on using the changeset viewer.