Skip to content

Releases: jemcode/rails_admin_history_rollback

v1.0.3

08 Dec 09:30
60d3b7c
Compare
Choose a tag to compare

Allow for custom version class

This pulls from the current model config (if given) to fetch the appropriate class to look up version history - defaulting to PaperTrail::Version when no class is set on a configured model.

Thanks @codealchemy

v1.0.2

19 Feb 11:41
eb761bd
Compare
Choose a tag to compare

Add support for Brazilian Portuguese.

With thanks to @MauricioMoraes.

Fix HTML refresh button

12 Dec 10:53
a061f8c
Compare
Choose a tag to compare

Updates to the history index page filter button to reflect work done in rails_admin.

Rails 5 support

22 Sep 07:24
Compare
Choose a tag to compare

Compatible with Rails 5 (and earlier).

Includes RailsAdmin compatibility fix to prevent pagination issues as found in #14.