Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
- 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))
  • Loading branch information
tvdeyen committed Apr 1, 2019
1 parent 44d5b57 commit 2534f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

[![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)

**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).**

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.

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

```ruby
# Gemfile
gem 'alchemy-devise', github: 'AlchemyCMS/alchemy-devise', branch: 'master'
gem 'alchemy-devise', github: 'AlchemyCMS/alchemy-devise', branch: '4.2-stable'
```

**NOTE:** You normally want to use a stable branch, like `4.2-stable`.

and run `bundle install`.

Then run the installer:
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Alchemy
module Devise
VERSION = "4.1.0"
VERSION = "4.2.0"
end
end

0 comments on commit 2534f6c

Please sign in to comment.