Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bartnv committed May 31, 2023
1 parent 67bee8f commit 171003b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "https://github.com/bartnv/twofactor_webauthn",
"type": "roundcube-plugin",
"license": "GPL-3.0+",
"version": "1.2",
"version": "1.3",
"authors": [
{
"name": "Bart Noordervliet",
Expand Down
4 changes: 2 additions & 2 deletions twofactor_webauthn.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This RoundCube plugin adds WebAuthn/FIDO2 verification to the login process
*
* @version 1.2.0
* @version 1.3.0
* @author Bart Noordervliet <[email protected]>
* @url https://github.com/bartnv/twofactor_webauthn
*/
Expand All @@ -25,7 +25,7 @@ function init() {
$this->register_action('twofactor_webauthn', array($this, 'twofactor_webauthn_init'));
$this->register_action('plugin.twofactor_webauthn_list', array($this, 'twofactor_webauthn_list'));
$this->register_action('plugin.twofactor_webauthn_save', array($this, 'twofactor_webauthn_save'));
$this->register_action('plugin.twofactor_webauthn_prepare', array($this, 'twofactor_webauthn_prepare'));
$this->register_action('plugin.twofactor_webauthn_prepare', array($this, 'twofactor_webauthn_prepare'));
$this->register_action('plugin.twofactor_webauthn_register', array($this, 'twofactor_webauthn_register'));
$this->register_action('plugin.twofactor_webauthn_rename', array($this, 'twofactor_webauthn_rename'));
$this->register_action('plugin.twofactor_webauthn_delete', array($this, 'twofactor_webauthn_delete'));
Expand Down

0 comments on commit 171003b

Please sign in to comment.