Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Galarza committed Jul 17, 2015
1 parent e71af67 commit bf477ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
high_voltage (2.3.0)
high_voltage (2.4.0)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -95,3 +95,6 @@ DEPENDENCIES
high_voltage!
pry
rspec-rails (~> 3.2.0)

BUNDLED WITH
1.10.0
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
New for 2.4.0
+ Retrieve a list of available static pages via `HighVoltage.page_ids`.
+ Properly handle page ids which are blank when being sanitized.
+ Only provide deprecation warnings around caching when caching is enabled.

New for 2.3.0:
+ Ruby 2.2 and Rails 4.2 testing
+ Raise InvalidPageIdError when visiting a page with invalid characters
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 = "2.3.0".freeze
VERSION = "2.4.0".freeze
end

0 comments on commit bf477ed

Please sign in to comment.