This commit is contained in:
Javier Casares 2026-03-28 10:06:54 +00:00
commit 5add9b5e84
7 changed files with 372 additions and 21 deletions

View file

@ -3,8 +3,8 @@
* Plugin Name: Two-Factor Extended
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/two-factor-extended
* Description: Extends the WordPress Two Factor plugin with advanced role-based controls, forced 2FA methods, and enhanced administrative features for single-site and Multisite installations.
* Version: 1.1.0
* Requires at least: 6.7
* Version: 1.1.1
* Requires at least: 6.8
* Requires PHP: 8.2
* Requires Plugins: two-factor
* Author: ROBOTSTXT
@ -18,7 +18,7 @@
* Primary Branch: main
*
* @package TwoFactorExtended
* @version 1.1.0
* @version 1.1.1
*/
// Prevent direct access.
@ -27,7 +27,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
// Define plugin constants.
define( 'TWO_FACTOR_EXTENDED_VERSION', '1.0.2' );
define( 'TWO_FACTOR_EXTENDED_VERSION', '1.1.1' );
define( 'TWO_FACTOR_EXTENDED_PLUGIN_FILE', __FILE__ );
define( 'TWO_FACTOR_EXTENDED_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'TWO_FACTOR_EXTENDED_PLUGIN_URL', plugin_dir_url( __FILE__ ) );