=== Change Log === --------- NEW CODE BASE (Changes since 27 Oct 2005) 11 Jan 2005 - Garett: Added to local SVN - Garett: Removed FETCH_SUNS option (abandoning WeatherUnderground) - Garett: Finished ICON pack definitions for apple-ish and default - Garett: Added code from Midwestern City Boy for PNG support in IE6 (only to plugin, not config screen yet) 10 Jan 2005 - Garett: Added version check code - Garett: fixed display functions in metar (again) 06 Jan 2005 - Garett: fixed display functions in metar 23 Dec 2005 - Garett: Built a test rig. 15 Dec 2005 - Garett: Added display functions (very rough) - Garett: Improved Debug Functionality 14 Dec 2005 - Garett: Figured out how to improve internationalization 22 Nov 2005 - Garett: Added upgrade routines 16 Nov 2005 - Garett: Updated Metar Processing code from PHPWeather (much nicer) - Garett: Tweaked new Metar Processing to do more - Garett: Added versioning information 06 Nov 2005 - Garett: Improved Configuration Screen, finalized layout - Garett: Dropped weather_settings and weather_options and created a new WIsettings replacement for both 27 Oct 2005 - Garett: Threw out old code base ... to hacked to keep developing on. - Garett: Started new code broke apart into classes - Garett: Started work on new configuration screen class --------- OLD CODE BASE 07 Oct 2005 - Garett: Increased width of Widget from 200px to 220px; - Garett: New Feature: Add the ability to change the language of an individual icon. - Garett: New Feature: Now supports remark code VIRGA (Virga is a type of rain that evaporates before hitting the ground. Pretty cool IMO.) - Garett: New Feature: Added the command 'override_cache' to the command line interfaces to force the plugin to retrieve data regardless of whether the data is cached or not. This is a debugging feature, not an everyday feature so it isn't added to the configuration page. In fact, I was considering not mentioning it ... but I have. If you wish to see what it is, either enter in the METAR code ( CYQR 071700Z 15021G27KT 15SM BKN039 BKN070 OVC230 05/M01 A2973 RMK SC6AC2CI1 VIRGA SLP094 ), or just add VIRGA to the RMK's section of your METAR data. 05 Oct 2005 - Garett: Bug Fix: Correct local server's time based on the gmt offset in the wordpress settings. Known problems? Doesn't correct for Daylight savings time (see http://www.viper007bond.com/wordpress-plugins/forums/viewtopic.php?id=18 for more information) - Garett: Bug Fix: Database caching cause Heat Index and Condition Status to carry onwards when no longer valid (see http://www.viper007bond.com/wordpress-plugins/forums/viewtopic.php?id=23 and http://www.viper007bond.com/wordpress-plugins/forums/viewtopic.php?id=30 for more information). - Garett: New Feature: Added a "Default Location" option (see http://www.viper007bond.com/wordpress-plugins/forums/viewtopic.php?id=7 for more information) 04 Oct 2005 - Garett: Bug Fix: Template.po file bugs fixed (see http://www.viper007bond.com/wordpress-plugins/forums/viewtopic.php?id=20 for more information) - Garett: New Feature: Display date/time from metar file (see http://www.viper007bond.com/wordpress-plugins/forums/viewtopic.php?id=29 for more information) 25 Aug 2005 - Garett: New Debugging Information 24 Aug 2005 - Garett: New Debugging Information 23 Aug 2005 - Garett: Bug Fix: NSC Metar Code no longer results in No Data - Garett: Bug Fix: Ignoring No Nighttime Icon Fixed - Garett: Bug Fix: Debug/Display no longer Case Sensitive ---------------v2.3.0-------------- 13 Aug 2005 - Viper007Bond: Options page was horribly invalid XHTML (or even HTML for that matter), so it's been fixed and now passes the W3C XHTML Markup Validator - Viper007Bond: Corrected the workings of the debug function argument and variable logic 'cause Garett f'ed it up :P 12 Aug 2005 - Viper007Bond: Added ability to the options page to empty the caches - Viper007Bond: Allowed force debug via function arguments (just set 'debug' to TRUE or 1) 06 Aug 2005 - Garett: Add ability to cache metar in database rather than a flat file. - Garett: Added options to select caching type. - Garett: Changed Default Caching options. - Garett: Added option to display Sunrise/Sunset times. - Garett: Change option allow_debug to debug and print to display (to better link the names to their function). - Garett: Bug Fix: Missing Compass direction in wind direction (East was missing! HOW!?!) ---------------v2.2.0--------------- 02 Aug 2005 - Viper007Bond: Added option to put the location label as the WP-Dash widget header instead. 01 Aug 2005 - Viper007Bond: Changed function input format to a query string format, but kept backward compatibility - Viper007Bond: Expanded the "Usage Information" area at the bottom of the configuration page - Viper007Bond: Changed the code formatting a bit more to better match the WordPress standards 31 Jul 2005 - Garett: Sunrise/Sunset times now retrievable from WeatherUnderground. - Garett: Time for sunrise/sunset now configurable to local time/metar time. - Garett: New options added to configuration page. - Garett: New Debug Information added. - Garett: Fixed bug in cloud conditions that resulted in a 'No METAR Data Available' error. - Garett: Fixed bug in hour calculation for sunrise/sunset. ---------------v2.1.0--------------- 29 Jul 2005 - Garett: Cludgy fix for missing sky conditions in METAR. 28 Jul 2005 - Viper007Bond: Added "widget" for the WP plugin WP-Dash, http://somethingunpredictable.com/wp-dash/ - Garett: Added switches to allow debug output and to display (echo) or return the values. - Viper007Bond: Moved the plugin file into the "WeatherIcon" folder and removed some offending code stopping this from working, i.e. basename() (Viper007Bond) - Viper007Bond: Did a some code formatting changes - tabs are better than spaces :P 26 Jul 2005 - Garett: Removed all short open tags. - Garett: Fixed wind speed metric bug. - Garett: Added option to display wind speed in meters per second. ---------------v2.0.1--------------- 15 Mar 2005 - Jeremiah: Fixed Missing Descriptor for visibility - Jeremiah: Removed border attribute from image - Jeremiah: Fixed fread error on initial creation of cache file ---------------v2.0.0--------------- 08 Mar 2005 - Garett: Fixed fread() empty file Bug - Garett: Added the leading zero bug fix from Bob Crispen 07 Mar 2005 - Garett: Created a Configuration Page for Wordpress 1.5 - Garett: Localization of Plugin switch to use PO files ---------------v1.2.1--------------- 01 Mar 2005 - Garett: rewrote segments of the plugin to allow better integration into sidebar as per other plugins ---------------v1.2.0--------------- 22 Feb 2005 - Garett: Fixed the "Reports Imperial Data as Metric" Bug in get_visibility. ---------------v1.1.8--------------- 05 Nov 2004 - Jeremiah: Some Debug Formating Changes From Beel ---------------v1.1.7--------------- 28 Oct 2004 - Jeremiah: Added Support for "Drizzle" condition (Thanks Beel!) - Garett: Fixed the "Uses Overcast instead of Fog or Snow" Bug - Garett: Fixed the "Fog, Haze, Smoke, and Sand don't set a CONDITION STATUS" Bug - Garett: Improved fix for the "Wind: Calm mph" Bug ---------------v1.1.6--------------- 25 Oct 2004 - Garett: Fixed the "Wind: Calm mph" Bug ---------------v1.1.5--------------- 18 Oct 2004 - Garett: Fixed "Duplicate Conditions" Bug - Garett: Added Change Log