/**
 * Changelog
 *
 * @package    Advanced Module Manager
 * @version    1.5.0c
 * @since      File available since Release v0.1.0
 *
 * @author     Peter van Westen <peter@nonumber.nl>
 * @link       http://www.nonumber.nl/advancedmodulemanager
 * @copyright  Copyright (C) 2010 NoNumber! All Rights Reserved
 * @license    http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

/**
 * + Added
 * ! Removed
 * ^ Changed
 * # Fixed
 */

19-Jan-2010 : v1.5.0
 + Added save button to module popup (modal) window
 + Added option to mirror assignement settings of other module
 + Added option to choose AND / OR method of assignments matching
 + Added option to also show/hide on child menu items
 + Added extra options to hide certain settings
 ^ Reduced number of queries
 ^ Optimized code a little (= faster)
 ^ Moved elements to seperate global plugin (also used by other extensions)
 ^ Changed the License Code check (now controlled by the License Manager)
 # Fixed ordering field in module edit screen not working

03-Jan-2010 : v1.4.3
 # Fixed issue with error on Custom HTML module admin pages

02-Jan-2010 : v1.4.2
 # Fixed issue with error on plugin settings page (due to License check)

01-Jan-2010 : v1.4.1
 + Added Commercial License Code support
 ^ Moved Module Assignment options to parameter tabs
 # Fixed issue with assignment to JACL user group levels not working correctly
 # Fixed issue with modules assigned to articles/categories/sections also showing on other pages

18-Dec-2009 : v1.3.3
 # Fixed issue with database query error on installation

14-Dec-2009 : v1.3.2
 # Fixed issue with php warning if no modules are published
 # Fixed issue with ordering of modules on some setups

04-Dec-2009 : v1.3.1
 ^ Reduced amount of queries (thanks to Omar Ramos)
 ^ Improved some code
 # Fixed issue with jos_ instead of #__ being used in 2 queries

01-Dec-2009 : v1.3.0
 ^ Changed name from Advanced Modules to Advanced Module Manager
 ^ Changed size of modal window to maximum
 ^ Changed order of filter options
 ^ Changed titles and descriptions of filters (publish on instead of limit by)
 ^ Improved User Group Level selection
 ^ Improved some code

18-Nov-2009 : v1.2.0
 + Added extra option to not render module if it has not output
 + Added extra limit filters (date, sections / categories, articles, user group levels, components, languages, templates)
 # Fixed issue with php syntax error for php4 setups
 # Fixed issue with error on uninstallation of plugin

28-Oct-2009 : v1.0.0
 + First stable release
 # Fixed issue with new module screen returning blank (when selecting type and clicking next)
 # Fixed issue with menu item edit screen returning blank on some setups
 # Fixed issue with toggling of settings

13-Oct-2009 : v0.2.2
 ^ Changed file encoding to UTF-8
 ^ Changed some code to make it a bit lighter
 # Fixed issue with module ordering not working correctly (wasn't fixed in v0.2.1)
 
12-Oct-2009 : v0.2.1
 # Fixed issue with module ordering not working correctly
 
09-Oct-2009 : v0.2.0
 + First beta release