1.0 Beta3 --------- Bug Fixes: - Combined results.php and list.php into one file. - config.inc.php now uses a $_CONF['foo'] array for all config variables. Config variables are easily identified throughout the code. - Results table while loop uses mysql_fetch_array() instead of mysql_fetch_object(). - Search stats is now a function (removed redundant code). - Code is much more commented now. - Reformatted GPL notice at top of each file. Filename and description were added. - Moved most of the HTML into include files. New Features: - Style sheet defined in config file. Includes two color schemes included. 1.0 Beta2 --------- Bug Fixes: - Re-wrote the navigation for the search results. It's far from pretty, but it works. New Features: None 1.0 Beta1 --------- Bug Fixes: - Changed version name to Beta. RC1 was overly ambitious. RC1 and Beta1 are now the same. New Features: None 1.0 RC1 ------- Bug Fixes: - This is the first public release. Features: - Search for contacts and customize the output. - Search results are navigable. - Add new contacts. - Edit/Delete existing contacts.