Skip to content

Commit

Permalink
Merge pull request #542 from WordPress/release/0.8.0
Browse files Browse the repository at this point in the history
Release/0.8.0
  • Loading branch information
kasparsd authored Mar 27, 2023
2 parents 48ce9e4 + 994d139 commit 2fa64f6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
16 changes: 10 additions & 6 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.*
# Directories
/node_modules/
/tests/
/vendor/
/node_modules/
/wordpress/
/Gruntfile.js

# Files
.*
/composer.json
/composer.lock
/docker-compose.yml
/Gruntfile.js
/npm-debug.log
/package.json
/package-lock.json
/npm-debug.log
/docker-compose.yml
/readme.md
/phpcs*
/phpunit*
/readme.md
/SECURITY.md
10 changes: 5 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Two-Factor ===
Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd, alihusnainarshad, passoniate
Tags: two factor, two step, authentication, login, totp, fido u2f, u2f, email, backup codes, 2fa, yubikey
Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd, alihusnainarshad, passoniate
Tags: two factor, two step, authentication, login, totp, fido u2f, u2f, email, backup codes, 2fa, yubikey
Requires at least: 4.3
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 0.7.3
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 0.8.0

Enable Two-Factor Authentication using time-based one-time passwords (OTP, Google Authenticator), Universal 2nd Factor (FIDO U2F, YubiKey), email and backup verification codes.

Expand Down
12 changes: 6 additions & 6 deletions two-factor.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
*
* @wordpress-plugin
* Plugin Name: Two Factor
* Plugin URI: https://wordpress.org/plugins/two-factor/
* Plugin URI: https://wordpress.org/plugins/two-factor/
* Description: Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F), email and backup verification codes.
* Author: Plugin Contributors
* Version: 0.7.3
* Author URI: https://github.com/wordpress/two-factor/graphs/contributors
* Network: True
* Author: Plugin Contributors
* Version: 0.8.0
* Author URI: https://github.com/wordpress/two-factor/graphs/contributors
* Network: True
* Text Domain: two-factor
*/

Expand All @@ -26,7 +26,7 @@
/**
* Version of the plugin.
*/
define( 'TWO_FACTOR_VERSION', '0.7.3' );
define( 'TWO_FACTOR_VERSION', '0.8.0' );

/**
* Include the base class here, so that other plugins can also extend it.
Expand Down

0 comments on commit 2fa64f6

Please sign in to comment.