Skip to content

Commit

Permalink
Merge pull request #103 from southbridgeio/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
haukot authored Apr 8, 2022
2 parents 2a531ed + e427f00 commit 0f1fa3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

Redmine::Plugin.register :redmine_2fa do
name 'Redmine 2FA'
version '1.7.5'
version '1.7.6'
url 'https://github.com/southbridgeio/redmine_2fa'
description 'Two-factor authorization for Redmine'
author 'Southbridge'
author_url 'https://southbridge.io'

requires_redmine version_or_higher: '3.0'

requires_redmine_plugin :redmine_bots, '0.5.1'
requires_redmine_plugin :redmine_bots, '0.5.2'

settings(default: { 'required' => false,
'active_protocols' => RedmineTwoFa::AVAILABLE_PROTOCOLS
Expand Down

0 comments on commit 0f1fa3a

Please sign in to comment.