Changeset 3435848
- Timestamp:
- 01/09/2026 11:32:18 AM (6 weeks ago)
- Location:
- spelhubben-weather
- Files:
-
- 4 edited
- 1 copied
-
tags/1.9.2 (copied) (copied from spelhubben-weather/trunk)
-
tags/1.9.2/readme.txt (modified) (2 diffs)
-
tags/1.9.2/spelhubben-weather.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/spelhubben-weather.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spelhubben-weather/tags/1.9.2/readme.txt
r3435745 r3435848 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.9. 17 Stable tag: 1.9.2 8 8 Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU 9 9 … … 200 200 201 201 == Changelog == 202 - = 1.9. 1=202 - = 1.9.2 = 203 203 - **New:** Shortcode/Block/Widget `theme` attribute — `theme="auto|light|dark"` to force UI theme per instance (default `auto`). 204 204 - **New:** Quick Builder theme selector in admin Shortcodes page; example shortcode added. -
spelhubben-weather/tags/1.9.2/spelhubben-weather.php
r3435748 r3435848 3 3 * Plugin Name: Spelhubben Weather 4 4 * 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. 05 * Version: 1.9.2 6 6 * Author: Spelhubben 7 7 * Text Domain: spelhubben-weather … … 9 9 * Requires at least: 6.8 10 10 * Requires PHP: 7.4 11 * License: GPLv 2or later12 * License URI: https://www.gnu.org/licenses/gpl- 2.0.html11 * License: GPLv3 or later 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 13 13 */ 14 14 /* … … 24 24 // ── Constants (kept for backward compatibility). 25 25 if ( ! defined( 'SV_VADER_VER' ) ) { 26 define( 'SV_VADER_VER', '1.9. 0' );26 define( 'SV_VADER_VER', '1.9.2' ); 27 27 } 28 28 if ( ! defined( 'SV_VADER_DIR' ) ) { -
spelhubben-weather/trunk/readme.txt
r3435745 r3435848 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.9. 17 Stable tag: 1.9.2 8 8 Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU 9 9 … … 200 200 201 201 == Changelog == 202 - = 1.9. 1=202 - = 1.9.2 = 203 203 - **New:** Shortcode/Block/Widget `theme` attribute — `theme="auto|light|dark"` to force UI theme per instance (default `auto`). 204 204 - **New:** Quick Builder theme selector in admin Shortcodes page; example shortcode added. -
spelhubben-weather/trunk/spelhubben-weather.php
r3435748 r3435848 3 3 * Plugin Name: Spelhubben Weather 4 4 * 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. 05 * Version: 1.9.2 6 6 * Author: Spelhubben 7 7 * Text Domain: spelhubben-weather … … 9 9 * Requires at least: 6.8 10 10 * Requires PHP: 7.4 11 * License: GPLv 2or later12 * License URI: https://www.gnu.org/licenses/gpl- 2.0.html11 * License: GPLv3 or later 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.html 13 13 */ 14 14 /* … … 24 24 // ── Constants (kept for backward compatibility). 25 25 if ( ! defined( 'SV_VADER_VER' ) ) { 26 define( 'SV_VADER_VER', '1.9. 0' );26 define( 'SV_VADER_VER', '1.9.2' ); 27 27 } 28 28 if ( ! defined( 'SV_VADER_DIR' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.