Website Baker 2.x -> Stable -> 2.3.1
Release Notes:
Well, 2.3.0 was very buggy indeed, so here is my solution: 2.3.1!
In this release there are quite a few bug fixes, so things are looking very stable now.
Please refer to the Change Log for a full list of changes.

You can upgrade from either 2.2.4, or 2.3.0, using the upgrade file provided.
Once you have updated all "core" Website Baker, run the upgrade.php file once.
Also, you must move all "access files" for the news module into the wb/pages/posts folder.
There are two ways to do this: move them manually, or open and save each post individually.

Thanks to all who contributed!

Enjoy!
Files:
websitebaker-2.3.1.zip 2,317 downloads, 659,239 bytes
websitebaker-2.3.1.tar.gz 602 downloads, 384,246 bytes
upgrade-2.2.4-and-2.3.0-to-2.3.1.zip 158 downloads, 1,865 bytes
Change Log:
Please note: This change log may not be accurate

$Id: CHANGELOG,v 1.3 2005/02/03 08:29:22 rdjurovich Exp $

Legend:
+ = Added
- = Removed
# = Bugfix
! = Update/Change

------------------------------------ 2.3.1 ------------------------------------
03-Fed-2005 Ryan Djurovich
+ Now there is two types of "filesystem modes", one for directories and one
for files. Having different settings is very common for most servers, so
this addition should fix many problems people had with 2.3.0.
- Removed filesystem mode options from installation
! Removed duplicate text on installation step 3 for timezone
! All "access files" for the news module now stored in pages/posts instead
of a sub-dir relative to the page (this fixes many bugs)
# Fixed major bugs when deleting pages with sub-pages
! Removed the restrictions that prevent a user for changing a pages level
# Fixed bug with "toggle" plus/minus in IE for pages list
# Fixed some bugs where /pages was not replaced with PAGES_DIRECTORY constant

------------------------------------ 2.3.0 ------------------------------------
26-Jan-2005 Ryan Djurovich
# Fixed bug in framework/functions.php that made root parent always equal 8
# Added missing braces in lines 182 and 208 of admin/pages/settings2.php
# Fixed SQL-query on line 172, placing a / after $old_link
# Added eregi checks for PAGES_DIRECTORY on lines 140 and 150 of
admin/pages/settings2.php
# Added ordering cleaning to delete_post.php on line 53 for news module
! GMT option is selected for "Default Timezone" in the installer, instead
of the old "Please select" message (which had the same value as GMT)
28-Jan-2005 Ryan Djurovich
! Ability to specify the chmod number when WB uploads files, etc.
! Modified file headers (copyright/license notice) so they now look almost the
same, independant of font. Also, it now covers copyright for 2005.
30-Jan-2005 Ryan Djurovich
# Added code on wb/admin/pages/delete.php to remove sections from the sections
table when a page is deleted.
+ New 'Smart Login' prevents users from using external password managers,
and can be set to remember the users password using cookies.
! SourceForge CVS module now called websitebaker2 (instead of just
websitebaker). Also, all file versions have been reset.
01-Fed-2005 Ryan Djurovich
! Added code to prevent from changing a pages level (it simply disables
the select box), to prevent many possible bugs.

------------------------------------ 2.2.4 ------------------------------------
23-Dec-2004 Ryan Djurovich
! Change 'EXACT_PHRASE' to 'EXACT_MATCH' on line 261 of wb/languages/EN.php
# Fixed multi-language support in search
+ Added more detailed options to list of PHP error reporting level's
- Removed ability to change language and PHP error reporting level
on installation to make things easier for newbie's
+ Ability to select custom spacer for page filename's
! Changed the way a language code is found on language installation
+ Added template permissions to groups
# Fixed bug when trying to change email from Preferences (admin and frontend)
# Fixed bug with auto-selection of "System Default" for Preferences
! News module now use's WYSIWYG for modifying news posts
+ Ability to specify both the pages and media target directories

----------------------------------- 2.2.3-c -----------------------------------
22-Dec-2004 Ryan Djurovich
# Fixed problem with DB password being reset if Settings saved in basic mode

----------------------------------- 2.2.3-b -----------------------------------
21-Dec-2004 Ryan Djurovich
# Fixed minor bug on admin templates section
# Fixed bug on rename.php and rename2.php in admin media section

------------------------------------ 2.2.3 ------------------------------------
20-Dec-2004 Ryan Djurovich
+ Added WB release version in Administration (top right corner)
! New option to prevent users from adding level 0 pages
# Fixed bug when deleting post's in News module
+ Added new field in pages table for "root" parent (level 0 parent), for
extra flexability in creating templates
! Round template now supports unlimited page levels

------------------------------------ 2.2.2 ------------------------------------
18-Dec-2004 Ryan Djurovich
+ New option under Search Settings for selecting custom template for search
+ New option when changing page settings to set the target
# Fixed error when saving a user after editing
! Users can now modify sub-page if they dont have permissions on the parent

------------------------------------ 2.2.1 ------------------------------------
15-Dec-2004 Ryan Djurovich
# Fixed bug when changing password on preferences form (front-end)
# Fixed bug when retrieving user details (administration)
# Added check to see if module, template, or language is in use when deleting
# Fixed up email that is sent to user from a submitted form
# Fixed major problem with module permissions which stopped it from working

------------------------------------ 2.2.0 ------------------------------------
14-Dec-2004 (Correct date[s] unkown) Ryan Djurovich
+ Multiple-level page support
+ Multiple section's for pages (including interface)
! Removed text created using two words on all areas
(e.g. {Intro} {PAGE} is now {INTRO_PAGE})
this is for better language support
+ Added Languages section
! Moved Templates and Modules under Add-ons section
! Changed name of "Default" template to "Round"
+ Added "All CSS" template
+ Added "Jump"
+ Added
! Modified "Box" template to support multiple page levels
+ Added "Menu Link" module
+ Added "News" module
+ Added "Code" module
+ Added "Form" module
+ Added "Wrapper" module
! Changed name of "Normal Page" module to "WYSIWYG"
+ Created new admin wrapper script to ease module develpment
+ Media now automatically creates index.php file for every
sub-folder made (for security purposes)
! Change "Help" link in Administration menu so it now directs
to the the new Website Baker documentation website found at:
http://www.websitebaker.org/documentation
! Password is now required to change email in preferences
+ User can now select custom Language and Date & Time Formats
+ Added search functionality, with three different "methods":
1. Using all words 2. Using any words 3. Exact match
+ Added native MySQL database support