Plugin Directory

Changeset 3425273


Ignore:
Timestamp:
12/22/2025 11:18:54 AM (2 months ago)
Author:
spelhubben
Message:

Update to version 1.8.4 from GitHub

Location:
spelhubben-weather
Files:
2 added
14 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • spelhubben-weather/tags/1.8.4/includes/constants.php

    r3422196 r3425273  
    44 *
    55 * Central location for all magic numbers and configuration values.
    6  * Updated in v1.8.3 for improved maintainability.
     6 * Updated in v1.8.4 for improved maintainability.
    77 *
    88 * @package Spelhubben_Weather
    9  * @since 1.8.3
     9 * @since 1.8.4
    1010 */
    1111
  • spelhubben-weather/tags/1.8.4/readme.txt

    r3422196 r3425273  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.8.3
     7Stable tag: 1.8.4
    88Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU
    99License: GPLv2 or later
     
    178178
    179179== Changelog ==
    180 = 1.8.3 =
     180= 1.8.4 =
    181181- **Maintenance:** Added centralized configuration constants file (`includes/constants.php`) for improved code maintainability and reduced magic numbers.
    182182- **Performance:** Settings page now loads 6-30x faster with lazy-loaded WP.org plugin showcase via AJAX.
     
    190190- **Code Quality:** Debounce timeout optimized (400ms → 600ms) reducing AJAX traffic by 50% during live preview.
    191191- **Documentation:** Comprehensive audit and testing guides included for developers.
     192
     193= 1.8.3 =
     194- Version bump for production release.
    192195
    193196= 1.8.2 =
     
    241244
    242245== Upgrade Notice ==
     246= 1.8.4 =
     247Maintenance release with centralized configuration constants and performance optimizations. Recommended for all users.
     248
    243249= 1.8.0 =
    244250**BREAKING CHANGE:** Legacy `[sv_vader …]` shortcode has been removed. Please migrate all shortcodes to use `[spelhubben_weather …]` format. Performance update with security fixes, geocoding caching, and new plugin showcase feature. Strongly recommended.
  • spelhubben-weather/tags/1.8.4/spelhubben-weather.php

    r3422196 r3425273  
    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.8.3
     5 * Version: 1.8.4
    66 * Author: Spelhubben
    77 * Text Domain: spelhubben-weather
     
    1919// ── Constants (kept for backward compatibility).
    2020if ( ! defined( 'SV_VADER_VER' ) ) {
    21     define( 'SV_VADER_VER', '1.8.3' );
     21    define( 'SV_VADER_VER', '1.8.4' );
    2222}
    2323if ( ! defined( 'SV_VADER_DIR' ) ) {
  • spelhubben-weather/trunk/includes/constants.php

    r3422196 r3425273  
    44 *
    55 * Central location for all magic numbers and configuration values.
    6  * Updated in v1.8.3 for improved maintainability.
     6 * Updated in v1.8.4 for improved maintainability.
    77 *
    88 * @package Spelhubben_Weather
    9  * @since 1.8.3
     9 * @since 1.8.4
    1010 */
    1111
  • spelhubben-weather/trunk/readme.txt

    r3422196 r3425273  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.8.3
     7Stable tag: 1.8.4
    88Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU
    99License: GPLv2 or later
     
    178178
    179179== Changelog ==
    180 = 1.8.3 =
     180= 1.8.4 =
    181181- **Maintenance:** Added centralized configuration constants file (`includes/constants.php`) for improved code maintainability and reduced magic numbers.
    182182- **Performance:** Settings page now loads 6-30x faster with lazy-loaded WP.org plugin showcase via AJAX.
     
    190190- **Code Quality:** Debounce timeout optimized (400ms → 600ms) reducing AJAX traffic by 50% during live preview.
    191191- **Documentation:** Comprehensive audit and testing guides included for developers.
     192
     193= 1.8.3 =
     194- Version bump for production release.
    192195
    193196= 1.8.2 =
     
    241244
    242245== Upgrade Notice ==
     246= 1.8.4 =
     247Maintenance release with centralized configuration constants and performance optimizations. Recommended for all users.
     248
    243249= 1.8.0 =
    244250**BREAKING CHANGE:** Legacy `[sv_vader …]` shortcode has been removed. Please migrate all shortcodes to use `[spelhubben_weather …]` format. Performance update with security fixes, geocoding caching, and new plugin showcase feature. Strongly recommended.
  • spelhubben-weather/trunk/spelhubben-weather.php

    r3422196 r3425273  
    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.8.3
     5 * Version: 1.8.4
    66 * Author: Spelhubben
    77 * Text Domain: spelhubben-weather
     
    1919// ── Constants (kept for backward compatibility).
    2020if ( ! defined( 'SV_VADER_VER' ) ) {
    21     define( 'SV_VADER_VER', '1.8.3' );
     21    define( 'SV_VADER_VER', '1.8.4' );
    2222}
    2323if ( ! defined( 'SV_VADER_DIR' ) ) {
Note: See TracChangeset for help on using the changeset viewer.