Website Baker 2.x -> Stable -> 2.1.5
Release Notes:
2.1.5 has seen quite a few additional features in the Pages section, with sorting improved greatly, and the addition of 3 new fields to page settings: window title, description, and keywords. The window title is an especially cool feature, which gives users the ability to have a different window title than page title used in menu's, etc. To make use of this feature all templates must replace the following (or simular) code:
<?php echo WEBSITE_TITLE; ?> - <?php echo PAGE_TITLE; ?>
with:
<?php echo WEBSITE_TITLE; ?> - <?php echo WINDOW_TITLE; ?>

Also, you MUST download and run the 'upgrade.sql' script (available parallel with the 2.1.5 download) to add the 3 extra fields to the pages table in your database.

Hopefully you find a use for these extra features. :D
Files:
websitebaker-2.1.5.zip 423 downloads, 506,312 bytes
websitebaker-2.1.5.tar.gz 143 downloads, 329,490 bytes
upgrade.sql 108 downloads, 184 bytes
Change Log:
* Fixed sorting code for Pages section
* Added window title field for page settings
* Added description and keywords for page settings