1.1.0 - 2009-12-08
	Updated it-core-class.php to version 1.1.0
	Updated it-form.php to version 1.0.8
	Updated it-storage.php to version 1.1.0
1.1.1 - 2009-12-11
	Updated it-core-class.php to version 1.1.1
	Updated it-utility.php to version 1.0.5
1.1.2 - 2010-01-13
	Updated it-core-class.php to version 1.1.2
1.1.3 - 2010-03-03
	Updated it-core-class.php to version 1.1.3
	Updated it-form.php to version 1.0.9
	Updated it-thickbox.php to version 1.0.4
1.1.4 - 2010-04-13 - Chris Jean
	Updated it-form.php to version 1.0.10
1.1.5 - 2010-04-13 - Chris Jean
	Updated it-form.php to version 1.0.11
1.1.6 - 2010-04-15 - Chris Jean
	Updated it-core-class.php to version 1.1.4
	Updated it-storage.php to version 1.1.1
1.2.0 - 2010-06-29 - Chris Jean
	Implemented a system for all code that uses the classes libraries
		to always use the most-current version
	
	Added init.php version 1.0.0
	Added load.php version 1.0.0
	Updated it-core-class.php to version 1.1.5
	Updated it-error.php to verison 1.0.2
	Updated it-form.php to version 1.0.12
	Updated it-utility.php to version 1.0.6
1.2.1 - 2010-07-15 - Chris Jean
	Updated it-file-utility.php to version 1.4.7
1.3.0 - 2010-07-27 - Chris Jean
	Added it-post-type.php version 1.0.0
	Added it-taxonomy.php version 1.0.0
1.3.1 - 2010-08-24 - Chris Jean
	Updated js/it-core-class.js to not focus on checkboxes, buttons, or inputs
		with a class of "no-auto-focus".
1.3.2 - 2010-09-02 - Chris Jean
	Updated it-core-class.php to version 1.1.6
1.3.3 - 2010-09-20 - Chris Jean
	Updated it-storage to version 1.1.2
1.4.0 - 2010-10-05 - Chris Jean
	Updated it-error.php to version 1.1.0
	Updated it-post-type.php to version 1.0.1
	Updated it-storage.php to version 1.2.0
	Updated load.php to version 1.4.0
1.4.1 - 2010-10-06 - Chris Jean
	Updated it-post-type.php to version 1.0.2
1.5.0 - 2010-12-14 - Chris Jean
	Added:
		it-cache.php version 1.0.0
		it-zip.php version 1.0.0
	Updated:
		it-core-class.php to version 1.1.7
		it-error.php to version 1.1.1
		it-file-utility.php to version 1.5.0
		it-form.php to version 1.0.13
		it-storage to version 1.2.1
		load.php to version 1.5.0
	
	Updated js/it-core-class.js to support a no-auto-focus class
		for when autofocus is not desired
1.5.1 - 2010-12-20 - Chris Jean
	Updated:
		it-form.php to 1.0.14
		it-utility.php to 1.0.7
		load.php to 1.5.1
1.5.3 - 2010-12-20 - Chris Jean
	Refreshed Git repo
1.6.0 - 2011-02-22 - Chris Jean
	Updated:
		init.php to 1.1.0
		it-array-sort.php to 2.0.0
		it-core-class.php to 1.1.8
		it-file-utility.php to 2.0.0
		it-form.php to 2.0.0
		it-storage.php to 1.3.0
		it-utility.php to 1.1.0
		js/it-core-class.js
			Excluded file input from autofocus match
		load.php to 1.6.0
1.6.1 - 2011-03-01 - Chris Jean
	Updated it-zip.php to 1.0.1
1.6.2 - 2011-05-03 - Chris Jean
	Updated it-post-type.php to 1.0.3
1.6.3 - 2011-05-16 - Chris Jean
	Updated it-file-utility.php to 2.0.1
	Updated it-post-type.php to 1.0.4
	Updated load.php to 1.6.3
1.7.0 - 2011-06-27 - Chris Jean
	Added standadized tooltip features
	
	Updated:
		it-core-class.php to 1.2.0
		it-utility.php to 1.2.0
		load.php to 1.7.0
	Added:
		css/it-tooltip.css
		images/it-tooltip.png
		js/it-tooltip.js
		js/jquery.tooltip.js
	
	Emptied js/it-core-class.js. It now stands as a placeholder for future
		code. This disables the JavaScript autofocus features in lieu of using
		HTML 5 autofocus features
1.8.0 - 2011-07-01 - Chris Jean
	Added optgroup support in ITForm
	
	Updated:
		it-form.php to 2.1.0
		css/classes.css
		load.php to 1.8.0
1.9.0 - 2011-07-06 - Chris Jean
	Added option for a left tooltip
	Added ITForm->get_option
	
	Updated:
		it-form.php to 2.2.0
		js/it-tooltip.js
		load.php to 1.9.0
1.10.0 - 2011-08-04 - Chris Jean
	Added a ICO creator library
	Improved directory creation API
	
	Added:
		class-php-ico.php 1.0.0
	Updated:
		css/it-tooltip.css
		it-cache.php to 1.0.1
		it-file-utility.php to 2.1.0
		it-utility.php to 1.3.0
1.10.1 - 2011-08-23 - Chris Jean
	Added a fix for WordPress 3.3 admin sytle modification
	Added defensive coding to protect Thickboxes from poorly-coded plugins
	
	Updated:
		css/classes.css
		it-core-class.php to 1.2.1
		it-thickbox.php to 1.0.5
		it-utility.php to 1.4.0
1.11.0 - 2011-10-06 - Chris Jean
	Big focus on efficiency.
	Moved compatibility functions out of it-file-utility.php into files in the
		new compat directory.
	Split the image-specific functions out of ITFileUtility to a new class:
		ITImageUtility. ITFileUtility still holds back-compat functions that
		call the functions in the new class.
	
	Added:
		compat/mime_content_type.php
		compat/sys_get_temp_dir.php
	Moved:
		class-php-ico.php to classes/
	Updated:
		it-file-utility.php to 2.2.0
		it-post-type.php to 1.1.0
		it-utility.php to 1.4.1
1.12.0 - 2011-10-20 - Chris Jean
	Improvements in preparation for WP 3.3
	Updated the help system support
	Removed instances of TEMPLATEPATH and STYLESHEETPATH
	Added filter for custom taxonomy settings: it_custom_taxonomy_{var}_filter_settings
	
	Updated:
		it-core-class.php to 1.3.1
		it-taxonomy.php to 1.1.0
		it-utility.php to 1.4.2
1.12.1 - 2011-11-14 - Chris Jean
	Fixed load.php issue
