Changeset 997291 for duo-wordpress
- Timestamp:
- 09/26/2014 05:14:35 PM (11 years ago)
- Location:
- duo-wordpress
- Files:
-
- 12 added
- 2 edited
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/2.4 (added)
-
tags/2.4/README.md (added)
-
tags/2.4/duo_web (added)
-
tags/2.4/duo_web/Duo-Web-v1.bundled.min.js (added)
-
tags/2.4/duo_web/ca_certs.pem (added)
-
tags/2.4/duo_web/duo_web.php (added)
-
tags/2.4/duo_wordpress.php (added)
-
tags/2.4/gpl-2.0.txt (added)
-
tags/2.4/readme.txt (added)
-
tags/2.4/uninstall.php (added)
-
trunk/duo_wordpress.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
duo-wordpress/trunk/duo_wordpress.php
r907006 r997291 4 4 Plugin URI: http://wordpress.org/extend/plugins/duo-wordpress/ 5 5 Description: This plugin enables Duo two-factor authentication for WordPress logins. 6 Version: 2. 3.16 Version: 2.4 7 7 Author: Duo Security 8 8 Author URI: http://www.duosecurity.com … … 80 80 width: 100%; 81 81 } 82 .iframe_div { 83 width: 90%; 84 max-width: 620px; 85 margin: 0 auto; 86 } 82 87 #duo_iframe { 83 width: 90%;84 88 height: 500px; 85 max-width: 620px; 86 display: table; 87 margin: 0 auto; 89 width: 100%; 88 90 } 89 91 div { … … 106 108 <a href="http://wordpress.org/" id="WPLogo" title="Powered by WordPress"><?php echo get_bloginfo('name'); ?></a> 107 109 </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> 109 113 <form method="POST" style="display:none;" id="duo_form"> 110 114 <input type="hidden" name="rememberme" value="<?php echo esc_attr($_POST['rememberme'])?>"/> -
duo-wordpress/trunk/readme.txt
r957520 r997291 3 3 Tags: authentication, two-factor, authenticator, login, username, password, duo, security 4 4 Requires at least: 3.0 5 Tested up to: 3.96 Stable tag: 2. 3.15 Tested up to: 4.0 6 Stable tag: 2.4 7 7 8 8 Easily add Duo Security two-factor authentication to your WordPress website. Enable two-factor authentication for your admins and/or users. … … 52 52 53 53 == Changelog == 54 55 = 2.4 = 56 * Fix an IE9 compatibility issue 57 * Wordpress 4.0 support 58 * Add a plugin icon 54 59 55 60 = 2.3.1 = … … 157 162 158 163 == Upgrade Notice == 164 165 = 2.4 = 166 * Fix an IE9 compatibility issue 167 * Wordpress 4.0 support 168 * Add a plugin icon 159 169 160 170 = 2.3.1 =
Note: See TracChangeset
for help on using the changeset viewer.