Skip to content

Release v0.0.24

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 23:50
· 376 commits to main since this release
Fix wrong preview link #297

- wrong: `/admin/index.php?mode=entries&process=preview&plugin_id=12&category=1&device_key=1`
- correct `/admin/index.php?mode=entries&process=preview&plugin_id=12&category=1&device_key=1`
- Previously(not correct! but worked) `/testblog2/admin/index.php?mode=entries&process=preview&plugin_id=12&category=1&device_key=1`
- problem appear when use single tenant mode.
- but, that's not strictly correct link when do not use single tenant mode too. Luckily, it was working.