viewing source for "CHANGELOG"

last commit

commit 7780b7260c3088044dd3a52b28f15424a4e9f7e2 Author: root <root@a04a6e75-5819-0410-a511-8dafea38c924> Date: Thu Feb 8 00:05:13 2007 +0000
Added option to display pages with posts Modified everything to newest version number

source code

01: Fancy Archives Changelog
02: 
03: * 0.5:
04:     * Added option to display Page entries with Posts inside the month links
05:     * Cleaned up the list generation code
06: 
07: * 0.4:
08:     * Added option: Trim post titles to a set size
09:     * Added option: Optionally show ellipsis if a post title was shrunk
10:     * Fix: Added fix for when page's content-type is "application/xhtml+xml"
11: 
12: * 0.3:
13:     * Huge rewrite: cleaned up javascript - one function does all the work,
14:       javascript no longer visible in page source
15:     * Added options: month links are optional, set current year/month to be
16:       expanded by default
17:     * Links now link to 'javascript;' instead of '#'
18: 
19: * 0.2.5:
20:     * Fixed an issue with displaying comment counts in < WP2.0, fixed by using
21:       WP's internal comment counting function (Thanks Will)
22: 
23: * 0.2:
24:     * Massive update, now has a dedicated options page (no more passing options to
25:       function)
26:     * Month links can expand to show individual posts
27: 
28: * 0.1:
29: 	* Initial Release