/**************************************************
  Coppermine Plugin - Sitemap Generator
  *************************************************
  Copyright (c) 2011 Allyson Moisan
  *************************************************
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
***************************************************/

Changelog
=========
[A] = Added new feature
[B] = Bugfix (fix something that wasn't working as expected)
[C] = Cosmetical fix (layout, typo etc.)
[D] = Documentation improvements
[M] = Maintenance works
[O] = Optimization of code
[S] = Security fix (issues that are related to security)
*********************************************

2011-09-20  [A]  Separated FTP file creation and deletion functions from main code for use in multiple scripts
            [A]  New error checking and messages for file and directory creation
            [A]  Generator now deletes old files before creating new ones
            [A]  Generator now redirects to Sitemap Index file after successfully creating sitemaps
            [B]  Replaced code for FTP file creation
            [C]  Lengthened detail of messages to user
            [D]  Added change log
            [M]  Plugin now requires PHP5
            [O]  Complete overhaul of XML structure creation; now uses DOM and SimpleXML elements rather than content strings
            [O]  Plugin adds information for image and video sitemaps as needed

2011-09-02  [D]  Added links to plugin's announcement thread to admin menu and sitemap files
            [S]  Added check for IN_COPPERMINE to each file