Add fixes for 48

This commit is contained in:
grandeljay 2022-11-11 19:09:28 +01:00
parent 23142637d1
commit 131ef996da

View file

@ -74,9 +74,7 @@ $page->navigation();
?>
</li>
</ul>
</div>
<div class="ui segment">
<h3 class="ui header"><?= __('Improved') ?></h3>
<ul>
<li>
@ -86,6 +84,24 @@ $page->navigation();
?>
</li>
</ul>
<h3 class="ui header"><?= __('Fixed') ?></h3>
<ul>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Fix wish buttons overflow');
?>
<a href="https://github.com/grandeljay/wishthis/issues/48" target="_blank">#48</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Fix wish price');
?>
<a href="https://github.com/grandeljay/wishthis/issues/48" target="_blank">#48</a>
</li>
</ul>
</div>
</div>