(Older entries moved here to clear up the front page)
Changes in v4.3.1 (2012-01-11)
- Fixed fallbacks for uninitialized settings: never print wierd output.
Changes in v4.3 (2012-01-01)
Changes in v4.2 (2010-10-29)
- Fixed the uninstallation procedure.
Changes in v4.1 (2010-10-23)
Changes in v4.0 (2010-10-17)
- Completely recoded from the ground up for a much needed code overhaul.
- All previous settings will be lost! Write them down before upgrading.
- Added: support for multiple tree instances
- Added: support for per-tree configurations
- Added: template tags for theme developers
- Added: (optional) noscript for JS-disabled visitors
- Added: uses category descriptions for link titles
- Added: translation support
- Added: optional JS-escape (XHTML, HTML or none) to ease validation
- Added: caching is optional (per instance, to boot)
- Fixed: should properly encode quotes and HTML-entities
- Replaced Scriptacolous with jQuery
- Made truncation optional
- Removed support for WP <2.3
- Removed all CSS-options from admin area
- Removed all non-essential CSS-rules
- Only load jQuery if animation is on
- Minified JS and CSS (9KB vs. 16KB!)
- Cache is created on site visit (faster admin, less server load)
Known issues in 4.0:
Changes in v3.4.1 (2008-07-20)
Changes in v3.4 (2008-07-12)
- Added support for link trees. (needs testing!)
- Fixed breakage in WP 2.5, 2.6
- Fixed invalid XHTML output. (props: jberghem)
- Fixed a CSS-issue. (props: wenzlerm)
- Renamed the dTree script to avoid collisions with plugins using an unmodified version.
Changes in v3.3.2 (2007-11-26)
- Fixed bug with excluding multiple categories.
Changes in v3.3.1 (2007-11-02)
- Removed redundant
li-tags from widgets. (props: Alexey Zamulla)
- Support for non-ascii characters. (props: michuw)
- Properly encoded ampersands (&) in javascript URLs.
Changes in v3.3 (2007-10-26)
- Optimized the dtree script, up to 40% less data required to feed the script. Using dTree now generates less markup than normal HTML.
- New option: Show RSS icon for archives
- New option: Show post count for archives
- Fix: Open to requested node
- Fix: images URL not working on some servers (props: Zarquod)
- Fix: somewhat more IE compatible...
Known issues: RSS icons wont show in IE if post count is on.
Changes in v3.2 (2007-10-15)
- Support for WP's bundled scriptacolous library! (turn effects on in the WP-dTree options page)
- New cache structure reduces cache size with ~33% compared to previous implementations.
- New option: Show RSS icon for categories
- New option: Show post count for categories
- New option: Effect duration
Regressions: open to selection is broken again. It'll be back in the next version, but if it's vital for you, stay with 3.1
Changes in v3.1: (2007-10-06)
- Updated to comply with WordPress 2.3's new taxonomy tables for categories.
- Widgetized! You no longer need to edit your sidebar manually.
- Fixed "Open To Selection"-option.
Changes in v3.0: (2007-08-17)
- Forked from the dead WP-dTree 2.0
- Added caching. The plugin creates the trees (only) when blog content changes, instead of creating them on every visit. Displaying the front page on the dev site went from 411 queries to 18. :)