Version 0.4.4
Version 0.4.3
Version 0.4.2
Version 0.4.1
- Fixed small issue with closedir and sort.
Version 0.4
- Added additional icon sets for weather images. Allow option to choose what set of images via settings page.
Version 0.3.11
- Minor change to allow custom fields to apply to pages as well.
Version 0.3.10
- Added custom field post widget.
Version 0.3.9
- Added overloaded weather_display methods.
Version 0.3.8
- Fixed i10n to enable localization given a supporting .mo file.
Version 0.3.7
- Fixed bug in sql for deleting stale forecast for non-numeric location codes.
Version 0.3.6
Version 0.3.5
- Added error suppression for when the data stored in table is invalid xml. When this occurs, a page refresh notice is displayed. This will repoll weather.com for valid xml.
Version 0.3.4
- Added support for shortcode to handle [weather_display location_id="MYLOCID"]
Version 0.3.3
- Added legacy support for template function weather_display().
Version 0.3.2
- Fixed DB storage of XML so not to hammer weather.com's servers.
Version 0.3.1
- Fixed hardcoded XML parser (uses SimpleXML for PHP5 or IsterXML for PHP4.)
- Fixed weather units in forecast_url.
- Added wind information in options. (paul van zwalenburg - http://www.seattleoutrigger.com/ )
- Minor code improvements.
Version 0.3
Major overhaul, mainly to extend flexibility and embrace current code standards for WordPress.