docs(changelog): add #107 as fixed
This commit is contained in:
parent
f237f09786
commit
cdbc0811ba
1 changed files with 7 additions and 0 deletions
|
@ -140,6 +140,13 @@ $page->navigation();
|
||||||
|
|
||||||
<h3 class="ui header"><?= __('Fixed') ?></h3>
|
<h3 class="ui header"><?= __('Fixed') ?></h3>
|
||||||
<ul>
|
<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>
|
<li>
|
||||||
<?php
|
<?php
|
||||||
/** TRANSLATORS: Changelog: Fixed */
|
/** TRANSLATORS: Changelog: Fixed */
|
||||||
|
|
Loading…
Reference in a new issue