Skip to content

Releases: uzulla/fc2blog

Release v0.0.27

10 Oct 06:23
9bb1ac7
Compare
Choose a tag to compare

Release v0.0.25

18 May 12:46
Compare
Choose a tag to compare
add ajax image upload function to js #243

Release v0.0.24

16 Apr 23:50
Compare
Choose a tag to compare
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

16 Apr 22:14
Compare
Choose a tag to compare
change link for login in footer #269

Release v0.0.22

27 Mar 07:11
Compare
Choose a tag to compare
bug fix. #294

Release v0.0.21

27 Mar 01:45
Compare
Choose a tag to compare
Remove AppController #287

- move methods to Web\Controller

Release v0.0.20

21 Mar 05:16
Compare
Choose a tag to compare
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

20 Mar 17:27
Compare
Choose a tag to compare
Omit blog id in URL if DEFAULT_BLOG_ID is set. #239

Release v0.0.18

20 Mar 12:01
Compare
Choose a tag to compare
update test fixture.

Release v0.0.17

20 Mar 07:28
Compare
Choose a tag to compare
fix broken test #251