/**
* Xaneon Extensions 2.0 for Mambo 4.5.2
* @copyright (c) 2004-2005 Xaneon Development (dev.xaneon.com)
* @license XPL http://dev.xaneon.com/xpl/
*/

This is a non-exhaustive (but nearly complete, nonetheless) changelog for
Xaneon Extensions 2.0, including all alpha, beta and release candidate
versions.

Legend:

# -> Bug Fix
+ -> Addition
! -> Change
- -> Removed
! -> Note

01-Mar-2005 Arto Bendiken
 + Implemented a new Tools subsection, Debug, for testing SEF resolver.
 ! Combined Import Data and Export Data into Import/Export Data
 ! Changed constant _XANEON_SEF into _XE for brevity and consistency
 + Added constant _XE_VERSION that contains XE's current version string
 + Added constants _XE_SECURITY & _XE_SEF that are defined if enabled
 + Added constant _XE_404_NOTFOUND that is set when URL validation fails
 + Added and implemented setting 'Debug for IP' (quite useful for betas)
 + Added and implemented setting 'Strip Invalid Characters'
 ! Refactored sef.functions.php and moved lots of code into sef.class.php
 # Multi-page support for content items fixed
 + Implemented logging the HTTP referrer when recording invalid URLs
 + Added filter dropdown to the Manage Friendly URLs view
 ! Improved some titles and descriptions in the Configuration form
 + Added Category and Section Title field selects in configuration
 ! Optimized SEF <-> internal URL regexes to fix phpShop compatibility

28-Feb-2005 Arto Bendiken
 # Fixed [#4802] Install fails with SQL error 1064
 + Added and implemented setting 'Enforce Canonical URLs' (VERY cool!)
 ! Reordered Configuration screen tabs (Features moved towards right)
 ! Changed incoming alias lookups to better emulate virtual directories
 ! Refactored sef.php and sef.class.php to be easily extensible by 3PD
 + Added str_split to PHP5 compatibility include file

27-Feb-2005 Arto Bendiken
 # Fixed [#4808] Undefined index
 # Fixed bug that caused incorrect mapping of static content items
 ! Changed FAQ, Latest Version and User Manual links in About screen
 + Added PayPal donation button to About screen
 + Renamed LICENSE.txt to LICENSE and added this CHANGELOG file
