Plugin Directory

Changeset 3435848


Ignore:
Timestamp:
01/09/2026 11:32:18 AM (6 weeks ago)
Author:
spelhubben
Message:

Update to version 1.9.2 from GitHub

Location:
spelhubben-weather
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • spelhubben-weather/tags/1.9.2/readme.txt

    r3435745 r3435848  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.9.1
     7Stable tag: 1.9.2
    88Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU
    99
     
    200200
    201201== Changelog ==
    202  - = 1.9.1 =
     202 - = 1.9.2 =
    203203 - **New:** Shortcode/Block/Widget `theme` attribute — `theme="auto|light|dark"` to force UI theme per instance (default `auto`).
    204204 - **New:** Quick Builder theme selector in admin Shortcodes page; example shortcode added.
  • spelhubben-weather/tags/1.9.2/spelhubben-weather.php

    r3435748 r3435848  
    33 * Plugin Name: Spelhubben Weather
    44 * Description: Displays current weather and an optional forecast with a simple consensus across providers (Open-Meteo, SMHI, Yr/MET Norway). Supports shortcode + Gutenberg block + classic widget. Optional Leaflet map, subtle animations, daily forecast, and multiple layouts.
    5  * Version: 1.9.0
     5 * Version: 1.9.2
    66 * Author: Spelhubben
    77 * Text Domain: spelhubben-weather
     
    99 * Requires at least: 6.8
    1010 * Requires PHP: 7.4
    11  * License: GPLv2 or later
    12  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     11 * License: GPLv3 or later
     12 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1313 */
    1414/*
     
    2424// ── Constants (kept for backward compatibility).
    2525if ( ! defined( 'SV_VADER_VER' ) ) {
    26     define( 'SV_VADER_VER', '1.9.0' );
     26    define( 'SV_VADER_VER', '1.9.2' );
    2727}
    2828if ( ! defined( 'SV_VADER_DIR' ) ) {
  • spelhubben-weather/trunk/readme.txt

    r3435745 r3435848  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.9.1
     7Stable tag: 1.9.2
    88Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU
    99
     
    200200
    201201== Changelog ==
    202  - = 1.9.1 =
     202 - = 1.9.2 =
    203203 - **New:** Shortcode/Block/Widget `theme` attribute — `theme="auto|light|dark"` to force UI theme per instance (default `auto`).
    204204 - **New:** Quick Builder theme selector in admin Shortcodes page; example shortcode added.
  • spelhubben-weather/trunk/spelhubben-weather.php

    r3435748 r3435848  
    33 * Plugin Name: Spelhubben Weather
    44 * Description: Displays current weather and an optional forecast with a simple consensus across providers (Open-Meteo, SMHI, Yr/MET Norway). Supports shortcode + Gutenberg block + classic widget. Optional Leaflet map, subtle animations, daily forecast, and multiple layouts.
    5  * Version: 1.9.0
     5 * Version: 1.9.2
    66 * Author: Spelhubben
    77 * Text Domain: spelhubben-weather
     
    99 * Requires at least: 6.8
    1010 * Requires PHP: 7.4
    11  * License: GPLv2 or later
    12  * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     11 * License: GPLv3 or later
     12 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1313 */
    1414/*
     
    2424// ── Constants (kept for backward compatibility).
    2525if ( ! defined( 'SV_VADER_VER' ) ) {
    26     define( 'SV_VADER_VER', '1.9.0' );
     26    define( 'SV_VADER_VER', '1.9.2' );
    2727}
    2828if ( ! defined( 'SV_VADER_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.