Skip to content

Commit 4315c90

Browse files
authored
Release 0.3.0 (#259)
1 parent 9a1b01b commit 4315c90

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Enable Two-Factor Authentication using time-based one-time passwords (OTP, Googl
77
**Contributors:** [georgestephanis](https://profiles.wordpress.org/georgestephanis), [valendesigns](https://profiles.wordpress.org/valendesigns), [stevenkword](https://profiles.wordpress.org/stevenkword), [extendwings](https://profiles.wordpress.org/extendwings), [sgrant](https://profiles.wordpress.org/sgrant), [aaroncampbell](https://profiles.wordpress.org/aaroncampbell), [johnbillion](https://profiles.wordpress.org/johnbillion), [stevegrunwell](https://profiles.wordpress.org/stevegrunwell), [netweb](https://profiles.wordpress.org/netweb), [kasparsd](https://profiles.wordpress.org/kasparsd)
88
**Tags:** [two factor](https://wordpress.org/plugins/tags/two-factor), [two step](https://wordpress.org/plugins/tags/two-step), [authentication](https://wordpress.org/plugins/tags/authentication), [login](https://wordpress.org/plugins/tags/login), [totp](https://wordpress.org/plugins/tags/totp), [fido u2f](https://wordpress.org/plugins/tags/fido-u2f), [u2f](https://wordpress.org/plugins/tags/u2f), [email](https://wordpress.org/plugins/tags/email), [backup codes](https://wordpress.org/plugins/tags/backup-codes), [2fa](https://wordpress.org/plugins/tags/2fa), [yubikey](https://wordpress.org/plugins/tags/yubikey)
99
**Requires at least:** 4.3
10-
**Tested up to:** 4.9.8
10+
**Tested up to:** 5.0
1111
**Stable tag:** trunk (master)
1212

1313
[![Build Status](https://travis-ci.org/georgestephanis/two-factor.svg?branch=master)](https://travis-ci.org/georgestephanis/two-factor) [![Coverage Status](https://coveralls.io/repos/georgestephanis/two-factor/badge.svg?branch=master)](https://coveralls.io/github/georgestephanis/two-factor) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com)
@@ -29,5 +29,5 @@ Then open [a pull request](https://help.github.com/articles/creating-a-pull-requ
2929

3030
## Changelog ##
3131

32-
See: [https://github.com/georgestephanis/two-factor/commits/master](https://github.com/georgestephanis/two-factor/commits/master)
32+
See the [release history](https://github.com/georgestephanis/two-factor/releases).
3333

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: georgestephanis, valendesigns, stevenkword, extendwings, sgrant, aaroncampbell, johnbillion, stevegrunwell, netweb, kasparsd
33
Tags: two factor, two step, authentication, login, totp, fido u2f, u2f, email, backup codes, 2fa, yubikey
44
Requires at least: 4.3
5-
Tested up to: 4.9.8
5+
Tested up to: 5.0
66
Stable tag: trunk
77

88
Enable Two-Factor Authentication using time-based one-time passwords (OTP, Google Authenticator), Universal 2nd Factor (FIDO U2F, YubiKey), email and backup verification codes.
@@ -24,4 +24,4 @@ Then open [a pull request](https://help.github.com/articles/creating-a-pull-requ
2424

2525
== Changelog ==
2626

27-
See: [https://github.com/georgestephanis/two-factor/commits/master](https://github.com/georgestephanis/two-factor/commits/master)
27+
See the [release history](https://github.com/georgestephanis/two-factor/releases).

two-factor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
/**
33
* Plugin Name: Two Factor
4-
* Plugin URI: https://github.com/georgestephanis/two-factor/
4+
* Plugin URI: https://wordpress.org/plugins/two-factor/
55
* Description: A prototype extensible core to enable Two-Factor Authentication.
66
* Author: George Stephanis
7-
* Version: 0.2.0
7+
* Version: 0.3.0
88
* Author URI: https://stephanis.info
99
* Network: True
1010
* Text Domain: two-factor

0 commit comments

Comments
 (0)