[Cognito-users] Cognito release 0.4
Brought to you by:
joshmarshall
|
From: Joshua M. <jo...@bu...> - 2004-07-11 05:17:26
|
Cognito 0.4 has been released. Major functions added: * Added ability to use non-table designs, using <div id="content"></div> tags to show where content should be placed. * Page titles are now generated using a prefix from the common.inc.php file and the name on the page. * Image resizing is now performed using the gd library rather than netpbm. It was found that ISP's are more likely to provide php-gd or php-gd2 (gd2 is preferred as it has a much higher image quality) than allowing php to execute programs locally or have the netpbm tools installed. * The common.inc.php and template files are now suffixed by -dist so that your changes aren't lost when unpacking the upgrade tarball over your older installation of cognito. Bugfixes: * Page previews when in administrator mode would show the login plugin as being logged in. The page would then be cached and normal visitors would see themselves as being logged in. Database structure is slightly different, when upgrading from 0.2 or 0.3 please execute the update-0.2-0.4.sql file in the mysql server. |