Version 1.9.5 (Wed Aug 23 2006) - Fixed a bug where category spacers were being ignored. (Thanks to Mark Blevis for the bug report.) - Fixed a bug where special styles on the category list would be removed by the plugin. (Thanks to B Wooster for the bug report.) Version 1.9.4 (Tue Jun 20 2006) - Fixed a problem where subcategories would not be displayed properly with their parent categories when the date and time permalink structure was in use. (Thanks to Josh Levinger for the excellent bug report.) Version 1.9.3 (Wed Apr 5 2006) - If categories are filtered out in wp_list_cats, empty list elements will now not be created. (Thanks to Jamie Halmick for the bugfix.) - Instructions now make it clear that the plugin directory must be 'category-order'. (Thanks to Brian Schwartz for the bug report.) - Added a message when the category list HTML cannot be parsed. - Fixed the error some users have reported about the management page being included twice. (Many thanks to David Lucash for helping me to debug this problem.) - Fixed a bug that would cause the buttons on the management page not to work (Thanks to David Lucash for the bug report.) - Fixed a problem where images would not show up if the blog was hosted on a non-standard port like http://myblog.example.com:85/ (Thanks to David Lucash for the bug report.) - Factored out some shared code. Version 1.9.2 (Tue Jan 17 2006) - Parsing is now more robust, and can handle different kinds of permalink structures. (Thanks to for the bug report.) Version: 1.9.1 (Mon Jan 16 2006) - Fixed a bug in the management page that would cause any action to result in a blank page. (Thanks to Luca Oppizzi for the bug report.) - Improved parsing of HTML category lists Version: 1.9.0 (Mon Jan 16 2006) - Updated for WordPress 2.0. Version: 1.8.1 (Tue Jan 10 2006) - Now handles category links with newlines inside them. (Thanks to sanjay sharma for the bug report.) - Clarified the reporting for bugs in the readme. Version: 1.8.0 (Tue Dec 6 2005) - As per pericat's suggestion, I've forked the plugin, basically taking ownership of this implementation. (None of the original code by pericat and Thad Buzolich remains.) 28 November 2005 Version: 1.7 Modified by: David Coppit * Added icons for moving categories on the management page * Changed the movement and indentation so that it is not level-based. This is much simpler. * Changed the category order data structure so that it is a simple 2-dimensional array instead of a recursive tree. * Fixed a bug for installations where "cat" appear in the URL instead of "category" * Separated the management page from the category ordering page * Moved everything into a directory 10 November 2005 Version: 1.6 Modified by: David Coppit * Changed the management functionality to a more intuitive one that doesn't require the user to use a special textual specification language for the ordering. * Changed the sorting algorithm to automatically append new categories to the end of the top level. * Added the "include post count in link" functionality to the management page * The output now uses the same format as the input. (
  • for
  • , and
    for
    5 May 2005 Version: 1.5 Modified by: Thaddeus Buzolich - http://www.buzolich.com/techtips/category-order/ * Wrapped the perisort.php functionality with a plugin interface in the Manage Menu, and changed name to categoryOrder.php * Spaces are allowed between category slugs * Preview of category order * Added BREAK option, to allow for space between list sections * First rewrite of readme.txt to reflect new plugin options 16 March 2005 * Fixed bug related to $the_list initially having a hierarchy. * Fixed problems with permalinks not being set up for 'pretty' pathnames. Non-prettified permalinks will need to use "cat=[category number]" instead of the slugs. 11 March 2005 * Pulled all notes into separate .readme.txt. * Cleaned up non-list (
    method) display. 10 March 2005: * In the spirit of Feature Creep, have added a method for ensuring that the post count is included in the link. Useful if one wishes to tart up the fore and background display of the link as a whole, and find the post count's continued plainess to be a visual irritant. To enable: change the value of $fulllink from FALSE to TRUE. 7 March 2005: * Recoded search & match to use category slugs rather than category names, as better chance of matching the right items, plus better compatibility with extended characters. * Added a checkpoint ($perichildflag) to ensure that empty categories set between two CHILD keywords (...CHILD,an-empty-category,CHILD...) do not trigger extra "
  • " sets. 22 February 2005: * Fixed element placement so as to create valid XHTML. 20 February 2005: * Added ability to display hierarchical lists using keywords CHILD, TOP and BACKUP. Note that using these keywords will not create hierarchical lists if the original setting is to use
    . * Refined cat name matching so that, for instance, a "late breaking news" category would not be mistaken for one named "news". * Added detailed usage guidelines and notes/caveats. 18 February 2005: * first beta