Website Baker 2.x -> Stable -> 2.6.5
Release Notes:
With just over 6 months and about 20,000 downloads since 2.6.4, we have now released an even more stable 2.6.5, just in time for Christmas celebrations!

A lot has happened recently with the launch of many new websites at websitebaker.org (including the new Start and Help websites), along with a new design, and more!

I would like to thank everybody who has contributed to this release, with special thanks to Matthias Gallas, Stefan Braunewell, and the all members of the ever-growing Development Team!

Merry Christmas and Happy New Year to all!

== Upgrading from 2.6.x to 2.6.5 ==
Simply update all changed files and you're done (remember not to overwrite custom addons, or config.php).

== Upgrading from 2.5.2 to 2.6.5 ==
Simply download the upgrade script from 2.6.3 and follow the instructions contained in it.

== Upgrading from 2.5.1 or earlier ==
Please upgrade to 2.5.2 first, and then upgrade using the script mentioned above.
Files:
websitebaker-2.6.5.zip 18,282 downloads, 756,538 bytes
websitebaker-2.6.5.tar.gz 3,775 downloads, 444,445 bytes
Change Log:
Please note: This change log may not be accurate

$Id: CHANGELOG 407 2006-12-25 01:58:47Z ryan $

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

------------------------------------- 2.6.5 -------------------------------------
25-Dec-2006 Ryan Djurovich
! Changed links to WB help website
24-Dec-2006 Matthias Gallas, Stefan Braunewell, and all others in the recently grown Development Team.

Merry Christmas and a Happy New Year to all!

# Fixed some minor javascript errors in admin (thanks to pcwacht)
# Fixed root_parent doesn't get updated when moving item in menu (#305)
! Changed all copyright notices to include now 2007
23-Dec-2006 Matthias Gallas
# Fixed IE allows to set a page as parent of itself (#320)
# Fixed problem with Page Title has to be escaped (#287)
# Fixed the possibility to call the index.php of the templates directly in the browser (#291)
21-Dec-2006 Matthias Gallas
# Fixed missing message when adding a site without page title (#300)
21-Dec-2006 Ryan Djurovich
# Fixed bug with captcha script (#346)
20-Dec-2006 Matthias Gallas
# Fixed Return to Search Results Page (#365)
! Set Version to 2.6.5
- Removed Changeset 365 because this will be a part of WB 2.7.x
# Fixed a little typo error in class.admin.php (#364)
26-Nov-2006 Ryan Djurovich
+ Added new script that could possibly be apart of 2.7.x as a replacement
for having the pages directory
17-Nov-2006 Matthias Gallas
# Fixed fatal error in line 46 news/comment.php (thanks to eki)(#358)
15-Nov-2006 Matthias Gallas
# Fixed again intropage doesn't work (#71)
20-Oct-2006 Matthias Gallas
+ Added phpmailer class (thanks to doc)
+ Added Remember-expanded-pages-in-admin (thanks to ephraimt)
+ Added List sorting in admin area (thanks to rsmith)
# Fixed table width 100% are wrong displayed in container templates
when IE is used (#350)
# Fixed large space between menupoints in IE (#349)
# Fixed Website description is not displayed when no page description
available (#348)
# Fixed group images in news modul cannot be stored (#342)
# Fixed Typo in form/save_field.php (#341)
# Fixed files in /pages/posts folder are not deleted (#340)
# Fixed specialchars problem in the news modul (#339)
# Fixed news modul stores empty records (#338)
# Fixed Captcha didn't work in news comments (#337)
# Fixed various php notices (#334)
+ Added new upgrade_function (thanks to kozmoz)
# Fixed addons table isn't updated when a modul is updated (#332)
# Fixed spelling errors in the signup2.php (#330)
# Fixed MySQL 5.x missing default values for INT fields in all system
and modules tables (#329)
# Fixed installer does not insert admin user (#328)
+ Added support for getting page ID of page that referred search
request (#327) (thanks to brofield)
# Fixed search results generate invalid XHTML and notify warnings (#326)
Stefan Braunewell
# Fixed Field 'last_reset' doesn't have a default value (#313)
+ Added get_post_escaped to wb class which automatically calls add_slashes
on get_post output and used it in form/save_field.php