80
Yesterdays trunk was a bit unstable due to me missing a jquery rename in the block update plugin I wrote. someone fortunaly was awake (unlike me) and found the bug.
old
dataString = $("#config").serialize();
I should have made
dataString = im("#config").serialize();
It's changed now in trunk.
Also we're in the final stages of adding features, but havent gone through all the tests yet. But we'll get there and hopefully very, very soon release a version 1.0
If you try out trunk version, you must disable, remove, delete old version from your website and install the new.
This is because in this week I have added a new table where config info goes and if you do not delete the old this table is not created on update.