Collapsing Archives Changelog * 1.2.1 (2009.06.22) * Can now use manually in WP 2.7- * Updated Spanish localization (thanks to Karin Sequen) * Fixed problems with page load and cookies * 1.2.beta (2009.06.08) * Changed hide and show classes to collapse and expand to avoid CSS class conflicts * Fixed errors with options page * Now includes several default styling templates * 1.2.alpha (2009.05.02) * Widgets work with 2.8 API * Can specify options directly in manual usage * 1.1.5 (2009/05/05) * Fixed options page problems (s with triangles for CSS styling * Added style information to make triangles bigger and give a pointer cursor over them * Added title tags to triangles to indicate functionality * 0.6.1: * Bug fix - fixed the previous year triangle pointing in the wrong direction * Changed default options to reflect how I use it on my website * 0.6: * Changed name from Fancy Archives to Collapsing Archives * Changed author from Andrew Rader to Robert Felty * Added option to link to archives.php * Added option to list in chronological or reverse chronological order * Added triangles which mark the collapsing and expanding features That is, clicking on the triangle collapses or expands, while clicking on a month or year links to the archives for the said month or year * Changed behavior from starting all expanded and then collapsing on page load to the opposite * Removed the rel='hide' and rel='show' tags, because they are not xhtml 1.0 compliant. Now uses the CSS classes instead --------------------------------------------------------------------------- Fancy Archives Changelog * 0.5: * Added option to display Page entries with Posts inside the month links * Cleaned up the list generation code * 0.4: * Added option: Trim post titles to a set size * Added option: Optionally show ellipsis if a post title was shrunk * Fix: Added fix for when page's content-type is "application/xhtml+xml" * 0.3: * Huge rewrite: cleaned up javascript - one function does all the work, javascript no longer visible in page source * Added options: month links are optional, set current year/month to be expanded by default * Links now link to 'javascript;' instead of '#' * 0.2.5: * Fixed an issue with displaying comment counts in < WP2.0, fixed by using WP's internal comment counting function (Thanks Will) * 0.2: * Massive update, now has a dedicated options page (no more passing options to function) * Month links can expand to show individual posts * 0.1: * Initial Release