/******************************************************************************
* changelog.txt file                                                          *
*******************************************************************************
*                                                                             *
*   Written by mygoggie                                                       *
*   $Id: changelog.txt                                                        *
*   $Source: www.purplescroll.com/ v$                                         *
*   $Revision: 1.1.0 $                                                        *
*   $Date: 2011-02-10 $                                                       *
*   $Author: mygoggie $                                                       *
*                                                                             *
* @copyright Copyright  2007-2011, purplescroll.com, All rights reserved.    *
*                                                                             *
* This file is part of the purple_cpg_bridge plugin for e107                  *
*                                                                             *
* This file is based on code from e107_files/shortcodes/admin_update.sc       *
*                                                                             *
* The purple_cpg_bridge plugin for e107 is free software: you can             *
* redistribute it and/or modify it under the terms of the GNU General         *
* Public License as published by the Free Software Foundation, either         *
* version 3 of the License, or (at your option) any later version.            *
*                                                                             *
* The purple_cpg_bridge plugin for e107 is distributed in the hope that it    *
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty *
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the            *
* GNU General Public License for more details.                                *
*                                                                             *
* You should have received a copy of the GNU General Public License           *
* along with the purple_cpg_bridge plugin for e107.                           *
*                                                                             *
* If not, see <http://www.gnu.org/licenses/>.                                 *
*                                                                             *
******************************************************************************/
/******************************************************************************
* Version 1.1.0                                                               *
******************************************************************************/
1. Change documentation and update features and installation steps.
2. First release.

/******************************************************************************
* Version 1.0.3                                                               *
******************************************************************************/
1. Fix filename spelling of README.pdf. Now README.PDF.
2. Fix spelling mistakes in language file.
3. Add creation of custom Coppermine menu item
4. admin_purple_cpg_bridge_install.php - Remove commented header redirection.
5. e107.inc.php - Rewrite to streamline userclass usage and override authentication.
                - Add mapping of menu items.
6. purple_userclass_class.php - Change if ($test === FALSE) to if (empty($test)) to fix failing of evaluation when no e107 userclasses are defined.
7. purple_cpg_bridge_configuration.php - Add key 'coppermine_path' to the array '$array_Config'.
                                       - Add key 'flagMapped' to array '$array_Config'.
8. admin_purple_cpg_bridge_install.php - Add code to save Coppermine path into the Db table 'purple_cpg_bridge'.
                                       - method copyBridgeFile() - remove copy of file 'udb_base.inc.php'.
9. plugin.php - Add code to remove the 'Gallery' site link when plugin is uninstalled.

/******************************************************************************
* Version 1.0.2                                                               *
******************************************************************************/
1. Rewrite engine to use own preference values and DB table
2. Add autodetection of e107 admin userclass in the CPG bridge file
3. Fix various bugs
4. Rewrite the 'Readme' section
5. Rewrite the file find code block
6. Streamline the error messaging control

/******************************************************************************
* Version 1.0.1                                                               *
******************************************************************************/
1. Rewrite engine to allow user to choose userclasses for Coppermine
2. Add handlers to allocate e107 admins and users to the userclasses for Coppermine
2. Fix some bugs

/******************************************************************************
* Version 1.0.0                                                               *
******************************************************************************/
1. Release first beta version
