docs(changelog): add #107 as fixed

This commit is contained in:
grandeljay 2023-10-27 18:16:25 +02:00
parent f237f09786
commit cdbc0811ba

View file

@ -140,6 +140,13 @@ $page->navigation();
<h3 class="ui header"><?= __('Fixed') ?></h3>
<ul>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */
echo __('Wish price field not being set');
?>
<a href="https://github.com/grandeljay/wishthis/issues/107" target="_blank">#107</a>
</li>
<li>
<?php
/** TRANSLATORS: Changelog: Fixed */