0.0.1 - 2010-08-24 - Skyler Moore
	Initial creation of Rotating Text.
0.0.2 - 2010-08-24 - Skyler Moore
	Removed the reset button from debug area
1.0.0 - 2010-08-26 - Skyler Moore
	Fixed rotation id bug
		Updated rotatingtext.php:
			In "function shortcode($atts)":
			Replaced "jQuery('#rotatingtext-" . $this->_instance . "').rotatingtext({"
			with "jQuery('#rotatingtextid-" . $this->_instance . "').rotatingtext({" on line 829.
			Replaced "<div class="rotatingtext" id="rotatingtext-' ."
			with "<div class="rotatingtext" id="rotatingtextid-' ." on line 876.
			In "function widget($group)":
			Replaced "jQuery('#rotatingtext-" . $this->_instance . "').rotatingtext({"
			with "jQuery('#rotatingtextid-" . $this->_instance . "').rotatingtext({" on line 958.
			Replaced "<div class="rotatingtext" id="rotatingtext-' ."
			with "<div class="rotatingtext" id="rotatingtextid-' ." on line 1003.
1.0.1 - 2010-08-26 - Skyler Moore
	Updated updater system
1.0.2 - 2010-08-30 - Skyler Moore
	More compatible with html
		Updated rotatingtext.php:
			Changed " echo '<p class="' . $this->_var . '-' . $group . '-' . $ordnum . ' rselector" "
			to " echo '<div class="' . $this->_var . '-' . $group . '-' . $ordnum . ' rselector" " line 917.
			Changed " echo '</p>'; " to " echo '</div>'; " line 929.
			
			Changed " echo '<p class="' . $this->_var . '-' . $group . '-' . $ordnum . ' rselector" "
			to " echo '<div class="' . $this->_var . '-' . $group . '-' . $ordnum . ' rselector" " line 1044.
			Changed " echo '</p>'; " to " echo '</div>'; " line 1056.
		Updated rotatingtext.css:
			Changed ".rotatingtext p {" to ".rotatingtext .rselector {" line 31.
1.0.3 - 2010-09-07 - Skyler Moore
	Fixed shortcode
		Updated rotatingtext.php:
			Changed shortcode to return instead of echo.
1.0.4 - 2010-09-08 - Skyler Moore
	Updated lib/updater.php
1.0.5 - 2010-10-13 - Skyler Moore
	Added in new updater code.
	Updated tooltip feature.
		Added "function tip()" to rotatingtext.php.
		Updated all occurrenses of tooltip.
	Fixed calling of styles and javascript on front end.
	Combine shortcode and widget functions.
		Updated in rotatingtext.php starting line 833.
1.0.6 - 2010-10-21 - Skyler Moore
	Added fix for IE widget dropdown bug.
1.0.7 - 2010-12-10 - Skyler Moore
	Added random order feature.
		Updated rotatingtext.php:
			Added order filter lines 931-943.
			Added ordered option to group setting lines 499-505.
1.0.8 - 2011-01-26 - Skyler Moore
	Updated the lib/updater to the latest version.
1.0.9 - 2011-06-13 - Skyler Moore
	Updated to latest updater replaced lib/updater.
1.0.10 - 2011-07-01 - Skyler Moore
	Updated to the latest updater replaced lib/updater to fix changelog.
1.0.11 - 2011-08-10 - Josh Benham
	Updated updater lib to latest version 1.0.1
1.0.12 - 2011-09-22 - Ronald Huereca
	Fixing updater issue
1.0.13 - 2011-09-22 - Ronald Huereca
	Fixing updater issue
1.0.14 - 2011-12-12 - Daniel Harzheim
	added displaybuddy admin icon
1.0.17 - 2012-01-02 - Dustin Bolton
	Getting started page fix for compatibilty with new plugins.
1.0.18 - 2012-08-30 - Josh Benham
	fixed restricted link lengths
1.0.19 - 2012-11-30 - Glenn Ansley
	Update plugin author information
	Convert Tables to Divs
	Remove inline styling and !important rule
	Make JS dependant on jQuery during enqueue
	Remove call to non-existent stylesheet
	Update 'rotating-text' in UI to 'Rotating Text'
1.0.21 - 2012-12-06 - Glenn Ansley
	Fix error occuring when site is using https
1.0.22 - 2013-06-27 - Josh Benham
	Added new iThemes updater.
	Added compatibility for php 5.5.0 and WordPress 3.6.0.
1.0.25 - 2013-07-23 - Josh Beham
	Fixed bug in radom feature.
	Updated history.txt.
1.0.26 - 2013-09-20 - Packaging Bot
	Updated lib/updater to version 1.0.3
1.0.27 - 2013-10-02 - Packaging Bot (lib/updater)
	Big rewrite to the updater in order to make the code more flexible. This improves compatibility with plugins that allow for remote updating of plugins and themes.
	The updater now supports providing changelog details for plugins and themes that have updates available. These details can be viewed by clicking the "View version **** details" link for the appropriate plugin or theme.
1.0.28 - 2013-10-04 - Packaging Bot (lib/updater)
	Enhancement: When releases with four version digits are released (such as 2.1.0.3), by default, the updater will not offer to update if just this last digit is updated. For instance, it will not automatically offer to update 2.1.0.1 to 2.1.0.3; rather, an automatic upgrade will become available when version 2.1.1 or greater is released. If you wish to force an update to these versions, you can add ithemes-updater-force-minor-update=1 to an admin page request (such as http://domain.com/wp-admin/index.php?ithemes-updater-force-minor-update=1) in order to force the updater make these releases available for an hour. If the update is not performed within the hour, the updater reverts back to default behavior.
	Bug Fix: Corrected source of the following error when updating: Download failed. SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
	Bug Fix: Corrected source of the following warning: Warning: require_once(/api.php) [function.require-once]: failed to open stream: No such file or directory
1.0.29 - 2013-10-07 - Packaging Bot (lib/updater)
	Bug Fix: Corrected another source of the following warning which occur immediate after updating the plugin or theme: Warning: require_once(/api.php) [function.require-once]: failed to open stream: No such file or directory
1.0.30 - 2013-10-28 - Packaging Bot (lib/updater)
	Enhancement: Added a "Quick Release Updates" setting to the bottom of the licensing page. Enabling this option allows the site to receive automatic update notices for product quick releases (releases that do not have automatic update support by default).
	Enhancement: Changed how the licensing page works on Multisite. Now it will appear at Settings > iThemes Licensing in the network admin Dashboard and at Settings > iThemes Licensing on sites when the current user is a network admin. This prevents exposing the licensing page to users that don't are not super users and thus should not be performing updates. As this update makes the functionality of the "Licensing Page Access" setting obsolete, the setting has been removed.
	Enhancement: Using the ithemes-updater-force-minor-update query string variable will now force a data flush, allowing any available quick release updates to appear instantly.
	Enhancement: Added "License" links to the Plugins and Themes pages for the Network Admin Dashboard of multisite installs.
1.0.32 - 2013-12-13 - Packaging Bot (lib/updater)
	Enhancement: Recently updated plugins and themes no longer report that an update is available.
	Enhancement: Added alternate line styling to the listings on the licensing page.
	Enhancement: Products with iThemes in the name will now properly capitalize the name.
	Enhancement: The updater and licensing system now handle iThemes server outages without causing long page delays or by reporting confusing error messages.
1.0.33 - 2013-12-18 - Packaging Bot (lib/updater)
	Bug Fix: Removed unneeded check on package-info.ithemes.com which was causing performance issues on some sites.
1.0.34 - 2013-12-19 - Packaging Bot (lib/updater)
	Bug Fix: Licensing will now be universal across all sites of a multisite network. This means that you will only need to license on one site to have the license apply across the entire network.
1.0.35 - 2014-02-03 - Packaging Bot (lib/updater)
	Bug Fix: Licensing on SSL-enabled sites now works properly.
1.0.36 - 2014-08-08 - Ronald van Weerd
	Introduced filter on the add_(sub)_menu_pages to allow filtering the capabilities required to manage the plugin
1.0.37 - 2014-11-14 - Packaging Bot (lib/updater)
	Enhancement: Reduced caching to allow updates to appear more quickly.
	Enhancement: Authenticating users now uses the new authentication system.
1.0.38 - 2015-04-23 - Packaging Bot (lib/updater)
	Compatibility Fix: Updated plugin and theme update data format to match changes in WordPress 4.2.
1.0.39 - 2015-07-08 - Chris Jean
	WordPress Compatibility: Updated widgets to no longer use PHP4-style constructors in order to be compatible with their deprecation in WordPress 4.3.
1.0.40 - 2015-07-14 - Packaging Bot (lib/updater)
	Enhancement: Updated link to iThemes support.
1.0.41 - 2015-11-09 - Josh Benham
	Updated all class constructors for php7 deprication warnings.
1.0.42 - 2018-05-02 - Packaging Bot (lib/updater)
	Bug Fix: Fixed the "View details" link failing to work properly after updating.
	Bug Fix: Fixed an issue that could cause data changes to not save properly on specific background page requests.
	Bug Fix: Added a compatibility fix to avoid conflicts with plugins that change the plugin_action_links filter value from an array to a string.
	Compatibility Fix: Updated handing of wp_remote_get() response due to changes documented in https://core.trac.wordpress.org/ticket/33055.
	Enhancement: Added ability to manage licensing from WP-CLI.
1.0.43 - 2018-05-03 - Packaging Bot (lib/updater)
	Bug Fix: Fixed fatal error that could occur when clicking the "View details" link for an available plugin update.
1.0.44 - 2018-05-24 - Josh Benham
	Added privacy policy for GDPR compliance.
1.0.45 - 2019-05-29 - Ronald van Weerd
        Changed wp_print_scripts hook to wp_enqueue_scripts
        Changed wp_print_styles hook to wp_enqueue_scripts
        Return inline css rather than echo-ing to prevent conflict with Gutenberg shortcodes
1.0.46 - 2020-08-11 - Packaging Bot (lib/updater)
	Enhancement: Added support for the auto-update feature introduced in WordPress 5.5.