Skip to content

Commit

Permalink
Add an upgrade notice
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Sep 19, 2024
1 parent b280472 commit 1b9dcde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Here is a list of action and filter hooks provided by the plugin:
- `two_factor_user_authenticated` action which receives the logged in `WP_User` object as the first argument for determining the logged in user right after the authentication workflow.
- `two_factor_token_ttl` filter overrides the time interval in seconds that an email token is considered after generation. Accepts the time in seconds as the first argument and the ID of the `WP_User` object being authenticated.

= PHP and WordPress Version Support =

Starting from version 1.0.0 of this plugin, it will maintain compatibility with WordPress core versions that are up to one year old, as well as the minimum PHP version supported by those WordPress versions.

== Frequently Asked Questions ==

= How can I send feedback or get help with a bug? =
Expand All @@ -47,6 +51,13 @@ To report a security issue, please visit the [WordPress HackerOne](https://hacke
2. U2F Security Keys section under User Profile.
3. Email Code Authentication during WordPress Login.

== Upgrade Notice ==

<!-- Keep this in sync with the next version up until 1.0.0. -->
= 0.10.0 =

From version 1.0.0, this plugin will support WordPress versions up to one year old and the minimum PHP version they require.

== Changelog ==

See the [release history](https://github.com/wordpress/two-factor/releases).

0 comments on commit 1b9dcde

Please sign in to comment.