Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Galarza authored and dgalarza committed May 4, 2018
1 parent 9b38158 commit 1b50129
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
high_voltage (3.0.0)
high_voltage (3.1.0)

GEM
remote: https://rubygems.org/
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
New for 3.1.0
+ Fix bugs around finding pages via page_ids's that contain non-ASCII characters
+ Trailing slash is no longer required for finding pages
+ Some other improvements around page lookups
+ Don't require format in extension for looking up page id's HAML and Slim do
not require them.
+ Test against Rails 5, 5.1, 5.2
+ Test against Ruby 2.4, 2.5

New for 3.0.0
+ HighVoltage now supports Rails 5.0.0.beta3 and up.
+ Properly handle extensions in root route constraint requests.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can run:
Or you can include in your Gemfile:

```ruby
gem 'high_voltage', '~> 3.0.0'
gem 'high_voltage', '~> 3.1'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/high_voltage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HighVoltage
VERSION = "3.0.0".freeze
VERSION = "3.1.0".freeze
end

0 comments on commit 1b50129

Please sign in to comment.