Releases: fusion94/paper_trail_manager
Releases · fusion94/paper_trail_manager
v0.6.0
- Add support for linking changes to user records via
PaperTrailManager.whodunnit_name_method
andPaperTrailManager.user_path_method
- Add new
PaperTrailManager.item_name_method
configuration option - Add support for paper_trail 4.x
- Refactoring, code simplification, and performance improvements
v0.5.0
- Added support for pagination with Kaminari in addition to will_paginate.
- [!] Removed direct dependency on will_paginate. You must now include either
will_paginate
orkaminari
in your Gemfile. - Fixed a bug with route generation when paper_trail_manager is used within another Rails engine.
v0.4.0
v0.3.0
v0.2.0
- Add support for Rails 3.1 and 3.2, while retaining support for Rails 3.0.
- Add test suite to check engine against multiple versions. This test suite is derived from Mike Dalessio's "loofah-activerecord" gem, available at https://github.com/flavorjones/loofah-activerecord
v0.1.6
v0.1.5
- Fix exceptions typically caused by bots submitting invalid pagination parameters. Now all pagination parameters are sanitized.
- Restrict use to Rails 3.0.x because newer versions are not compatible. Will try to add support for newer Rails releases later.
- Update test/development dependencies.
- Add travis-ci support.