Skip to content

2.0.3 Patch Release

Choose a tag to compare

@gmazza gmazza released this 02 Sep 21:13

Patch release updates TightBlog dependencies, improves robots.txt file provided in the TightBlog WAR, and fixes a bug in which draft entry previews weren't displaying with the correct theme templates.

This patch will require an update to $url.page method calls in any new/overridden Velocity templates, namely the first parameter is no longer used and will need to be removed, e.g, change from $url.page("basic", "basic-custom.css") to $url.page("basic-custom.css"). The shared themes provided by TightBlog have all incurred this update, it is again only for Velocity templates created or overridden by the blogger.