UPGRADE NOTES

  1. Bitakora: Avoid to show email in XML feeds: Open feed.xml in your blog /manage_main and change::

    <author><dtml-var showAuthor html_quote> - <dtml-var contact_mail></author>

    with::

    <dc:creator><dtml-var showAuthor html_quote></dc:creator>

  2. BitakoraCommunity: Fix blog image issue changing in 'entry_body_community" DTMLMethod, and put::

    <img src="<dtml-var getImageUrl>" title="<dtml-var blog_title>" alt="<dtml-var blog_title>" />

    instead of ::

    <img src="<dtml-var imageUrl>" title="<dtml-var blog_title>" alt="<dtml-var blog_title>" />