-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep the requirements at PHP 5.6 and WP 4.6 until we have a practical reason #641
base: master
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <a href="https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/">the minimum PHP version supported by those WordPress versions</a>. | ||
|
||
== Frequently Asked Questions == | ||
|
||
= How can I send feedback or get help with a bug? = | ||
|
@@ -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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We use the built-in WP plugin upgrade notice UI to inform users about the upcoming change. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The majority of users will never see such a message, whether it be in the Changelog, Description, or Upgrade Notice (which is seen only on the Dashboard -> Updates page) |
||
|
||
== Changelog == | ||
|
||
See the [release history](https://github.com/wordpress/two-factor/releases). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dd32, @jeffpaul What do you think of this policy?