LassoBlogger version history

0.9.1 (released 2009-06-19)

0.9.0 (released 2008-07-28)

0.8.0 (released 2007-07-25)

0.8.0b1

0.7.3 (released 2006-04-21)

About ten new options activated to give control over commenting and specifically protection against spam comments. See readme.html for more details.

Fixed a bug that prevented permalinks to function, whenever the post title had non-ascii characters.

Many other bug fixes.

0.7.2 (bugfix, not officially released)

- sorting of posts can now be defined in category settings: either newest-first or oldest-first

0.7.1 (bugfix, released 2005-12-20)

In admin/install.lasso added Var:'fromMetoRoot' = '../';

New features in 0.7 (released 2005-12-19)

The two big new features are permalinks and language support.

When using permalinks, links to your post may look like www.MyDomain.org/MyBlog/2005/12/My_Post_Title.

Permalink structure can be modified by adjusting the related option (new in this version) on the admin page Options > Permalinks. Permalinks use the "error.lasso method". This required that you put a modified error.lasso file to your domain root, where Lasso will use it in case of any errors.

Check the enclosed error.lasso. you can use it as such, or modify (for example, you could add link to webmaster, or company logo). Then put it to the domain root.

Of course, you can perfectly well use LassoBlogger without using permalinks. In that case links to your posts look like this: www.MyDomain.org/MyBlog/?p=15.

The language support works this way:

New in 0.7.0 is also the possibility to create static pages.

0.6 (released 2005-12-02)

There is now a registration page for visitors. If you switch user registration on by adjusting the relevant option (on the admin page Options > General), a link to the register page will appear on the public blog pages. Newly registered users will by default get privileges according to a setting on the admin page Options > Write (possible values 0, 1 or 2).

Of the inactive options in v0.5, 11 new ones have now been activated. See the source code of upgrade_05_06.lasso, if you want to see a list of them.

0.5 (released 2005-09-06)