Version 1.1 is released. (mySQL insert bug fixed)
Version 1.5 is released. (compatibility with stylesheets and checkboxes)
Version 2.0 is released. (ajax is now used for CREATING a row as well!)
Version 2.5 is released. (multiple ajaxCRUD tables can display on the same page / INT and ENUM datatype recognition and input validation)
Version 3.0 is released. (ajax filtering)
Version 3.5 is released. (ajax column sorting)
Version 3.7 is released. (misc bugs fixed with sorting/filtering/paging)
Version 3.8 is released. (removed dependency on protoculous and fixed issues with ajax adding)
Version 3.9 is released. (added showCheckboxAll function)
Version 4.0 is released. (when editing a cell ampersands didn't work until now. also removed msg when no change made)
Version 5.0 is released. (consolidation!! only 3 files necessary! and the class can now be put anywhere in your dir structure)
Version 5.1 is released. (fixed disallowEdit bug when using createRelationship)
Version 5.2 is released. (allows relationships to fk tables to use a where clause. see
updated documentation)
Version 5.3 is released. (ability to add notes and default values to fields (add form) -- via functions setAddFieldNote and setInitialAddFieldValue)
Version 5.4 is released. (ability to sort your table VERTICALLY via the new setOrientation method)
Version 5.5 is released. (fixed some vertical alignment styling issues, added
getNumRows function, added
formatFieldWithFunctionAdvanced function)
Version 6.0 is released. (added modifyFieldWithClass function which allows field validation and masking (new file validation.js used to support this). added showOnly function
Version 6.5 is released. (fixed several display issues when in readonly mode (i.e.
turnOffAjaxEditing is on)
2012_01_26-Version 6.6 is released (enhancing filtering capabilities; tool now supports defined values as dropdown box. See example.php)
2012_05_30-Version 6.8 is released (bug fixing with filtering and editing)
2012_07_12-Version 6.9 is released (adding new ajax-based row count updater w/insertRowsReturned)
2012_07_26-Version 7.0 is released (allows a button (
addButtonToRow) to pass a specific field not just the pk/id)
2012_10_01-Version 7.1 is released (allows you to force a textarea if needed using
setTextareaHeight
2012_10_14-Version 7.2 is released (filter boxes - valid values appear in a dropdown for defined relationships. also filter support added for checkboxes)
2012_10_14-Version 7.3 is released (field filtering/searching - new function
setExactSearchField added to allow exact searching for certain fields. approximate search is still the default
2013_01_16-Version 7.5 is released (fixing issue with jquery)
2013_01_21-Version 7.6 is released (allowing foreign and special characters to work with ajaxCRUD)
2013_02_03-Version 7.7 is released (fixing bug where # symbol was not url-encoded correctly)
2013_02_08-Version 7.8 is released (allows negative numbers for type int db fields)
2013_04_07-Version 7.9 is released (fixing search/filtering bugs and ampersand saving bug)
2013_05_13-Version 8.0 is released (adding new functions - setAddPlaceholderText and other misc fixes)