Version 0.6.0

- Added debugging SERVER["REQUEST_URI"] to pinpoint which pages trigger validation errors

Version 0.5.4

- Removed obsolete functions

Version 0.5.3

- Worked around the problem of false invalid XHTML positives

Version 0.5.2

- Corrected validation bug that causes the more anchors in WordPress to be collapsed into a single open-close tag and thus fail XHTML validation

Version 0.5.1

- Removed TO-DO list and placed items into a SCM system
- No longer polluting the server logs with debugging messages

Version 0.5.0

- Automatically add rel="lightbox" on hyperlinks when appropriate
- Mass autolink Manage screen
- Dependency checking and other fixups

Version 0.4.0

- Removed a lot of code in favor of using WordPress built-in functions (url_to_postid)
- No longer applying the_title filtering to automatic title="..." attributes

Version 0.3.0

- Instead of blindly replacing entities with random numbers, now a manifest of valid XHTML entities is included and used to validate whether an entity exists or not
- Updated to TagMogrify 0.3.0
- Display E_USER_NOTICE messages in PHP error log for better debugging of what the plugin is doing
- Corrected a bug where URLs with &amps were being mangled (PayPal URLs, for example)

Version 0.2.2

- Links to posts were not being simplified - fixed
- Operational errors are not hidden anymore

Version 0.2.1

- Corrected a bug where known (and unknown) HTML entities were being silently discarded (this happened with &ndash; and &mdash; at the least)
