Releases: uzulla/fc2blog
Releases · uzulla/fc2blog
Release v0.0.27
v0.0.27
Release v0.0.25
add ajax image upload function to js #243
Release v0.0.24
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.
Release v0.0.23
change link for login in footer #269
Release v0.0.22
bug fix. #294
Release v0.0.21
Remove AppController #287 - move methods to Web\Controller
Release v0.0.20
Add feature, display errors in the browser. #255 - set `ERROR_ON_DISPLAY` in config.php or set `FC2_ERROR_ON_DISPLAY` ENV. - please see `config.sample.php`
Release v0.0.19
Omit blog id in URL if DEFAULT_BLOG_ID is set. #239
Release v0.0.18
update test fixture.
Release v0.0.17
fix broken test #251