File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ### 2.0.0 - Unreleased
3
+ ### 2.0.0 - 2019-12-06
4
4
5
5
Features
6
6
- Allow skipping authorization per action (https://github.com/varvet/godmin/pull/231 )
12
12
- Drop support for Rails 4 (https://github.com/varvet/godmin/pull/239 )
13
13
- Better policy lookups for namespaced models (https://github.com/varvet/godmin/pull/180 )
14
14
- Use Pundit for authorization (https://github.com/varvet/godmin/pull/180 )
15
+ - Rails 6 support (https://github.com/varvet/godmin/pull/248 ) and (https://github.com/varvet/godmin/pull/250 )
15
16
16
17
In order to upgrade
17
- - Upgrade to Rails 5 and Ruby 2.2.2
18
+ - Upgrade to at least Rails 5 and Ruby 2.2.2
18
19
- If using an admin engine, create a namespaced model for every resource, inheriting from the main app model
19
20
- Replace any ` authenticate_admin_user ` with ` authenticate `
20
21
- Replace any ` skip_before_action :authenticate_admin_user ` with ` prepend_before_action :disable_authentication `
You can’t perform that action at this time.
0 commit comments