Plugin Directory

Changeset 3241031


Ignore:
Timestamp:
02/15/2025 04:51:49 PM (13 months ago)
Author:
tuxlog
Message:

wp-forecast v9.7 trunk

Location:
wp-forecast/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-forecast/trunk/funclib.php

    r3217124 r3241031  
    193193        $av['OPENMETEO_BASE_URI'] = 'https://api.open-meteo.com/v1/forecast?';
    194194        $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        }
    195203
    196204        // if we use multisite then merge admin options.
  • wp-forecast/trunk/readme.txt

    r3217126 r3241031  
    55Requires at least: 4.0
    66Tested up to: 6.7
    7 Stable tag: 9.6
     7Stable tag: 9.7
    88License: GPLv2
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    174174== Changelog ==
    175175
     176= v9.7 (2025-02-14) =
     177* fixed some php notices in the log
     178
    176179= v9.6 (2025-01-05) =
    177180* added support for weather icon font and color
  • wp-forecast/trunk/wp-forecast.php

    r3217124 r3241031  
    44 * Plugin URI: http://www.tuxlog.de
    55 * Description: wp-forecast is a highly customizable plugin for WordPress, showing weather-data from Open-Meteo or OpenWeathermMap.
    6  * Version: 9.6
     6 * Version: 9.7
    77 * Author: Hans Matzen
    88 * Author URI: http://www.tuxlog.de
Note: See TracChangeset for help on using the changeset viewer.