Skip to content

Commit

Permalink
Bump version to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
WilHall committed Aug 21, 2016
1 parent 025419b commit 8038a7c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## Version 3.0.9
* Adds breadcrumbs option `link_current_to_request_path` to link the current breadcrumb to the request path(#28 via #29)
* Fixes semantic breadcrumbs when the last item has no link (via #55)
* Downgrades Rails dependency to 3.1 (via #56)
* Fixes jRuby issue with `Rails::Application` constant (via #50)
* Fixes deprecation warnings for `alias_method_chain` (via #66)
* Updated coprights (via #63)

## Version 3.0.8
* Parent breadcrumbs can now also be inferred from models responding to `model_name`.

Expand Down Expand Up @@ -45,4 +53,4 @@
* No longer supports procs for link text or URL as this is unnecessary when you can pass arguments to the block anyway.
* It now accepts multiple arguments for `crumb` and `parent` (see the readme).
* Breadcrumbs are now rendered with `<%= breadcrumbs %>`, although you can still use the old `<%= breadcrumb %>` (without *s*).
* You can now access view helpers from inside `Gretel::Crumbs.layout do .. end`.
* You can now access view helpers from inside `Gretel::Crumbs.layout do .. end`.
2 changes: 1 addition & 1 deletion gretel.gemspec
Expand Up @@ -19,4 +19,4 @@ Gem::Specification.new do |gem|

gem.add_dependency "rails", ">= 3.1.0"
gem.add_development_dependency "sqlite3"
end
end
4 changes: 2 additions & 2 deletions lib/gretel/version.rb
@@ -1,3 +1,3 @@
module Gretel
VERSION = "3.0.8"
end
VERSION = "3.0.9"
end

0 comments on commit 8038a7c

Please sign in to comment.