Skip to content

Commit

Permalink
. preparing for 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andi committed Mar 7, 2017
1 parent 6d4ebfd commit 2ed56b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Changelog

## 4.0.4

* Fix #184 uninitialized constant Rails::Railtie (NameError). Credits to n-rodriguez.

## 4.0.3

* Fix #180 Check URL before invoking current_page?

## 4.0.2

* fixing current_page? when url is nil
* fixing current_page? when url is nil

## 4.0.1
## 4.0.1

* fixed padrino adapter

Expand Down
2 changes: 1 addition & 1 deletion lib/simple_navigation/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleNavigation
VERSION = '4.0.3'
VERSION = '4.0.4'
end

0 comments on commit 2ed56b9

Please sign in to comment.