docs(changelog): add #179 as fixed

This commit is contained in:
grandeljay 2023-11-18 12:55:44 +01:00
parent 2966a5c109
commit 8e28024f97

View file

@ -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 __('Shared wishlist not accessible');
?>
<a href="https://github.com/grandeljay/wishthis/issues/179" target="_blank">#179</a>
</li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Fixed */ /** TRANSLATORS: Changelog: Fixed */