Features:
- If you use registerPrefixRoot('My_Prefix', 'mypath'), it will now also register the file 'My_Prefix.php' at the root level.
Bug fixes:
- Fixed a bug in xautoload_InjectedAPI_hookXautoload, that would prevent registered prefixes from working correctly.
Code improvements:
- Change the MapEvaluator architecture. It does no longer behave recursive. Also, the confusing variable name '$path_prefix_symbolic' has been replaced by '$first_part' in the map evaluator.
- Some documentation improvements for ClassLoader.