/*******************************************************************************

    Author ......... Jimmy Conner
    Contact ........ jimmy@sqmail.org
    Home Site ...... http://cactiusers.org
    Version ........ 0.4
    Purpose ........ Plugin Updates

*******************************************************************************/


----[ Purpose

    This plugin allows you to your current plugin versions and any updates to them

----[ Features

    Display current plugin versions
    Can display any updates to the plugins
    Display current Cacti version and updates

----[ Installation

    Install just like any other plugin, just throw it in the plugin directory,
    in a folder called update.
    Edit your includes/config.php and add it to your $plugins list, and you are rolling

  
----[ Possible Bugs?
   
    If you figure out this problem, let me know!!!


----[ Future Changes
    
    Got any ideas or complaints, please e-mail me!

----[ Changelog

	--- 0.4 ---
		Use new "api_user_realm_auth" from Plugin Architecture
		Fix Cacti 0.8.7 compatibility

	--- 0.3 ---
		Fix errors on update.php
		Fix SQL Database to set a default value for changes

	--- 0.2 ---
		Fix problem with MySQL importing the table
		Auto-import the table if it doesn't exist
		Fix issues with different header sizes (Thanks Howie!)
		#0000020 Fix for errors on update page when table is not created yet

	--- 0.1 ---
		Initial release
     
