1.0.0 - 2009-03-25
	Initial Release
1.0.1 - 2009-06-15
	Updated internal lib links in billboard.php
	Updated lib/file-utility to 1.4.4
1.0.2 - 2009-06-15
1.0.3 - 2009-06-15
	Fixed minor version information mismatch in billboard.php
1.0.4 - 2009-06-17
	Updated lib/file-utility to version 1.4.5
1.0.5 - 2009-06-22
	Corrected issue which could cause multiple menu entries
1.0.8 - 2009-08-13
	Updated lib/file-utility to version 1.4.6
1.0.9 - 2009-09-16
	Updated to new version to correct bad version numbering
1.1.0 - 2009-09-16
	Fixed issue with multiple widgets in a single sidebar not
		functioning properly in 2.8+
1.1.1 - 2009-09-23
	Updated lib/file-utility to version 1.4.7
1.1.2 - 2009-09-23
	Updated lib/file-utility to version 1.4.8
1.1.4 - 2009-10-07
	Updated lib/file-utility to version 1.4.9
1.1.5 - 2009-10-11
	Fixed problem with My Theme menu item not being added.
1.1.6 - 2009-10-11
	Allowed for adding entries without supplying a link.
1.1.7 - 2009-11-25
	Fixed warnings
1.1.8 - 2009-11-25
	Cleaned up repo
1.2.0 - 2010-02-15
	Widget output is filtered by the_content and then all tags but img and a
		are removed. This allows the ShadowBox JS plugin
		(http://wordpress.org/extend/plugins/shadowbox-js/) to put content in
		ShadowBoxes.
	Widget output is now filterable with it_billboard_widget_output
1.2.1 - 2010-02-17
	Changed ShadowBox JS integration to be specific to ShadowBox JS. This is a
		bit hacky, but enough checks are in place to not cause issues if any code
		changes or if ShadowBox JS isn't present. Contacted the ShadowBox JS
		author to get a better solution put together, but haven't heard back
		from him yet.
1.2.2 - 2010-02-26 - Dustin Bolton
	Added PluginBuddy branding.
1.2.3 - 2010-03-02
	Fixed warnings
	Changed Cancel button class to button-secondary
1.2.4 - 2010-03-02
	Changed ngettext to __ngettext to add l10n support
1.2.5 - 2010-03-02
	Added updater.
1.2.6 - 2010-03-02
	Updater fixes.
1.2.7 - 2010-03-02 - Dustin Bolton
	Added improved support for automatic upgrades.
1.2.8 - 2010-03-02 - Dustin Bolton
	Various updater fixes.
1.2.10 - 2010-03-02 - Dustin Bolton
	Updated key system.
1.2.11 - 2010-03-09 - Dustin Bolton
	Fixed curl_init error in updater on some servers.
1.2.12 - 2010-03-09 - Dustin Bolton
	Fixed managing licenses when using SSL url.
1.2.13 - 2010-03-10 - Dustin Bolton
	Fixed HTTPS index warning.
1.2.14 - 2010-03-29 - Dustin Bolton
	New updater version with various fixes.
1.2.15 - 2010-06-03 - Dustin Bolton
	Updated updater to have longer timeout connecting to authentication servers.
1.2.16 - 2010-06-21
	Updated lib/file-utility to version 1.4.10
1.2.17 - 2010-06-29 - Chris Jean
	Replaced deprecated wp_specialchars calls with esc_html
	Added priority to the admin_menu action to better order the placement of the menu
1.2.18 - 2010-06-29
	Updated version number to stop version from asking to be updated
		Updated billboard.php:
			Changed:
				var $_version = '1.2.15';
			to
				var $_version = '1.2.18';
			on line 30.
