Version 2.0.1 (Tue Nov 6 2007)
- Viewing a page now doesn't cause categories to unfold. (Thanks to Tom Howard
	<tom@thoward.net> for the bug report and patch.)
- Fixed a bug where a blog with no categories would cause a message from the
	plugin. (Thanks to Bruce <mulatao@mac.com> and others for the bug report.)

Version 2.0.0 (Wed Apr 25 2007)
- Added folding of sub-categories until the user clicks on the parent category.
  (Thanks to Ana Luiza Bergamini <analuber@gmail.com> for pointing out the
	incompatibility of this plugin with the Fold Category List plugin, which
	caused me to add this functionality to this plugin.)
- Fixed a bug where sub-lists in the original list of categories HTML would
	cause extra <li>'s to be inserted in the output list. (Thanks to Jessica
	<jess@diapershop.com> for the bug report.)
- The order is now stored using category IDs rather than slugs, since the
	former are unique. Added a warning for the case when two categories have the
	same slug and the permalinks use slugs rather than IDs. (Thanks to
	Gautam Jain <support@conceptworld.com> for the bug report.)
- Fixed a bug where the parser would complain when there were no categories.
	(Thanks to Jason <sparklor@iinet.net.au> for the bug report.)

Version 1.9.7 (Sun Feb 4 2007)
- Updated for Wordpress 2.1. It should continue to work for Wordpress 2.0

Version 1.9.5 (Wed Aug 23 2006)
- Fixed a bug where category spacers were being ignored. (Thanks to Mark
	Blevis <electricskypodcast@gmail.com> for the bug report.)
- Fixed a bug where special styles on the category list would be removed by
	the plugin. (Thanks to B Wooster <bwooster47@gmail.com> 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 <jlev@MIT.EDU> 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 <jamie@timeuser.com> for the
  bugfix.)
- Instructions now make it clear that the plugin directory must be
  'category-order'. (Thanks to Brian Schwartz <brian.schwartz@yahoo.com> 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 <lucash@skyweb.net> 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 <lucash@skyweb.net> 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
  <lucash@skyweb.net> 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 <frnong@gmail.com> 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 <luca.oppizzi@freesurf.ch> 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 <sanjay.sharma11@gmail.com> 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 <david@coppit.org>

*  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 <david@coppit.org>

*  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. (<li> for <li>, and <br /> for <br />

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 (<br /> 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 "</li></ul>" 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 <br />.

*  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

