3.2 | Andrew Hill | 2011-11-28 - Added FAQ item on why DJIA will not display - Added note to admin page on DJIA, and also removed it from examples and default database entries ------------------------------------------------------------------------ 3.1 | Andrew Hill | 2011-05-31 - Add plugin actions link for settings on the main plugins page - Stock prices are now passed through as-is with no formatting, allowing for penny stocks to be displayed beyond 2 decimal places ------------------------------------------------------------------------ 3.0 | Andrew Hill | 2010-09-25 - Automatically convert ^DJI lookups to INDU, for users who are not aware of change ------------------------------------------------------------------------ 2.9 | Andrew Hill | 2010-09-25 - Changed DJIA default symbol from ^DJI to INDU, due to Yahoo changes ------------------------------------------------------------------------ 2.8 | Andrew Hill | 2010-09-16 - Handle other Yahoo URLs better (e.g. uk.old.finance.yahoo.com) ------------------------------------------------------------------------ 2.7 | Andrew Hill | 2008-01-11 - Fix error in percentage change exception handling ------------------------------------------------------------------------ 2.6 | Andrew Hill | 2008-01-09 - Remove PHP debugging! ------------------------------------------------------------------------ 2.5 | Andrew Hill | 2008-01-09 - Fix line break issue in Safari ------------------------------------------------------------------------ 2.4 | Andrew Hill | 2008-01-09 - Fix divide by zero error for stocks with no last close information - Fix for SQSBSEPARATOR not being displayed ------------------------------------------------------------------------ 2.3 | Andrew Hill | 2008-12-12 - Several fixes for undefined variables when display_errors was on ------------------------------------------------------------------------ 2.0 | Andrew Hill | 2008-12-11 - Refactored table layout for greater readability ------------------------------------------------------------------------ 1.9 | Andrew Hill | 2008-12-08 - Added option to display percentage change instead of, or in addition to dollar/point change - Added alternate row shading for quotes ------------------------------------------------------------------------ 1.8 | Andrew Hill | 2008-08-13 - Fixed issue where custom widget title was not saved ------------------------------------------------------------------------ 1.7 | Andrew Hill | 2008-07-05 - Removed trailing line breaks after ?> that caused issues in wp-admin ------------------------------------------------------------------------ 1.6 | Andrew Hill | 2008-07-02 - Widget Support! ------------------------------------------------------------------------ 1.5 | Andrew Hill | 2008-06-27 - Significant code refactoring - The plugin no longer writes to or reads from the file system - everything is doen in memory - Timings added to see how much processing time the plugin takes (.04 seconds average in testing) ------------------------------------------------------------------------ 1.4 | Andrew Hill | 2008-06-23 - Fixed some compatibility issues with the K2 theme - Changes to support hosting of plugin in WordPress Plugin SVN ------------------------------------------------------------------------ 1.3 | Andrew Hill | 2007-09-05 - Fixed the plugin to work with Yahoo's new download URL. - Side effect: make sure to not include "http://" in the URL options ------------------------------------------------------------------------ 1.2 | Andrew Hill | 2006-10-12 - The plugin now uses cURL instead of fopen(). This should allow people to use it even if their hosting provider blocks fopen(), as many do. Please let me know if anyone encounters problems. - Added height tag to chart image, for W3C compliance. ------------------------------------------------------------------------ 1.1 | Andrew Hill | 2006-04-19 - Fix for a change in the Yahoo format of the S&P 500 index that caused the quote to be all 0's - This fix should also insulate the app from future changes of this nature ------------------------------------------------------------------------ 1.0 | Andrew Hill | 2006-04-10 - Removed a spurious carriage return causing issues for rendering within posts. ------------------------------------------------------------------------ 0.9 | Andrew Hill | 2006-02-12 - Fixed initial value for chart range (affected new installs only) ------------------------------------------------------------------------ 0.8 | Andrew Hill | 2005-11-07 - Fixed CSS tooltips to work in Internet Explorer ------------------------------------------------------------------------ 0.7 | Andrew Hill | 2005-10-25 - Added option to format time - You can now select 1 day, 5 day, or 1 year charts for the tooltip - Will now not display duplicate quotes between the static and random lists - You can now insert a horizontal rule between sets of quotes. ------------------------------------------------------------------------ 0.6 | Andrew Hill | 2005-10-25 - There are now two lists of stock symbols: one to always display, and one to randomly select a certain number of symbols from - The chart tooltip was relocated to the left for better compatibility with certain WordPress themes - Some other optimizations ------------------------------------------------------------------------ 0.5 | Andrew Hill | 2005-10-24 - You can now configure whether to display the symbol or the company name in the first column - A pop-up intra-day chart is shown when you mouse-over the change. ------------------------------------------------------------------------ 0.4 | Andrew Hill | 2005-10-21 - There is now a WP Options page for the plugin - List of stock symbols can now be stored in the WP database - Localized Yahoo site can be specified in the options page - Date format can be specified in the options page - Full company name is displayed in a tooltip over the stock symbol - Function will now either use the symbol list from the WP options page, or may be overridden in the template. ------------------------------------------------------------------------ 0.3 | Andrew Hill | 2005-10-17 - Fix for date format - Included instructions in source comments on changing Yahoo sites ------------------------------------------------------------------------ 0.2 | Andrew Hill | 2005-10-16 - Fixes to be valid XHTML 1.0 Transitional - Fix attempted double close of file handle, which caused an error message if PHP display errors was on ------------------------------------------------------------------------ 0.1 | Andrew Hill | 2005-10-11 - Initial Release