nws_weather 2.0.0-beta2

New features

NWS Weather 2.0.0-beta2 provides a daily weather forecast block utilizing the National Weather Service's API at https://api.weather.gov/.

Updated for Drupal 10 and 11 compatibility.
Removed all dependency on the legacy SOAP client.
Switched to the official National Weather Service REST/JSON API at (https://api.weather.gov/).
Added weather symbols.

Requirements

Drupal 10.3 or 11
PHP 8.1 or higher

nws_weather 2.0.0-beta1

New features

This is the first beta release of the NWS Weather 2.0.0-beta1

NWS Weather 2.0.0-beta1 provides a daily weather forecast block utilizing the National Weather Service's REST/JSON API interface at https://api.weather.gov/.

Requirements

Drupal 10.3 or 11
PHP 8.3 or higher

nws_weather 2.x-dev

New features

2.x Development Branch.
- Update the module for full compatibility with Drupal 10 and 11
- Remove the dependency on the legacy SOAP client
- Refactor the module to use the modern REST/JSON API at api.weather.gov

nws_weather 8.x-1.x-dev

This is the initial port of nws_weather from 7.x-1.x to 8.x-1.x

All of the configuration, which had been a combination of variables and a
database table have been converted to the new Drupal 8 config system. Therefore
you should be able to take advantage of the deployment capabilities of Config.

nws_weather 6.x-1.1

Bug fixes
Unsupported

Fixed a bug caused by changes to the NWS Soap function. A new parameter 'units' is now required by the soap function. Because this module was originally written to expect 'e'nglish units I have hardcoded 'e'nglish as the units. This module still offers the admin user an english or metric display option. Previous versions of this module are not likely to function.

nws_weather 7.x-1.3

Bug fixes
Unsupported

Fixed a bug caused by changes to the NWS Soap function. A new parameter 'units' is now required by the soap function. Because this module was originally written to expect 'e'nglish units I have hardcoded 'e'nglish as the units. This module still offers the admin user an english or metric display option. Previous versions of this module are not likely to function.

nws_weather 7.x-1.x-dev

Bug fixes

Fixed a bug caused by changes to the NWS Soap function. A new parameter 'units' is now required by the soap function. Because this module was originally written to expect 'e'nglish units I have hardcoded 'e'nglish as the units. This module still offers the admin user an english or metric display option. Previous versions of this module are not likely to function.

nws_weather 7.x-1.2

Bug fixes
Unsupported

-Corrected permissions implimentation issue.
-Changed behavior to include 'data not available' message when improper lat/lon, no connection, etc.
-Fixed 'undefined result' bug.

nws_weather 7.x-1.1

Bug fixes
Unsupported

This bug fix release addresses the previous versions dependence on a depricated PHP function.

Subscribe with RSS Subscribe to Releases for U.S. National Weather Service