Update changelog.php

This commit is contained in:
grandeljay 2022-06-13 07:42:09 +02:00
parent 40ad582d5e
commit d8c40d6cb3

View file

@ -45,7 +45,6 @@ $page->navigation();
<h3 class="ui header"><?= __('Improved') ?></h3> <h3 class="ui header"><?= __('Improved') ?></h3>
<ul> <ul>
<li><?= __('Localisation (many new translations added)') ?></li> <li><?= __('Localisation (many new translations added)') ?></li>
<li><?= __('Wish information is not updated if the url can not be found') ?></li>
<li><?= __('Additional logins are no longer required when switching between wishthis channels') ?></li> <li><?= __('Additional logins are no longer required when switching between wishthis channels') ?></li>
</ul> </ul>
@ -57,6 +56,7 @@ $page->navigation();
<h3 class="ui header"><?= __('Fixed') ?></h3> <h3 class="ui header"><?= __('Fixed') ?></h3>
<ul> <ul>
<li><?= __('Wish information is updated with 404 content from URL') ?></li>
<li><?= __('Various minor things (typos, menu order, etc)') ?></li> <li><?= __('Various minor things (typos, menu order, etc)') ?></li>
</ul> </ul>
</div> </div>