Releases: WBCE/WBCE_CMS
WBCE (1.1.1)
This is a Bugfix only release.
There have been some installer/upgrade errors that may prevent an installation/upgrade under certain circumstances. Additional some security fixes have been applied. We fixed a bug in the autoloader dealing with pathes containing capital letters and added some other small fixes.
WBCE (1.1.0)
Websitebaker CE made it to the next step (Version 1.1.0), the first release that not just a bugfix to WB classic. The original idea was to add even more new features to this release, but we recently discovered some security issues and decided to release early instead of waiting for more features to come. Still Websitebaker CE 1.1.0 got a nice bundle of new features.
This is a list of all important changes:
- Security
A nice bunch of security patches not entirely lethal stuff but some could have become ugly. - Filename != Menutitle
The filename now may be different form the menu title. There simply is an extra field in the page settings. - Maintainance Mode
WBCE now is equiped whith a Maintainance mode. To control it take a look into the admin tools section of the backend, there is a Maintainance mode tool.
Its even possible to provide a custom Maintainance Mode Page for your Template, look into /templates/simple_responsive/systemplates/maintainance.tpl.php for an example.
In future releases there may be other systemtemplates in the systemplates folder that can be overridden. - Suppress default outputfilter
Default outputfilter may be suppressed by defining a constant:
define ("WB_SUPPRESS_OLD_OPF", true);
In the config.php for example. Later tis will get a switch in the
admintool. - Default Templates
Fixed default templates for intranet use. - Opf Dashboard
Added Hooks for OPF Dashboard to the Core. - Sessions
Sessions have a strict livetime checking now , an more important livetime can be set by setting the the livetime in "Secure Form Switcher" admin tool. Later this will get its own setting , but for now this gives at least the option to set session Livetime from the backend. - Autoloader
We added an Autoloader for easy loading of system classes. In addition the autoloader has the option to simply register our own classes in "include.php" of a Module , that way you create a Library class that is only loaded when needed. (more features and options are planned)
ccf286f - Secureform
Finally , we removed single tab , mode as it did not provide any advantages, but still produced confusion. Secure form class got some reviews and hopefully those nasty Security warnings now only will warn you if there is a reason to warn. - Settings
We now got a simple class to manage global settings in the core and for modules. 3a92964 - Lots of small bugfixes where we asked ourself why no one fixed this in the last 6 years.
Thanks to all contributors and testers for all the good work!!
WBCE (1.0.0)
This is the first stable release of our little project WebsiteBaker Community Edition WBCE 1.0.0. Thanks to all contributors and testers! This release is more or less a WebsiteBaker 2.8.3 whith a lot of patches and little additions that should have made their way into WebsiteBaker a long time ago.