Skip to content

Commit 2534f6c

Browse files
committed
v4.2.0
- Do not store screen size at login [#78](#78) ([tvdeyen](https://github.com/tvdeyen)) - Security: Use at least Devise 4.6 [#78](#78) ([tvdeyen](https://github.com/tvdeyen)) - Fix dummy app rails version [#76](#76) ([tvdeyen](https://github.com/tvdeyen)) - Fix translation key on user admin page [#75](#75) ([mamhoff](https://github.com/mamhoff))
1 parent 44d5b57 commit 2534f6c

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
[![Gem Version](https://badge.fury.io/rb/alchemy-devise.svg)](http://badge.fury.io/rb/alchemy-devise) [![Test Coverage](https://codeclimate.com/github/AlchemyCMS/alchemy-devise/badges/coverage.svg)](https://codeclimate.com/github/AlchemyCMS/alchemy-devise/coverage) [![Code Climate](https://codeclimate.com/github/AlchemyCMS/alchemy-devise/badges/gpa.svg)](https://codeclimate.com/github/AlchemyCMS/alchemy-devise) [![security](https://hakiri.io/github/AlchemyCMS/alchemy-devise/master.svg)](https://hakiri.io/github/AlchemyCMS/alchemy-devise/master)
66

7-
**CAUTION: This master branch is a development branch that can contain bugs. For productive environments you should use the [current Ruby gem version](https://rubygems.org/gems/alchemy-devise/versions/4.1.0), or the [latest stable branch (4.2-stable)](https://github.com/AlchemyCMS/alchemy-devise/tree/4.2-stable).**
8-
97
AlchemyCMS has no authentication in its core. So it is possibly to bring your own authentication and use it to authorize users in AlchemyCMS. If you don't have your own authentication, you can use this gem.
108

119
## Install
@@ -14,11 +12,9 @@ Just put the gem into your projects `Gemfile`.
1412

1513
```ruby
1614
# Gemfile
17-
gem 'alchemy-devise', github: 'AlchemyCMS/alchemy-devise', branch: 'master'
15+
gem 'alchemy-devise', github: 'AlchemyCMS/alchemy-devise', branch: '4.2-stable'
1816
```
1917

20-
**NOTE:** You normally want to use a stable branch, like `4.2-stable`.
21-
2218
and run `bundle install`.
2319

2420
Then run the installer:

lib/alchemy/devise/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Alchemy
22
module Devise
3-
VERSION = "4.1.0"
3+
VERSION = "4.2.0"
44
end
55
end

0 commit comments

Comments
 (0)