* 0.6b3 (Kalle Alm ) - Change default for 'allow_includes' to false, instead of true. - Added comment moderation directive, $cfg['moderate_comments']. If enabled, all comments must be approved. - Added JS-enabled ability to check all below on comments. * 0.6b2 (Kalle Alm ) - Added optional __PAGE_INCLUDE(filename)__ feature, for sidebars or similar. * 0.6b1 (Dwayne Holmberg ) - HTML now allowed in comments (which tags are allowed can be modified in the configuration section) - add rel="nofollow" attribute to anchor tags in comments * 0.6b0 (Dwayne Holmberg ) - extended tokens (such as comments and trackbacks) now expanded in RSS page feed - bugfix: added missing quote around form action in install script (thanks to Jay Fienberg for reporting it) - added configuration option for selecting which lines to include in diffs. Default is now only lines that have changed. - changed parameters for writeRss (removed unused 'body_only' parameter) - fixed bug causing RSS feeds to be updated every page view. - added and to exclude sections of a page from the page feed. - fixed miscellaneous typos - added regular expression rules and threshold limit for comments (to combat comment spam) - bug fix: RSS feeds were not written out when a ping was received - trackbacks and comment editing moved to main edit page - trackbacks and comments now deleted separately - modified look of default Edit and Hidden Area tokens * 0.5b3 (Dwayne Holmberg ) - web based installer - send notification pings to blo.gs and technorati - tidy HTML. This is currently quite basic, but includes a framework making expansion of this feature easier. - create new page from the administration panel - link to admin page of other etp pages found in the same directory via a url like http://example.com/index.php?admin (contributed by Urs Gehrig ) - hidden area open/closed status is persistent - RSS page and diff files have correct (different) titles (bugfix) - previewing a page will not deactivate the Save button when editing a page (bugfix) * 0.5b2 (Dwayne Holmberg