-Version 1.2.1-
	* There is only 1 max query per user now, as opposed to continual queries
	  even if a user had been queried before.  Potential query saves is quite
	  high on pages like viewtopic.php.  Pre-caching everything to save all
	  queries is just not feasible in a memory limited script.	  
	* Went through and added addslashes to all potential query trouble makers.
	* Added a lot of supported phpBB versions to my list.

-Version 1.2.0-
	* Install/Update script has been changed and greatly improved.
	* New install.txt style.
	* Re-done the interface on selecting users to make it cleaner.
	* You can now select user groups as well as usernames for a color group.
		* Specific colors assigned to a username always gets used if they belong to a user group that gets a color.
		* If a user belongs to more than one group, the user group who has the highest ordered color group assigned will be displayed.
	* Updating from 1.1.0 is very easy!

-Version 1.1.0-
	* Added a order number to each item.  You can move the groups up and down to change their order for
	  appearing on index.php.
	* Added a hide/un-hide function so that you can have a color group but not have it display on index.php
	  in the list of group names.
	* Added in more User Lists in the Define Users area.  It now has one full list, one list of un-grouped
	  users, and one list of grouped users to make finding people easier.
	* Fixed a missed name colorization in privmsg.php
	* A few code optimizations

-Version 1.0.0-
	* Initial Release.