Plugin Directory

Changeset 997291 for duo-wordpress


Ignore:
Timestamp:
09/26/2014 05:14:35 PM (11 years ago)
Author:
duosecurity
Message:

Release duo_wordpress 2.4.
Fix an IE9 compatibility issue.
Add suport for Wordpress 4.0.
Add a plugin icon.

Location:
duo-wordpress
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • duo-wordpress/trunk/duo_wordpress.php

    r907006 r997291  
    44Plugin URI: http://wordpress.org/extend/plugins/duo-wordpress/
    55Description: This plugin enables Duo two-factor authentication for WordPress logins.
    6 Version: 2.3.1
     6Version: 2.4
    77Author: Duo Security
    88Author URI: http://www.duosecurity.com
     
    8080                    width: 100%;
    8181                }
     82                .iframe_div {
     83                    width: 90%;
     84                    max-width: 620px;
     85                    margin: 0 auto;
     86                }
    8287                #duo_iframe {
    83                     width: 90%;
    8488                    height: 500px;
    85                     max-width: 620px;
    86                     display: table;
    87                     margin: 0 auto;
     89                    width: 100%;
    8890                }
    8991                div {
     
    106108                <a href="http://wordpress.org/" id="WPLogo" title="Powered by WordPress"><?php echo get_bloginfo('name'); ?></a>
    107109            </h1>
    108             <iframe id="duo_iframe" frameborder="0" allowtransparency="true"></iframe>
     110            <div class="iframe_div">
     111                <iframe id="duo_iframe" frameborder="0" allowtransparency="true"></iframe>
     112            </div>
    109113            <form method="POST" style="display:none;" id="duo_form">
    110114                <input type="hidden" name="rememberme" value="<?php echo esc_attr($_POST['rememberme'])?>"/>
  • duo-wordpress/trunk/readme.txt

    r957520 r997291  
    33Tags: authentication, two-factor, authenticator, login, username, password, duo, security
    44Requires at least: 3.0
    5 Tested up to: 3.9
    6 Stable tag: 2.3.1
     5Tested up to: 4.0
     6Stable tag: 2.4
    77
    88Easily add Duo Security two-factor authentication to your WordPress website. Enable two-factor authentication for your admins and/or users.
     
    5252
    5353== Changelog ==
     54
     55= 2.4 =
     56* Fix an IE9 compatibility issue
     57* Wordpress 4.0 support
     58* Add a plugin icon
    5459
    5560= 2.3.1 =
     
    157162
    158163== Upgrade Notice ==
     164
     165= 2.4 =
     166* Fix an IE9 compatibility issue
     167* Wordpress 4.0 support
     168* Add a plugin icon
    159169
    160170= 2.3.1 =
Note: See TracChangeset for help on using the changeset viewer.