Google Authenticator – WordPress Two Factor Authentication (2FA) - Version 5.2.1

Version Description

  • Google Authenticator-Two Factor Authentication (2FA) : UI changes for description.
Download this release

Release Info

Developer cyberlord92
Plugin Icon 128x128 Google Authenticator – WordPress Two Factor Authentication (2FA)
Version 5.2.1
Comparing to
See all releases

Code changes from version 5.2.0 to 5.2.1

miniorange_2_factor_configuration.php CHANGED
@@ -392,7 +392,7 @@ function mo2f_show_registration_page( $user ) {
392
  <tr>
393
  <td>&nbsp;</td>
394
  <td><input type="submit" name="submit" style="float:right;"
395
- value="<?php echo mo2f_lt( 'Register with miniOrange' ); ?>"
396
  class="button button-primary button-large"/></td>
397
  </tr>
398
  </table>
392
  <tr>
393
  <td>&nbsp;</td>
394
  <td><input type="submit" name="submit" style="float:right;"
395
+ value="<?php echo mo2f_lt( 'Continue' ); ?>"
396
  class="button button-primary button-large"/></td>
397
  </tr>
398
  </table>
miniorange_2_factor_settings.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: miniOrange 2 Factor Authentication
4
  * Plugin URI: https://miniorange.com
5
  * Description: This plugin provides various two-factor authentication methods as an additional layer of security after the default wordpress login. We Support Google/Authy/LastPass Authenticator, QR Code, Push Notification, Soft Token and Security Questions(KBA) for 1 User in the free version of the plugin.
6
- * Version: 5.2.0
7
  * Author: miniOrange
8
  * Author URI: https://miniorange.com
9
  * License: GPL2
@@ -26,7 +26,7 @@ require( 'class-miniorange-2-factor-pass2fa-login.php' );
26
  require('resources/constants.php');
27
  require('resources/messages.php');
28
  define( 'MOAUTH_PATH', plugins_url( __FILE__ ) );
29
- define( 'MO2F_VERSION', '5.2.0' );
30
 
31
 
32
  class Miniorange_Authentication {
3
  * Plugin Name: miniOrange 2 Factor Authentication
4
  * Plugin URI: https://miniorange.com
5
  * Description: This plugin provides various two-factor authentication methods as an additional layer of security after the default wordpress login. We Support Google/Authy/LastPass Authenticator, QR Code, Push Notification, Soft Token and Security Questions(KBA) for 1 User in the free version of the plugin.
6
+ * Version: 5.2.1
7
  * Author: miniOrange
8
  * Author URI: https://miniorange.com
9
  * License: GPL2
26
  require('resources/constants.php');
27
  require('resources/messages.php');
28
  define( 'MOAUTH_PATH', plugins_url( __FILE__ ) );
29
+ define( 'MO2F_VERSION', '5.2.1' );
30
 
31
 
32
  class Miniorange_Authentication {
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://miniorange.com/
5
  Requires at least: 3.0.1
6
  Tested up to: 5.2
7
  Requires PHP: 5.3.0
8
- Stable tag: 5.2.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -232,6 +232,9 @@ miniOrange authentication service has 15+ authentication methods.One time passco
232
 
233
  == Changelog ==
234
 
 
 
 
235
  = 5.2.0 =
236
  * Google Authenticator-Two Factor Authentication (2FA) : UI changes with more description.
237
 
@@ -602,6 +605,9 @@ More descriptive setup messages and UI changes.
602
 
603
  == Upgrade Notice ==
604
 
 
 
 
605
  = 5.2.0 =
606
  * Google Authenticator-Two Factor Authentication (2FA) : UI changes with more description.
607
 
5
  Requires at least: 3.0.1
6
  Tested up to: 5.2
7
  Requires PHP: 5.3.0
8
+ Stable tag: 5.2.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
232
 
233
  == Changelog ==
234
 
235
+ = 5.2.1 =
236
+ * Google Authenticator-Two Factor Authentication (2FA) : UI changes for description.
237
+
238
  = 5.2.0 =
239
  * Google Authenticator-Two Factor Authentication (2FA) : UI changes with more description.
240
 
605
 
606
  == Upgrade Notice ==
607
 
608
+ = 5.2.1 =
609
+ * Google Authenticator-Two Factor Authentication (2FA) : UI changes for description.
610
+
611
  = 5.2.0 =
612
  * Google Authenticator-Two Factor Authentication (2FA) : UI changes with more description.
613