We've made some bugs fixes to the Blog App. The users that run the app from the repository received automatically the updates.
Here's a detailed explanation with the difference between the two install options:
1) Apps running directly from Marketplace repository
When source code files change, you get instant updates and the JavaScript engine is reloaded automatically. However, you cannot customize the code.
Your data is still stored in your account's dedicated database (query it programmatically in JavaScript or use the SQL console).
2) Apps running from the private Erbix account
It's like you wrote the app. You have to install the app files again from the market to receive the updates, but you have the possibility to customize the code.
For each app, the publisher has the option to enable one or both of these installation methods.
read more