Plugin Directory

Changeset 3431058


Ignore:
Timestamp:
01/02/2026 01:29:07 PM (7 weeks ago)
Author:
spelhubben
Message:

Updating readme/assets from GitHub

Location:
spelhubben-weather
Files:
2 edited

Legend:

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

    r3425273 r3431058  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.8.4
     7Stable tag: 1.8.5
    88Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU
    99License: GPLv2 or later
     
    178178
    179179== Changelog ==
     180= 1.8.5 =
     181- **Performance:** Conditional Leaflet asset loading — only loads when shortcode or Gutenberg block is present on the page.
     182- **Fix:** Added `.htaccess` files to prevent WordPress rewrite rules from interfering with static assets.
     183- **Fix:** Ensure correct MIME types for CSS and JS files to prevent browser strict MIME checking warnings.
     184- **UX:** Eliminates unnecessary 404 errors on pages without weather widget.
     185
    180186= 1.8.4 =
    181187- **Maintenance:** Added centralized configuration constants file (`includes/constants.php`) for improved code maintainability and reduced magic numbers.
     
    244250
    245251== Upgrade Notice ==
     252= 1.8.5 =
     253Performance optimization release with conditional asset loading. Fixes 404 errors and MIME type warnings for Leaflet on non-weather pages. Recommended for all users.
     254
    246255= 1.8.4 =
    247256Maintenance release with centralized configuration constants and performance optimizations. Recommended for all users.
  • spelhubben-weather/trunk/readme.txt

    r3425273 r3431058  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.8.4
     7Stable tag: 1.8.5
    88Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU
    99License: GPLv2 or later
     
    178178
    179179== Changelog ==
     180= 1.8.5 =
     181- **Performance:** Conditional Leaflet asset loading — only loads when shortcode or Gutenberg block is present on the page.
     182- **Fix:** Added `.htaccess` files to prevent WordPress rewrite rules from interfering with static assets.
     183- **Fix:** Ensure correct MIME types for CSS and JS files to prevent browser strict MIME checking warnings.
     184- **UX:** Eliminates unnecessary 404 errors on pages without weather widget.
     185
    180186= 1.8.4 =
    181187- **Maintenance:** Added centralized configuration constants file (`includes/constants.php`) for improved code maintainability and reduced magic numbers.
     
    244250
    245251== Upgrade Notice ==
     252= 1.8.5 =
     253Performance optimization release with conditional asset loading. Fixes 404 errors and MIME type warnings for Leaflet on non-weather pages. Recommended for all users.
     254
    246255= 1.8.4 =
    247256Maintenance release with centralized configuration constants and performance optimizations. Recommended for all users.
Note: See TracChangeset for help on using the changeset viewer.