Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Duo Wordpress: Officially support Wordpress 4.5
Browse files Browse the repository at this point in the history
Summary:
Fixes T18107

Also changed the iframe style to be consistent with our documentation.

Test Plan: @jpringle has already tested.

Reviewers: brad, msapp, ryadav, MNeuberger, bturner, tosullivan, jpringle, kristina

Subscribers: kristina, jpringle, tosullivan, bturner, MNeuberger, ryadav, msapp, brad

Maniphest Tasks: T18107

Differential Revision: https://phab.duosec.org/D12177
  • Loading branch information
Matt Schwager committed Apr 13, 2016
1 parent 8b06fae commit f5a426e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions duo_wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Duo Two-Factor Authentication
Plugin URI: http://wordpress.org/extend/plugins/duo-wordpress/
Description: This plugin enables Duo two-factor authentication for WordPress logins.
Version: 2.5.1
Version: 2.5.2
Author: Duo Security
Author URI: http://www.duosecurity.com
License: GPL2
Expand Down Expand Up @@ -105,7 +105,7 @@ function duo_sign_request($user, $redirect) {
margin: 0 auto;
}
#duo_iframe {
height: 500px;
height: 330px;
width: 100%;
min-width: 304px;
max-width: 620px;
Expand Down
8 changes: 6 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, two-factor, authenticator, login, username, password, duo, security
Requires at least: 3.0
Tested up to: 4.4
Stable tag: 2.5.1
Tested up to: 4.5
Stable tag: 2.5.2

Easily add Duo Security two-factor authentication to your WordPress website. Enable two-factor authentication for your admins and/or users.

Expand Down Expand Up @@ -50,6 +50,10 @@ If you're interested in protecting other web applications with Duo's two-factor

== Changelog ==

= 2.5.2 =
* Wordpress 4.5 support
* Updated iframe style to be consistent with documentation

= 2.5.1 =
* Wordpress 4.4 support

Expand Down

0 comments on commit f5a426e

Please sign in to comment.