Skip to content

Commit

Permalink
Merge pull request #30 from reidab/release-0.6.0
Browse files Browse the repository at this point in the history
Bump version to 0.6.0 and update changelog
  • Loading branch information
reidab committed Sep 18, 2015
2 parents 34cce04 + a1b06a5 commit a741c14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
Changes to `paper_trail_manager`
================================

* 0.6.0
* Add support for linking changes to user records via `PaperTrailManager.whodunnit_name_method` and `PaperTrailManager.user_path_method`
* Add new `PaperTrailManager.item_name_method` configuration option
* Add support for paper_trail 4.x
* Refactoring, code simplification, and performance improvements

* 0.5.0
* Added support for pagination with [Kaminari](https://github.com/amatsuda/kaminari) in addition to [will_paginate](https://github.com/mislav/will_paginate).
* Add support for pagination with [Kaminari](https://github.com/amatsuda/kaminari) in addition to [will_paginate](https://github.com/mislav/will_paginate).
* **[!]** Removed direct dependency on will_paginate. You must now include either `will_paginate` or `kaminari` in your Gemfile.
* Fixed a bug with route generation when paper_trail_manager is used within another Rails engine.
* Fix a bug with route generation when paper_trail_manager is used within another Rails engine.

* 0.4.0
* Allow configuration of ChangesController's parent class, route helpers, and layout
Expand Down
2 changes: 1 addition & 1 deletion paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "paper_trail_manager"
spec.version = "0.5.0"
spec.version = "0.6.0"
spec.authors = ["Igal Koshevoy", "Reid Beels"]
spec.authors = ["mail@reidbeels.com"]
spec.summary = "A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications."
Expand Down

0 comments on commit a741c14

Please sign in to comment.