Donate Share

xajax PHP and Javascript library

File Release Notes and Changelog

Release Name: version 0.2.5

Notes: xajax 0.2.5 has been created as a bridging step to xajax v0.5. xajax 0.2.5 aims to be forwards and backwards-compatible with xajax versions, while at the same time providing important security updates that have been lingering around in the xajax codebase for a while


Changes: These are the changes since xajax 0.2.4 Package-wide Changes: * Security vunerabilities have been patched. Of most concern is a cross-site-scripting (XSS) flaw that has fortunatly been patched in this version. xajax.inc.php Changes: * Forwards-compatible code has been added to allow you to call xajax->processRequest and xajax->setFlag xajaxResponse.inc.php Changes: * xajax v0.5 statements, such as xajaxResponse->assign and xajaxResponse->append have been added, so that you can start using the easier to understand syntax, as well as use the existing xajaxResponse->addAssign and xajaxResponse->addAppend methods xajax_uncompressed.js Changes: * A better handler for events and some minor speed improvements for IE6 browsers has been added