Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.12 KB

1.3.2

  • Add reset 2fa for admin.

1.3.1

  • Add timeout handling for SMS command

1.3.0

  • Add ability to select available protocols for 2FA - Issue #3

1.2.6

  • Add requirement notification to plugin settings page

1.2.5

  • Remove dependency code

1.2.4

  • remove defer plugin dependency check patch

1.2.3

  • extract bot to redmine_telegram_common

1.2.2

  • extract mailer to redmine_telegram_common

1.2.1

  • add requires_redmine_plugin :redmine_telegram_common,
  • add defer plugin dependency check patch for load redmine_telegram_common before redmine_2fa loaded. Extracted from here. Redmine issue.

1.2.0

Migrate to redmine_telegram_common plugin.

  • before upgrade please install this plugin.
  • run bundle exec rake redmine_2fa:common:migrate after upgrade

1.1.3

Optimize Bot Webhook Controller

1.1.2

  • Changelog init