X-Valid Changelog ----------------- 1.00 - 23/03/2006 ----------------- * Major improvements from Andy Skelton. * Removed config file and output file. * Localisation. * Set a higher threshold for an infinite loop error. * Fixed caching problem. 0.98.1 - 27/12/2005 ------------------- * Reinstated ampersand conversion by stealing it from WP's own source. * Don't check by default for admins. * Remove debug code that stopped printing output after 100 lines. 0.99 - 23/12/2005 ----------------- * Now only works with WordPress 2.0. * Reinstated ampersand conversion by stealing it from WP's own source. * Fixed a bug that caused the output file to be created and never deleted. * Lowercase all attributes in a tag. (Thanks Brian C at Berkeley) * Remove debug code that stopped printing output after 100 lines. * Cleaned up path problems caused by going from 1.5 to 2.0 * Style options like WordPress for integration. 0.98 - 06/05/2005 ----------------- * Improvements to attribute handling. * Now recognises and checks empty attributes. * Better handling of query string URLs. * Improved handling of '=' in the attribute value. * Hopefully fixed bug where output window would pop up randomly. * Removed redundant attribute checking for invalid tags. * Handle missing doctypes better. * Let the user know which post was checked, by name. * Added a "Don't check this time" option to the post page. * Small improvements to self-closing tag handling. 0.97 - 11/04/2005 ----------------- * Bug fix release only. * Fix bug due to relative offsets when using permalinks. Many thanks to Joćo Craveiro. * Temporarily removed ampersand conversion as it screws up some valid link URLs. Thanks Alex Bischoff. 0.96 - 23/03/2005 ----------------- * Drop-in doctypes and auto-recognition. * Convert & to & * Improvements to attribute error notification. * Change require to require_once fixing an doctype file not found bug. Thanks Prem. 0.95 - 19/02/2005 ----------------- * Fixed a bug that prevented menu screen showing in WordPress 1.5. Thanks Jon Abad. * Lots of internal improvements. * Doctype choosing. * Integration with WordPress Plugin Manager. * Fixed a bug that caused plugin to be executed twice in some circumstances. * Version specific update notification. * Changed directory structure, better self-contained. 0.92 - 23/12/2004 ----------------- * Fixed a typo that caused the top link in the popup window to fail. Thanks Isharra. 0.91 - 15/10/2004 ----------------- * Minor bug fix that would incorrectly wrap whitespace inside a list. * Correction to the INS tag attribute list. Thanks James Noonan (no2.org.uk) for letting me know. * Slight update to auto-update notification to reflect updated site structure. 0.9 - 10/09/2004 ---------------- * Configurable via a menu interface; choose to autoclean everything, or select specific options. * Fix to a bug that screwed up some links with query strings. Cheers to Ben (www.yarbroughs.org) for the bug report. * Optional automatic update notification (off by default). * Wraps naked text inside lists in 'li' tags. * Minor improvements to the feedback page. * Miscellaneous internal improvements. * Comment markup automatically restricted to those that Wordpress allows.