I just installed the new release. (looks very promising, good job!)
When I tried to add the "Customer Center" module to a paragraph I got an error that said "A potentially dangerous request Request.Form value was detected...".
This requires me to disable the "validateRequest" option in the web.config:
<system.web>
<pages validateRequest="false" />
</system.web>
Now i can add the module to a paragraph without errors, but i'm not sure if disabling the "validateRequest" option is a such a good idea.
I'm using all the default files btw.
-Emil