Skip to content

Releases: coprl/foo_presenter_plugin

v1.0.2

23 Jun 15:22
Compare
Choose a tag to compare

1.0.2 (2021-06-23)

Bug Fixes

  • fixed mixed case require (6f1d796)

v1.0.1

02 Jun 18:04
Compare
Choose a tag to compare

1.0.1 (2021-06-02)

Bug Fixes

  • wiki page not loading properly (94cb058)

v1.0.0

01 Jun 20:50
Compare
Choose a tag to compare

1.0.0 (2021-06-01)

Features

  • compatiblity with Coprl rename and Rails 5/6 native views. (32c10a2)

BREAKING CHANGES

  • The way templates render has been changed.

You need to have templates prefixed with an _ and under a directory named application. In addition any non template renering needs to be wrapped with the raw helper.