Changeset 3431058
- Timestamp:
- 01/02/2026 01:29:07 PM (7 weeks ago)
- Location:
- spelhubben-weather
- Files:
-
- 2 edited
-
tags/1.8.5/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spelhubben-weather/tags/1.8.5/readme.txt
r3425273 r3431058 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.8. 47 Stable tag: 1.8.5 8 8 Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU 9 9 License: GPLv2 or later … … 178 178 179 179 == 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 180 186 = 1.8.4 = 181 187 - **Maintenance:** Added centralized configuration constants file (`includes/constants.php`) for improved code maintainability and reduced magic numbers. … … 244 250 245 251 == Upgrade Notice == 252 = 1.8.5 = 253 Performance optimization release with conditional asset loading. Fixes 404 errors and MIME type warnings for Leaflet on non-weather pages. Recommended for all users. 254 246 255 = 1.8.4 = 247 256 Maintenance release with centralized configuration constants and performance optimizations. Recommended for all users. -
spelhubben-weather/trunk/readme.txt
r3425273 r3431058 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.8. 47 Stable tag: 1.8.5 8 8 Donate link: https://www.paypal.com/donate/?hosted_button_id=CV74CEXY5XEAU 9 9 License: GPLv2 or later … … 178 178 179 179 == 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 180 186 = 1.8.4 = 181 187 - **Maintenance:** Added centralized configuration constants file (`includes/constants.php`) for improved code maintainability and reduced magic numbers. … … 244 250 245 251 == Upgrade Notice == 252 = 1.8.5 = 253 Performance optimization release with conditional asset loading. Fixes 404 errors and MIME type warnings for Leaflet on non-weather pages. Recommended for all users. 254 246 255 = 1.8.4 = 247 256 Maintenance release with centralized configuration constants and performance optimizations. Recommended for all users.
Note: See TracChangeset
for help on using the changeset viewer.