Change Log for the WordPress Plugin, WeatherIcon: ---------------v2.3.1-release------ 02 Dec 2005 - Viper007Bond: Made the "language" parameter work for WeatherIcon() -- "unset($l10n['WeatherIcon']);" was missing - Viper007Bond: Spruced up wctest.php some more 23 Nov 2005 - Viper007Bond: Hand converted all of the transparent PNGs to transparent GIFs, but realized the 256 colors of GIF files just don't cut it, so I switched the PNGs back to the primary images (and changed the default extension to PNG). The transparent GIFs can be found in the "alternate_icons" folder if you are using a non-white background and care about those silly IE users (no PNG transparency in IE) - Viper007Bond: Moved change log to it's own text file -- it was getting to be REALLY long - Viper007Bond: Fixed a missing ">" on a "" in the cache debug output 22 Nov 2005 - Viper007Bond: Made the little message box at the top that says stuff like "Weather Settings Updated." do the cool new yellow fade thing if running WP v2.0+. Since only 1 box can be faded (due to it having to have an id), all messages are now saved to a var and then spit out all at once rather than each having their own box. - Viper007Bond: Changed link to wctext.php in description to make it show up with the WordPress admin header, but it can still be run independently. Also added link to it on the bottom of theoptions page. - Viper007Bond: Added Swedish translation by yeager ( http://www.danielnylander.se/ ) - Viper007Bond: Added Finnish translation by anssi ( http://xanadu.cs.uta.fi/~anssi/wordpress/ ) - Viper007Bond: Added Bulgarian translation by donangel ( http://blog.doncho.net/ ) - Viper007Bond: Added Czech translation by Radek ( http://www.roosei.cz/ ) - Viper007Bond: Had accidentally included my personal language file (ViperTexts or something) in v2.3.0 and so I've decided what the hell, I'll leave it in. Renamed it to "viper007bond" though. It's just mostly capitialization and things. ---------------v2.3.1-alpha4------- 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. ---------------v2.3.1-alpha3------- 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) ---------------v2.3.1-alpha2------- 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) ---------------v2.3.1-alpha-------- 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