Version Description
- Google Authenticator - Two factor Authentication (2FA, OTP) :
- Bug fix - Headers already sent
Download this release
Release Info
Developer | twofactorauthentication |
Plugin | Google Authenticator – WordPress Two Factor Authentication (2FA) |
Version | 5.4.50 |
Comparing to | |
See all releases |
Code changes from version 5.4.49 to 5.4.50
- miniorange_2_factor_settings.php +3 -3
- readme.txt +9 -1
miniorange_2_factor_settings.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
|
2 |
/**
|
3 |
* Plugin Name: miniOrange 2 Factor Authentication
|
4 |
* Plugin URI: https://miniorange.com
|
5 |
* Description: This TFA 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 3 User in the free version of the plugin.
|
6 |
-
* Version: 5.4.
|
7 |
* Author: miniOrange
|
8 |
* Author URI: https://miniorange.com
|
9 |
* Text Domain: miniorange-2-factor-authentication
|
@@ -14,7 +14,7 @@
|
|
14 |
require dirname(__FILE__).DIRECTORY_SEPARATOR.'views'.DIRECTORY_SEPARATOR.'email-IPaddress.php';
|
15 |
|
16 |
define( 'MO_HOST_NAME', 'https://login.xecurify.com' );
|
17 |
-
define( 'MO2F_VERSION', '5.4.
|
18 |
define( 'MO2F_PLUGIN_URL', (plugin_dir_url(__FILE__)));
|
19 |
define( 'MO2F_TEST_MODE', false );
|
20 |
define( 'MO2F_IS_ONPREM', get_option('is_onprem'));
|
1 |
+
<?php
|
2 |
/**
|
3 |
* Plugin Name: miniOrange 2 Factor Authentication
|
4 |
* Plugin URI: https://miniorange.com
|
5 |
* Description: This TFA 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 3 User in the free version of the plugin.
|
6 |
+
* Version: 5.4.50
|
7 |
* Author: miniOrange
|
8 |
* Author URI: https://miniorange.com
|
9 |
* Text Domain: miniorange-2-factor-authentication
|
14 |
require dirname(__FILE__).DIRECTORY_SEPARATOR.'views'.DIRECTORY_SEPARATOR.'email-IPaddress.php';
|
15 |
|
16 |
define( 'MO_HOST_NAME', 'https://login.xecurify.com' );
|
17 |
+
define( 'MO2F_VERSION', '5.4.50' );
|
18 |
define( 'MO2F_PLUGIN_URL', (plugin_dir_url(__FILE__)));
|
19 |
define( 'MO2F_TEST_MODE', false );
|
20 |
define( 'MO2F_IS_ONPREM', get_option('is_onprem'));
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Donate link: https://miniorange.com/
|
|
6 |
Requires at least: 3.0.1
|
7 |
Tested up to: 5.8.3
|
8 |
Requires PHP: 5.3.0
|
9 |
-
Stable tag: 5.4.
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
@@ -404,6 +404,10 @@ miniOrange authentication service has 15+ authentication methods. One time passc
|
|
404 |
|
405 |
== Changelog ==
|
406 |
|
|
|
|
|
|
|
|
|
407 |
= 5.4.49 =
|
408 |
* Google Authenticator - Two factor Authentication (2FA, OTP) :
|
409 |
* Trial Notification for Premium Plugins
|
@@ -1097,6 +1101,10 @@ More descriptive setup messages and UI changes.
|
|
1097 |
|
1098 |
== Upgrade Notice ==
|
1099 |
|
|
|
|
|
|
|
|
|
1100 |
= 5.4.49 =
|
1101 |
* Google Authenticator - Two factor Authentication (2FA, OTP) :
|
1102 |
* Trial Notification for Premium Plugins
|
6 |
Requires at least: 3.0.1
|
7 |
Tested up to: 5.8.3
|
8 |
Requires PHP: 5.3.0
|
9 |
+
Stable tag: 5.4.50
|
10 |
License: GPLv2 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
12 |
|
404 |
|
405 |
== Changelog ==
|
406 |
|
407 |
+
= 5.4.50 =
|
408 |
+
* Google Authenticator - Two factor Authentication (2FA, OTP) :
|
409 |
+
* Bug fix - Headers already sent
|
410 |
+
|
411 |
= 5.4.49 =
|
412 |
* Google Authenticator - Two factor Authentication (2FA, OTP) :
|
413 |
* Trial Notification for Premium Plugins
|
1101 |
|
1102 |
== Upgrade Notice ==
|
1103 |
|
1104 |
+
= 5.4.50 =
|
1105 |
+
* Google Authenticator - Two factor Authentication (2FA, OTP) :
|
1106 |
+
* Bug fix - Headers already sent
|
1107 |
+
|
1108 |
= 5.4.49 =
|
1109 |
* Google Authenticator - Two factor Authentication (2FA, OTP) :
|
1110 |
* Trial Notification for Premium Plugins
|