This document is for tracking changes made to the theme as versions progress. However, changes made to files in the /lib or /js or functions.php file will not be recorded here. Functional changes would be too difficult to track. Instead, the fact that the file was changed will be noted, so the user will know to replace that file when they upgrade/update their theme. +++++++++++++++++++++++++++ 1.0 Released 08/07/2008 +++++++++++++++++++++++++++ Yay!!! +++++++++++++++++++++++++++ 1.0.1 Released 09/01/2008 Bug Fixes Mostly Some Feature Additions +++++++++++++++++++++++++++ home.php:37 changed to REASON: Bug fix. Theme wouldn't activate in 2.6+ if theme options hadn't already been set. home.php:46

changed to

REASON: Mostly Cosmetic search.php:5 changed to REASON: Security Fix. $s can be exploited. page-archive.php:22 archive.php:27 archive.php:45 author.php:37 single.php:12 home.php:21 home.php:44 changed to REASON: Display link to author archive instead of author link URL archive.php:47 author.php:39

changed to

REASON: Remove the right alignment on certain text /css/jtabber.css:18 background: #CCC url(images/tabber-left.gif) top left no-repeat; changed to background: #CCC; REASON: Image doesn't exist and isn't necessary, and causes error log to fill with reports that the image doesn't exist. home.php:41 moved line to home.php:38

changed to

REASON: To fix a bug where featuring a child category would result in the category link not displaying correctly. **NOTE**: After this change was made, it may have affected the line numbers of other code. Please take note of this if upgrading from 1.0 home.php:39 changed to REASON: Give user control over the number of posts displayed per category home.php:55

Other Headlines

changed to

REASON: Give user control over the title of the "Other Headlines" section home.php:56 changed to REASON: Give user control over the number of posts displayed in the "Other Headlines" section comments.php:92 moved to comments.php:94 REASON: Fix a Comment bug where if comments were closed, the layout would break. comments.php:87

changed to REASON: No need to say comments are closed. Leaving the commented source in there gives users options, though. /lib/theme-options.php functions.php Various functions were changed to make the theme code more robust. Key functions were added. Replace the old files with the new ones. +++++++++++++++++++++++++++ 1.0.2 Released 10/30/2008 Bug Fixes Mostly +++++++++++++++++++++++++++ menu.php:5 changed to REASON: Another empty array issue fixed! Also, it makes better sense to search the whole array rather than just the first field.