Skip to content

Commit

Permalink
1.1.0 version bump and readme update (#74)
Browse files Browse the repository at this point in the history
* Bump version to 1.1.0 and update changelog

* Update tested up to and add upgrade notice note
  • Loading branch information
jeffreyparker authored Jun 18, 2024
1 parent e399628 commit a8abc6c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion duouniversal-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Duo Universal
* Plugin URI: http://wordpress.org/extend/plugins/duo-universal/
* Description: This plugin enables Duo universal authentication for WordPress logins.
* Version: 1.0.0
* Version: 1.1.0
* Requires at least: 6.0.0
* Requires PHP: 7.3.16
* Author: Duo Security
Expand Down
15 changes: 13 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: duosecurity
Tags: authentication, muti-factor, two-factor, authenticator, login, username, password, duo, security
Requires at least: 6.0.0
Stable tag: 1.0.0
Tested up to: 6.5.0
Stable tag: 1.1.0
Tested up to: 6.5.4
Requires PHP: 7.3.16
License: Apache-2.0
License URI: https://www.apache.org/licenses/LICENSE-2.0
Expand Down Expand Up @@ -38,5 +38,16 @@ Is Duo’s two-factor service really free?
Yes, Duo is free up to 10 users and no credit card is required to get started! Paid plans for more than 10 users start at only $1/user/month.

== Changelog ==
= 1.1.0 =
* Refactored 2FA session management
* Switching between multisites will no longer logout the current user.
* Clearing Wordpress caches will no longer logout all users.
* There is no longer a 48 hour Duo session separate from the Wordpress session.
* Fix plugin file paths on clustered hosting environments.
* Fixed debug logging to properly enable when using the WP_DEBUG constant.
= 1.0.0 =
* Initial Release

== Upgrade Notice ==
= 1.1.0 =
* All 2FA sessions will be reset after the upgrade; users will need to re-login.

0 comments on commit a8abc6c

Please sign in to comment.