docs(changelog): add #177 as fixed
This commit is contained in:
parent
97c7c7142c
commit
d31df30187
1 changed files with 7 additions and 0 deletions
|
@ -97,6 +97,13 @@ $page->navigation();
|
||||||
<div class="ui segment">
|
<div class="ui segment">
|
||||||
<h3 class="ui header"><?= __('Fixed') ?></h3>
|
<h3 class="ui header"><?= __('Fixed') ?></h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<?php
|
||||||
|
/** TRANSLATORS: Changelog: Fixed */
|
||||||
|
echo __('Accessing wishlist without permission');
|
||||||
|
?>
|
||||||
|
<a href="https://github.com/grandeljay/wishthis/issues/177" target="_blank">#177</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<?php
|
<?php
|
||||||
/** TRANSLATORS: Changelog: Fixed */
|
/** TRANSLATORS: Changelog: Fixed */
|
||||||
|
|
Loading…
Reference in a new issue