Skip to content

Releases: UCF/Weather-Data

v1.2.0

06 Jun 19:07
e133226

Choose a tag to compare

What's Changed

  • Updated to use a new NWS data source by @jmbarne3 in #4

New Contributors

Full Changelog: v1.1.9...v1.2.0

v1.1.9

24 Jun 16:02

Choose a tag to compare

Enhancements:

  • Removed usage of file_get_contents() in favor of using cURL to support environments with the allow_url_fopen setting turned off.