chore(changelog): add rewriterule fixes
This commit is contained in:
parent
0df568396a
commit
16e05ae937
1 changed files with 7 additions and 0 deletions
|
@ -140,6 +140,13 @@ $page->navigation();
|
|||
|
||||
<h3 class="ui header"><?= __('Fixed') ?></h3>
|
||||
<ul>
|
||||
<li>
|
||||
<?php
|
||||
/** TRANSLATORS: Changelog: Fixed */
|
||||
echo __('RewriteRules which caused HTTP 404 errors');
|
||||
?>
|
||||
<a href="https://github.com/grandeljay/wishthis/issues/93" target="_blank">#93</a>
|
||||
</li>
|
||||
<li>
|
||||
<?php
|
||||
/** TRANSLATORS: Changelog: Fixed */
|
||||
|
|
Loading…
Reference in a new issue