Skip to content

Commit

Permalink
prepare bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKrais committed May 4, 2023
1 parent 61620fe commit 46a1c69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
echo '<div class="col-12">&nbsp;</div>';

// Logo footer
$media_logo_footer = rex_media::get('' !== (string) $d2u_helper->getConfig('footer_logo', '') ? (string) ((string) $d2u_helper->getConfig('template_logo')) : '');
$media_logo_footer = rex_media::get('' !== (string) $d2u_helper->getConfig('footer_logo', '') ? (string) $d2u_helper->getConfig('template_logo') : '');
if ($media_logo_footer instanceof rex_media) {
echo '<div class="col-12 col-md-4 offset-md-4 footer-logo-col">';
echo '<a href="'. rex_getUrl(rex_article::getSiteStartArticleId()) .'">'
Expand Down
3 changes: 2 additions & 1 deletion pages/help.changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
</div>
<header class="panel-heading"><div class="panel-title">D2U Helper Changelog</div></header>
<div class="panel-body">
<p>1.12.1-DEV</p>
<p>1.12.1</p>
<ul>
<li>Bugfix: Fehler beim Aufruf von Nicht-HTML-Seiten behoben.</li>
<li>Modul 01-2 "Texteditor mit Bild und Fettschrift": Bildbreite wurde im Backend nicht wie ausgewählt angezeigt.</li>
<li>Modul 03-2 "Bildergalerie Ekko Lightbox": Bildbreite wurde im Backend nicht wie ausgewählt angezeigt.</li>
</ul>
Expand Down

0 comments on commit 46a1c69

Please sign in to comment.