We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a736fcf commit 3bb1676Copy full SHA for 3bb1676
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## Solidus Auth Devise v1.5.0 (master, unreleased)
+## Solidus Auth Devise v1.6.0 (master, unreleased)
2
+
3
+## Solidus Auth Devise v1.5.0 (2016-07-18)
4
5
* Add call to set_current_order on sign in. This replaces a before filter that
6
is being eliminated from Solidus controllers where set_current_order was
solidus_auth_devise.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "solidus_auth_devise"
- s.version = "1.4.0"
+ s.version = "1.5.0"
7
s.summary = "Provides authentication and authorization services for use with Solidus by using Devise and CanCan."
8
s.description = s.summary
9
0 commit comments