<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">Zotonic is the Erlang based content management system and framework.</div><div class=""><br class=""></div><div class="">We have released Zotonic version 0.58.0.</div><div class="">This is a maintenance release.</div><div class=""><br class=""></div><div class="">Main changes are:<br class=""><br class=""><div class="">• {% image %} tags now have a width and height attribute, use the nowh option to suppress generation of the width and height attributes<br class=""></div><div class="">• Fix for a problem where an ACL deny rule could restrict too much<br class=""></div><div class="">• Support to store JSON in PostgreSQL<br class=""></div><div class="">• Fix a problem with Twitter/Facebook/LinkedIn authentication and Safari 14<br class=""></div><div class="">• Fix a problem where very large dates could give unexpected results<br class=""></div><div class="">• Better TLS cipher suite selection for SSL connections<br class=""></div><div class="">• Allow custom formatters to show an error on empty input values<br class=""></div><div class=""><br class=""></div><div class="">To fix sites that break on the width/height attributes on image tags there is an option added to the zotonic.config file: media_tag_nowh</div>If the media_tag_nowh option is set to true then all {% image %} tags have the nowh option added. Effectively suppressing the generation of width and height attributes.<br class="">Note that this option is not available on the 1.x version and later of Zotonic.<br class=""><br class="">If you have css like:<br class=""><br class="">img {<div class="">    max-width: 100%;</div><div class="">}</div><br class="">Then add one line:<br class=""><br class="">img {<div class="">    max-width: 100%;</div><div class="">    height: auto;</div><div class="">}</div><br class="">See the full release notes at <a href="http://docs.zotonic.com/en/latest/developer-guide/releasenotes/rel_0.58.0.html" class="">http://docs.zotonic.com/en/latest/developer-guide/releasenotes/rel_0.58.0.html</a></div><div class=""><br class=""></div><div class="">And download at: <a href="https://github.com/zotonic/zotonic/releases/tag/0.58.0" class="">https://github.com/zotonic/zotonic/releases/tag/0.58.0</a></div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">The Zotonic Core Team</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>